Age | Commit message (Expand) | Author | Files | Lines |
2020-11-13 | nicer formatting | Urban Müller | 1 | -1/+1 |
2020-11-11 | bugfix (accidentally added rawpost) | Urban Müller | 1 | -1/+1 |
2020-11-09 | no longer ignore extra positional arguments | Nathan Gass | 1 | -3/+1 |
2020-11-09 | detect bad it::error usage | Urban Müller | 1 | -1/+4 |
2020-10-30 | include POSTed non form data in error mails | Urban Müller | 1 | -0/+3 |
2020-10-28 | Limit parallel threads of GraphicsMagick to avoid overloading servers | Christian Schneider | 1 | -1/+1 |
2020-09-23 | resend info irrelevant on devel | Urban Müller | 1 | -1/+1 |
2020-09-16 | use error_context for mails only | Urban Müller | 1 | -1/+1 |
2020-09-15 | Do not generate warning (PHP 8: TypeError) if STDERR is not a valid resource,... | Christian Schneider | 1 | -1/+2 |
2020-08-25 | test for unexpected optional positinal arguments | Nathan Gass | 1 | -3/+5 |
2020-06-29 | remove unnecessary err messages elsewhere | Urban Müller | 1 | -1/+1 |
2020-06-26 | avoid reporting null bytes in it::exec | Urban Müller | 1 | -1/+1 |
2020-06-19 | fix docs | Urban Müller | 1 | -1/+1 |
2020-05-27 | honor omitdebuginfo for block-resend | Urban Müller | 1 | -1/+1 |
2020-05-25 | it::error should put (optional) single line content before multiline content | Urban Müller | 1 | -3/+3 |
2020-05-25 | allow sorting and mapping functions in sort() | Urban Müller | 1 | -4/+14 |
2020-05-19 | prevent huge subjects, separate multiline parts | Urban Müller | 1 | -0/+2 |
2020-05-13 | it::error should cloak password2 in body as well | Urban Müller | 1 | -1/+1 |
2020-05-13 | align title | Urban Müller | 1 | -1/+1 |
2020-05-12 | compactify error mails | Urban Müller | 1 | -7/+5 |
2020-05-12 | optionally add global extra info to all errs | Urban Müller | 1 | -0/+3 |
2020-05-08 | Do not call it::_stdin_next() trying to open first optional argument unless i... | Christian Schneider | 1 | -1/+5 |
2020-04-15 | allow disabling pretty printing | Urban Müller | 1 | -2/+2 |
2020-04-14 | add pretty option to it::json_encode() | Christian A. Weber | 1 | -2/+3 |
2020-03-16 | Use LOCK_EX to avoid log lines being split up | Christian Schneider | 1 | -1/+1 |
2020-03-10 | handle = in short opts as well (-n=2) | Urban Müller | 1 | -1/+3 |
2020-01-20 | Support all arguments of file_get_contents, including maxlen | Christian Schneider | 1 | -2/+2 |
2020-01-13 | Add compatibility function to map new setcookie() parameters to pre-7.3 PHP v... | Christian Schneider | 1 | -0/+10 |
2019-11-19 | enable bash features in it::exec and it::system | Nathan Gass | 1 | -2/+2 |
2019-10-04 | avoid bouncing replies to system users | Urban Müller | 1 | -0/+1 |
2019-09-24 | simplify From:, readability | Urban Müller | 1 | -3/+8 |
2019-09-24 | use effective uid, avoid it::exec | Urban Müller | 1 | -1/+4 |
2019-09-23 | mention machine in From: of it::error mails | Urban Müller | 1 | -1/+2 |
2019-09-16 | lowercase minor errors (twin, debugparams) | Urban Müller | 1 | -1/+6 |
2019-09-11 | more params2utf8 to lower level so auto_prepend in lib doesnt trigger search.... | Urban Müller | 1 | -0/+38 |
2019-09-02 | Make itools a bit stricter, new PHP versions start to enforce more declarations | Christian Schneider | 1 | -2/+2 |
2019-06-06 | fix possible misunderstandings | Urban Müller | 1 | -1/+1 |
2019-05-10 | cdist option for ::file_put | Urban Müller | 1 | -1/+3 |
2019-04-06 | only use service tmp if writable | Urban Müller | 1 | -4/+5 |
2019-04-05 | avoid creating tmpfiles in dest dir | Urban Müller | 1 | -2/+4 |
2019-03-12 | Normalize to FORM_C in any2utf8 | Christian Schneider | 1 | -2/+1 |
2019-02-25 | handle single quotes in trace | Urban Müller | 1 | -1/+1 |
2019-02-25 | handle evel() parens in trace | Urban Müller | 1 | -1/+1 |
2019-02-18 | prevent recursion | Urban Müller | 1 | -1/+1 |
2019-02-04 | Add global config option $GLOBALS['it_defaultconfig']['fatal_throws_exception... | Christian Schneider | 1 | -2/+9 |
2019-01-31 | hide field password2 as well | Urban Müller | 1 | -1/+1 |
2019-01-18 | allow returning assoc arrays | Urban Müller | 1 | -1/+2 |
2018-11-16 | replace horribly named function with slight less horribly named one | Urban Müller | 1 | -5/+5 |
2018-11-14 | do not silently ::fatal when trying to open $args[0] with ../ as filename (wh... | Urban Müller | 1 | -2/+2 |
2018-11-06 | ::fatal should not send mail if only stdout is not a tty, ::bail adds newlines | Urban Müller | 1 | -3/+3 |