Age | Commit message (Expand) | Author | Files | Lines |
2023-11-16 | add mailid to alertlog for grepping | Urban Müller | 1 | -3/+2 |
2023-11-06 | $_FILES contains original file names with possibly invalid utf8 | Urban Müller | 1 | -0/+1 |
2023-09-05 | protect against huge stackdumps from outdooractive | Urban Müller | 1 | -1/+1 |
2023-09-04 | add forgotten url to host, mail2443 | Urban Müller | 1 | -1/+1 |
2023-08-31 | allow https in error mails | Urban Müller | 1 | -3/+6 |
2023-08-16 | it::map docs | Urban Müller | 1 | -1/+1 |
2023-08-16 | allow prettyprinting on json_encode (used in tv) | Urban Müller | 1 | -2/+2 |
2023-08-16 | avoid using "trace" identifier for different things | Urban Müller | 1 | -9/+9 |
2023-08-15 | docs fix | Urban Müller | 1 | -1/+1 |
2023-08-03 | avoid name clashes with stats (mail3831); undercore also illustrates out of band | Urban Müller | 1 | -3/+3 |
2023-08-03 | allow echoing and dry-running of it::exec/it::system commands | Urban Müller | 1 | -12/+16 |
2023-07-27 | bugfix, thanks buddha | Urban Müller | 1 | -1/+1 |
2023-07-27 | fix mail0 | Urban Müller | 1 | -1/+1 |
2023-07-26 | only use trace for id to simplify deletion of similar errs | Urban Müller | 1 | -1/+1 |
2023-07-25 | experimentally add ID to error mails | Urban Müller | 1 | -2/+4 |
2023-07-25 | strip superfluous newlines in title | Urban Müller | 1 | -1/+1 |
2023-07-18 | more concise arg merging | Urban Müller | 1 | -4/+2 |
2023-07-18 | support varags in it::pipe like in it::exec | Urban Müller | 1 | -2/+6 |
2023-07-05 | mark safe it::shell_command calls | Urban Müller | 1 | -3/+3 |
2023-06-22 | quote it::exec() args, use timeout for gm convert to avoid checking for ultra... | Christian A. Weber | 1 | -4/+2 |
2023-05-17 | prevent potential recursions through it::fatal in it::file_put_contents (thx ... | Urban Müller | 1 | -1/+1 |
2023-05-17 | prevent errors in it::error | Urban Müller | 1 | -1/+1 |
2023-05-17 | use correct okstate path | Urban Müller | 1 | -1/+1 |
2023-05-15 | fix stack trace depth, remove outdated comment | Urban Müller | 1 | -1/+1 |
2023-05-08 | fix save path for long bodies | Urban Müller | 1 | -2/+2 |
2023-05-08 | avoid stderr when no alertlogs present yet | Urban Müller | 1 | -1/+1 |
2023-05-04 | adapt to standard syntax | Urban Müller | 1 | -1/+1 |
2023-05-04 | add medium length stackdumps, clean up stack trace generation params, make ea... | Urban Müller | 1 | -24/+27 |
2023-04-13 | put alert logs and long err outputs into service | Urban Müller | 1 | -6/+7 |
2023-03-30 | docs | Urban Müller | 1 | -1/+1 |
2023-03-27 | docs | Urban Müller | 1 | -1/+1 |
2023-03-23 | docs | Urban Müller | 1 | -1/+1 |
2023-03-17 | actually indicate offending value | Urban Müller | 1 | -1/+1 |
2023-03-13 | docs | Urban Müller | 1 | -0/+1 |
2023-02-20 | only look at first two elements for description of short- and longoption so t... | David Flatz | 1 | -1/+1 |
2023-02-13 | more docs | Urban Müller | 1 | -0/+2 |
2023-02-13 | improve it::error docs | Urban Müller | 1 | -15/+20 |
2023-01-11 | Normalize double sign --/+-/-+/++ calculations in it::date for PHP 8.2 and ad... | Christian Schneider | 1 | -1/+1 |
2022-12-12 | Add and use it::utf8_decode and it::utf8_encode for easier migration to PHP 8.2 | Christian Schneider | 1 | -2/+12 |
2022-12-12 | Remove unused functions it::toascii, it_pipe::latin/utf8 | Christian Schneider | 1 | -14/+0 |
2022-11-17 | typo | Urban Müller | 1 | -1/+1 |
2022-10-03 | Fix it::map with generators which can only be used once | Christian Schneider | 1 | -1/+1 |
2022-10-03 | Revert "Fix it::map with generators: Avoid iterating over generator twice" | Christian Schneider | 1 | -1/+1 |
2022-10-03 | Fix it::map with generators: Avoid iterating over generator twice | Christian Schneider | 1 | -1/+1 |
2022-09-23 | utf8-safe versions of typical php input functions | Urban Müller | 1 | -2/+19 |
2022-09-19 | it::error should report request body for PUT etc | Urban Müller | 1 | -2/+2 |
2022-08-11 | be conservative and block unknown ip formats | Nathan Gass | 1 | -1/+2 |
2022-08-04 | Throw away profile information like EXIF to (sometimes massively) reduce imag... | Christian Schneider | 1 | -1/+1 |
2022-06-27 | suppress errors of dns_get_record but retry to maybe work around temporary pr... | David Flatz | 1 | -4/+7 |
2022-06-20 | make is_private_ip resolve hostnames and check all resolved ips | David Flatz | 1 | -20/+26 |