summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-02-02be nice about cache cleanupUrban Müller1-1/+1
2016-02-01add support for arrays of cidrs in cidr_match()Christian A. Weber2-9/+17
2016-02-01fix cidr_match() without /maskChristian A. Weber2-1/+3
2016-02-01new function it::cidr_match($ip, $cidr)Christian A. Weber2-0/+28
2016-01-30force cache flushUrban Müller1-1/+1
2016-01-29Improved version of 0b595fb/80c5bcd which decides for each file individually ↵Christian Schneider1-7/+4
if it has to be passed through php
2016-01-29Revert 0b595fb/80c5bcd as they break map.search.ch/api/map.jsChristian Schneider1-1/+4
2016-01-29warning fixUrban Müller1-1/+1
2016-01-29execute php when fetching js/css files for checksumUrban Müller1-4/+1
2016-01-28simplifyUrban Müller1-1/+1
2016-01-28more throttlingUrban Müller1-1/+1
2016-01-27throttle cache cleanupUrban Müller1-1/+1
2016-01-26clean up at lower peakUrban Müller1-1/+1
2016-01-25Make check for syntax patch work with PHP 7 (throws exception on parse error ↵Christian Schneider1-1/+1
in eval)
2016-01-21docsUrban Müller1-1/+1
2016-01-20it::date too dangerous, newly created files with old dates overwrite ↵Urban Müller1-2/+2
archived ones
2016-01-19better docsUrban Müller1-3/+3
2016-01-14Merge branch 'master' into cs/php7David Flatz1-9/+20
2016-01-13Anchor regex for my peace of mindChristian Schneider1-2/+2
2016-01-13bugfix: need to omit query everywhereUrban Müller1-1/+1
2016-01-13handle empty filelist, handle scripts with query-argsUrban Müller1-3/+4
2016-01-12separate between trusted and untrusted input, correct crcs of remote ↵Urban Müller1-6/+16
resources, report non-existing trusted resources
2016-01-12Merge branch 'master' into cs/php7Christian Schneider1-16/+6
2016-01-12Revert "separate between trusted and untrusted input, correct crcs of remote ↵Urban Müller1-16/+6
resources, report non-existing trusted resources" This reverts commit f1fb76db297970327fccc0e2ecdc4642bc2df748.
2016-01-12Merge branch 'master' into cs/php7Christian Schneider1-6/+16
2016-01-12separate between trusted and untrusted input, correct crcs of remote ↵Urban Müller1-6/+16
resources, report non-existing trusted resources
2016-01-11Re-add fix to distinguish between false and error when getting values from ↵Christian Schneider1-3/+10
Memcached
2016-01-08Merge branch 'master' into cs/php7Christian Helbling3-21/+17
2016-01-07rely on $GLOBALS["debug_time"]Urban Müller1-6/+4
2016-01-07more compact code, correctly maintain linkUrban Müller1-4/+3
2016-01-07allow setting of exact timestamp to late add old entriesUrban Müller1-3/+7
2015-12-07separate directory to avoid permission and expiration problemsUrban Müller1-1/+1
2015-12-07docsUrban Müller1-1/+1
2015-12-01Switch back to APCu for it_cache as there is now a version in pecl ↵Christian Schneider1-40/+9
supporting php7
2015-11-30correctly create checksums on devel, benefit from implied lib/itjsUrban Müller1-13/+4
2015-11-30adapt to new stackdump offsetsUrban Müller1-3/+1
2015-11-22currently generated filelists are fineUrban Müller1-1/+1
2015-11-18it::sort docsUrban Müller1-0/+3
2015-11-18security: whitelist legal charsUrban Müller1-2/+5
2015-11-17report empty redir urls, they cause loopsUrban Müller1-2/+2
2015-11-16Merge branch 'master' into cs/php7Christian Helbling7-32/+65
2015-11-16make c= optional for far future expireUrban Müller1-1/+1
2015-11-16make c= optional for far future expireUrban Müller1-2/+3
2015-11-09php4Urban Müller1-1/+1
2015-11-09dont omit long expire if url was recently redownloadedUrban Müller1-4/+4
2015-11-09extract far future header handling for ffe.phpUrban Müller2-17/+22
2015-11-09Fix it_cache to pass tests on PHP7 (different code paths because of ↵Christian Schneider1-4/+14
memcached instead of apcu/memcache)
2015-11-09Use old syntax for itoolsChristian Schneider1-2/+2
2015-11-09Use Memcached instead of Memcache and use it for local cache too (using ↵Christian Schneider1-6/+27
key@machine to not clash between machines)
2015-11-09allow delay before retryUrban Müller1-0/+4