Age | Commit message (Expand) | Author | Files | Lines |
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-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-10 | empty array should not become null | Urban Müller | 1 | -1/+1 |
2015-08-10 | correctly handle non-utf8 in keys | Urban Müller | 1 | -2/+2 |
2015-08-05 | make it::fatal exits more discernable | Urban Müller | 1 | -1/+1 |
2015-07-06 | avoid confusion when affected machine not reporting machine | Urban Müller | 1 | -1/+1 |
2015-03-31 | return log line to caller | Nathan Gass | 1 | -0/+2 |
2015-03-04 | support setting of time only | Urban Müller | 1 | -1/+1 |
2015-02-10 | Make ITools standard PHP 5.3 compatible (syntax patch, no short array syntax) | Christian Schneider | 1 | -2/+2 |
2015-01-29 | kill invisible soft hypens in any2utf8 | Urban Müller | 1 | -0/+1 |
2014-10-09 | all times in debug param time | Urban Müller | 1 | -1/+1 |
2014-10-09 | clean up docs, better variable naming, document --debug | Urban Müller | 1 | -20/+20 |
2014-10-09 | allow debug param args with - in them | Urban Müller | 1 | -1/+1 |
2014-10-01 | it::json_encode() and it::json_decode() | Urban Müller | 1 | -0/+16 |
2014-07-31 | support it::time | Urban Müller | 1 | -2/+10 |
2014-07-25 | partial implementation of time() override | Urban Müller | 1 | -1/+1 |
2014-06-24 | it::error() always returns null | Christian A. Weber | 1 | -2/+2 |
2014-05-07 | make sure errors come in front | Urban Müller | 1 | -1/+1 |
2014-04-22 | remove unneccessary Body: when there are no other sections anyway | Urban Müller | 1 | -1/+4 |
2014-04-08 | make sure stack trace comes before any long body | Urban Müller | 1 | -1/+1 |
2014-03-07 | documentation | Urban Müller | 1 | -1/+1 |
2014-03-06 | keep supporting title only mode | Urban Müller | 1 | -0/+2 |
2014-03-05 | remove support for deprecated it::error usage | Urban Müller | 1 | -10/+4 |
2014-02-21 | warn when trying to use defaults on boolean options in it::getopt | Christian Helbling | 1 | -2/+7 |
2014-02-18 | it::any2utf8() only warns about double utf8-encoding if $errprefix is not empty | Christian A. Weber | 1 | -1/+1 |
2014-02-10 | warn about deprecated it::error usage | Urban Müller | 1 | -0/+3 |
2014-02-04 | remove old warning message | Urban Müller | 1 | -3/+0 |
2014-01-16 | allow ignoring options after first argument | Urban Müller | 1 | -4/+8 |
2014-01-14 | support varargs and arrays in it::cdist() | Christian A. Weber | 1 | -1/+4 |
2014-01-14 | Fix cdist documentation parameter | Christian Schneider | 1 | -1/+1 |
2014-01-13 | add it::cdist() and it::cexec() | Christian A. Weber | 1 | -1/+23 |
2013-12-13 | it::error: better ok state filenames, warning fix, extra terse mode | Urban Müller | 1 | -5/+5 |
2013-12-12 | support edge triggered errors, support special chars in blockmailid | Urban Müller | 1 | -1/+13 |
2013-11-21 | allow suppression of error mails | Urban Müller | 1 | -1/+1 |
2013-11-13 | return 500 server error for fatal (so ultraproxy may react) | Urban Müller | 1 | -0/+2 |
2013-11-04 | make word Usage: mandatory | Urban Müller | 1 | -0/+2 |
2013-11-01 | Remove $Id$ | Christian Schneider | 1 | -2/+0 |
2013-09-19 | avoid false warnings | Urban Müller | 1 | -2/+2 |
2013-09-19 | handle illegal utf-8 characters, small cleanup | Urban Müller | 1 | -4/+6 |
2013-09-16 | document defaults | Urban Müller | 1 | -2/+2 |
2013-08-15 | add it::lcfirst() simliar to it::ucfirst() | Christian Helbling | 1 | -0/+8 |
2013-07-17 | docs | Urban Müller | 1 | -2/+3 |
2013-07-17 | allow defaults in it::getopt | Urban Müller | 1 | -2/+5 |
2013-07-17 | revert special --opts syntax as -opts does not warn on missing dashes anyway | Nathan Gass | 1 | -3/+3 |
2013-07-17 | add --opts variant to shell_command which adds dashes for posix options, add ... | Nathan Gass | 1 | -2/+4 |
2013-07-12 | show (unquoted) cmd line in it::error | Urban Müller | 1 | -1/+1 |
2013-05-16 | no longer omit it_html in backtrace, renamed $errmsg | Urban Müller | 1 | -7/+7 |