Age | Commit message (Expand) | Author | Files | Lines |
2015-10-16 | handle missing it_html | Urban Müller | 1 | -1/+1 |
2015-10-15 | 5 secs is slow enough | Urban Müller | 1 | -1/+1 |
2015-10-14 | do not send mails if it::error was called in a function from e.g. @foo() | Urban Müller | 1 | -1/+1 |
2015-10-13 | remove ultra-obsolete read_page(), get_description() and get_title() api (int... | Christian A. Weber | 1 | -80/+1 |
2015-10-12 | dont pngcrush by default; runtime is prohibitive after all | Urban Müller | 1 | -1/+2 |
2015-10-12 | no need for subshell | Urban Müller | 1 | -1/+1 |
2015-10-12 | use pngcrush by default; smaller files, 10% performance hit | Urban Müller | 1 | -0/+3 |
2015-09-17 | no error body if NULL | Urban Müller | 1 | -1/+1 |
2015-09-17 | allow structured data in body | Urban Müller | 1 | -0/+1 |
2015-09-17 | do not suppress errors inside included files | Urban Müller | 1 | -1/+2 |
2015-09-16 | correct returncode in keepfailed case | Urban Müller | 1 | -0/+1 |
2015-09-16 | support keepfailed in conjunction with failed preprocessors | Urban Müller | 1 | -1/+2 |
2015-09-10 | Make test work on both PHP5/apcu/memcache and PHP7/memcached and name them | Christian Schneider | 1 | -19/+18 |
2015-09-08 | ignore all warnings from iCCP | David Flatz | 1 | -1/+1 |
2015-09-02 | ignore warning from libpng that is not an error | David Flatz | 1 | -1/+1 |
2015-08-20 | document shell problem | Urban Müller | 1 | -2/+2 |
2015-08-10 | empty array should not become null | Urban Müller | 1 | -1/+1 |
2015-08-10 | no longer need to correct buggy php line numbers | Urban Müller | 1 | -3/+0 |
2015-08-10 | php 5.3 compatibility | Urban Müller | 2 | -2/+2 |
2015-08-10 | php 5.3 compatibility | Urban Müller | 2 | -6/+6 |
2015-08-10 | php 5.3 compatibility | Urban Müller | 2 | -20/+20 |
2015-08-10 | adapt tests to strict comparison | Urban Müller | 3 | -14/+14 |
2015-08-10 | php 5.3 compatibility required now?! | Urban Müller | 1 | -2/+2 |
2015-08-10 | correctly handle non-utf8 in keys | Urban Müller | 2 | -2/+3 |
2015-08-07 | correctly determine and restore locale in csv() | Urban Müller | 1 | -1/+2 |
2015-08-05 | more verbose err msg | Urban Müller | 1 | -1/+1 |
2015-08-05 | make it::fatal exits more discernable | Urban Müller | 1 | -1/+1 |
2015-07-29 | whitelist content:attr(placeholder), universally supported | Urban Müller | 1 | -0/+1 |
2015-07-21 | Code style simplifications | Christian Schneider | 1 | -6/+0 |
2015-07-21 | Remove eaccelerator, supported are now apc/apcu | Christian Schneider | 1 | -3/+2 |
2015-07-06 | avoid confusion when affected machine not reporting machine | Urban Müller | 1 | -1/+1 |
2015-06-23 | better error handling, port last commit to request_curl | Nathan Gass | 1 | -11/+19 |
2015-06-23 | fix ->result for totaltimeout and maxlength (should be same as return value),... | Nathan Gass | 1 | -4/+4 |
2015-06-22 | ignore svg styles, w3c complains | Urban Müller | 1 | -0/+1 |
2015-06-22 | exclude leaflet.css, not under our control | Urban Müller | 1 | -1/+1 |
2015-06-18 | ignore warnings when used in php -r | Urban Müller | 1 | -1/+1 |
2015-06-04 | docs | Urban Müller | 1 | -1/+1 |
2015-06-04 | remove retry delay for testing | Urban Müller | 1 | -3/+0 |
2015-06-04 | PHP starting with 5.6.8 does not need line number hack any more | Christian Schneider | 1 | -3/+0 |
2015-06-04 | give proxy more time to recover after config reload | Urban Müller | 1 | -1/+1 |
2015-06-02 | sleep 100ms before retrying to avoid alerts on ultraproxy reloads | Urban Müller | 1 | -0/+3 |
2015-04-16 | make short expire an option as itjs::checksum usage is different depending on... | Christian Helbling | 1 | -2/+4 |
2015-03-31 | return log line to caller | Nathan Gass | 1 | -0/+2 |
2015-03-23 | don't send alwaysvalid etag when checksum is '-' which is used for a short ti... | Christian Helbling | 1 | -1/+2 |
2015-03-12 | fix request_curl to be compatible with request (header variable should includ... | Nathan Gass | 1 | -0/+1 |
2015-03-04 | support setting of time only | Urban Müller | 1 | -1/+1 |
2015-03-04 | correct background color for unquoted ET() values in .texts debug | Urban Müller | 1 | -1/+1 |
2015-02-24 | send referer if internal request | Urban Müller | 1 | -0/+1 |
2015-02-23 | kill null bytes in files= | Urban Müller | 1 | -1/+1 |
2015-02-19 | Nicer looking comments with spaces, also prevents problem with >/- at start/e... | Christian Schneider | 1 | -1/+1 |