summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-09-17no error body if NULLUrban Müller1-1/+1
2015-09-17allow structured data in bodyUrban Müller1-0/+1
2015-09-17do not suppress errors inside included filesUrban Müller1-1/+2
2015-09-16correct returncode in keepfailed caseUrban Müller1-0/+1
2015-09-16support keepfailed in conjunction with failed preprocessorsUrban Müller1-1/+2
2015-09-10Fix it_cache to pass tests on PHP7 (different code paths because of ↵Christian Schneider1-4/+14
memcached instead of apcu/memcache)
2015-09-10Merge branch 'master' into cs/php7Christian Schneider2-20/+19
2015-09-10Make test work on both PHP5/apcu/memcache and PHP7/memcached and name themChristian Schneider1-19/+18
2015-09-08ignore all warnings from iCCPDavid Flatz1-1/+1
2015-09-07Merge branch 'master' into cs/php7Christian Schneider2-3/+3
2015-09-02ignore warning from libpng that is not an errorDavid Flatz1-1/+1
2015-08-20document shell problemUrban Müller1-2/+2
2015-08-12Merge branch 'master' into cs/php7Christian Schneider8-51/+51
2015-08-10empty array should not become nullUrban Müller1-1/+1
2015-08-10no longer need to correct buggy php line numbersUrban Müller1-3/+0
2015-08-10php 5.3 compatibilityUrban Müller2-2/+2
2015-08-10php 5.3 compatibilityUrban Müller2-6/+6
2015-08-10php 5.3 compatibilityUrban Müller2-20/+20
2015-08-10adapt tests to strict comparisonUrban Müller3-14/+14
2015-08-10php 5.3 compatibility required now?!Urban Müller1-2/+2
2015-08-10correctly handle non-utf8 in keysUrban Müller2-2/+3
2015-08-07correctly determine and restore locale in csv()Urban Müller1-1/+2
2015-08-05more verbose err msgUrban Müller1-1/+1
2015-08-05make it::fatal exits more discernableUrban Müller1-1/+1
2015-07-29whitelist content:attr(placeholder), universally supportedUrban Müller1-0/+1
2015-07-21Use old syntax for itoolsChristian Schneider1-2/+2
2015-07-21Use Memcached instead of Memcache and use it for local cache too (using ↵Christian Schneider1-6/+27
key@machine to not clash between machines)
2015-07-21Code style simplificationsChristian Schneider1-6/+0
2015-07-21Remove eaccelerator, supported are now apc/apcuChristian Schneider1-3/+2
2015-07-06avoid confusion when affected machine not reporting machineUrban Müller1-1/+1
2015-06-23better error handling, port last commit to request_curlNathan Gass1-11/+19
2015-06-23fix ->result for totaltimeout and maxlength (should be same as return ↵Nathan Gass1-4/+4
value), also fix interaction between maxlength and safety
2015-06-22ignore svg styles, w3c complainsUrban Müller1-0/+1
2015-06-22exclude leaflet.css, not under our controlUrban Müller1-1/+1
2015-06-18ignore warnings when used in php -rUrban Müller1-1/+1
2015-06-04docsUrban Müller1-1/+1
2015-06-04remove retry delay for testingUrban Müller1-3/+0
2015-06-04PHP starting with 5.6.8 does not need line number hack any moreChristian Schneider1-3/+0
2015-06-04give proxy more time to recover after config reloadUrban Müller1-1/+1
2015-06-02sleep 100ms before retrying to avoid alerts on ultraproxy reloadsUrban Müller1-0/+3
2015-04-16make short expire an option as itjs::checksum usage is different depending ↵Christian Helbling1-2/+4
on whether we have the checksum in the url or not
2015-03-31return log line to callerNathan Gass1-0/+2
2015-03-23don't send alwaysvalid etag when checksum is '-' which is used for a short ↵Christian Helbling1-1/+2
time after some file has changed - such an url shold not be cached
2015-03-12fix request_curl to be compatible with request (header variable should ↵Nathan Gass1-0/+1
include final newlines)
2015-03-04support setting of time onlyUrban Müller1-1/+1
2015-03-04correct background color for unquoted ET() values in .texts debugUrban Müller1-1/+1
2015-02-24send referer if internal requestUrban Müller1-0/+1
2015-02-23kill null bytes in files=Urban Müller1-1/+1
2015-02-19Nicer looking comments with spaces, also prevents problem with >/- at ↵Christian Schneider1-1/+1
start/end of string
2015-02-19guarantee valid html commentsUrban Müller1-1/+1