Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-11-02 | remove explicit https ports since we force http protocol | Urban Müller | 1 | -1/+1 |
2018-10-30 | allow sporadic error suppression | Urban Müller | 1 | -2/+2 |
2018-10-29 | warn when using the same short option twice | Christian Helbling | 1 | -0/+4 |
2018-10-08 | put behaviour of --debug in it::getopt into it_debug::set so we can use that ... | Christian Helbling | 1 | -10/+1 |
2018-09-24 | disable linter for deprecated functions | David Flatz | 1 | -9/+9 |
2018-09-21 | keep debug parameters set via getopt in subrequests | Christian Helbling | 1 | -0/+3 |
2018-09-21 | remove trailing spaces | Christian Helbling | 1 | -7/+7 |
2018-09-19 | make sure it::log does not producee @it::fatal in with /opt/ultra binaries | Urban Müller | 1 | -3/+2 |
2018-09-19 | make sure even @it::fatal exits, print "Internal server error" in case of it:... | Urban Müller | 1 | -7/+7 |
2018-08-28 | better docs | Urban Müller | 1 | -2/+2 |
2018-08-03 | abort on suspicious filename. did not trigger in a month | Urban Müller | 1 | -2/+2 |
2018-08-02 | adapt docs | Urban Müller | 1 | -3/+3 |
2018-08-02 | clean up part of the nastiness | Urban Müller | 1 | -1/+1 |
2018-06-28 | set reminder for ::fatal | Urban Müller | 1 | -1/+1 |
2018-06-28 | fix mute mode | Urban Müller | 1 | -2/+2 |
2018-06-27 | dont use safer file funcs in it::error, could theoretically recurse | Urban Müller | 1 | -4/+4 |
2018-06-27 | reapply "use safer it:: variants of file funcs", was not the culprit in jussi... | Urban Müller | 1 | -8/+8 |
2018-06-27 | prevent recursion | Urban Müller | 1 | -0/+4 |
2018-06-27 | support muting of alerts | Urban Müller | 1 | -1/+1 |
2018-06-22 | Revert "use safer it:: variants of file funcs" | Urban Müller | 1 | -8/+8 |
2018-06-21 | use safer it:: variants of file funcs | Urban Müller | 1 | -8/+8 |
2018-06-19 | remove unused $context in it::fopen (null not allowed), add and fix tests | Urban Müller | 1 | -2/+2 |