gitea/modules
mappu fd76f090a2 markup: microoptimise for many short filenames in directory (#1534)
* markup: microoptimise for many short filenames in directory

Move strings.ToLower() after the early-return length check. This is a safe operation in all cases and should slightly improve directory listing performance when a directory contains many thousands of files with short filenames.

* markup: expand test cases for IsReadmeFile()
2017-05-09 22:20:22 +08:00
..
auth Add configuration option for default permission to create Organizations (#1686) 2017-05-08 21:51:53 +02:00
avatar
base
context Generate swagger json (#1402) 2017-05-02 15:35:59 +02:00
cron
highlight
httplib Add internal routes for ssh hook comands (#1471) 2017-04-19 11:45:01 +08:00
indexer
lfs Fix typos in models/ and modules/ (#1248) 2017-03-15 08:52:01 +08:00
log Remove unused mutex field (#1440) 2017-04-04 01:54:02 -07:00
mailer Fix typos in models/ and modules/ (#1248) 2017-03-15 08:52:01 +08:00
markdown Fix commit sha1 URL rendering in markdown (#1677) 2017-05-05 16:49:13 +08:00
markup markup: microoptimise for many short filenames in directory (#1534) 2017-05-09 22:20:22 +08:00
minwinsvc
notification
options Fix typos in models/ and modules/ (#1248) 2017-03-15 08:52:01 +08:00
private Drop db operations from hook commands (#1514) 2017-05-04 13:42:02 +08:00
process
public
setting Add configuration option for default permission to create Organizations (#1686) 2017-05-08 21:51:53 +02:00
ssh
sync Fix typos in models/ and modules/ (#1248) 2017-03-15 08:52:01 +08:00
templates Sanitation fix from Gogs (#1461) 2017-04-13 10:52:24 +08:00
user
util refactor: remove workaround after the golang 1.7 release. (#1349) 2017-03-29 10:05:23 +08:00
validation Better URL validation (#1507) 2017-04-19 11:02:20 +08:00