Age | Commit message (Expand) | Author | Files | Lines |
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 |
2022-06-20 | add function to check whether an ip is from a private range which should be u... | David Flatz | 1 | -0/+26 |
2022-06-09 | docs | Urban Müller | 1 | -1/+1 |
2022-05-27 | send reminder much later | Urban Müller | 1 | -1/+1 |
2022-04-21 | support late setting of debug_aslive in code | Urban Müller | 1 | -1/+1 |
2022-04-20 | backwards compatibility | Urban Müller | 1 | -1/+1 |
2022-04-20 | create generic it::servertype() | Urban Müller | 1 | -2/+10 |
2022-04-20 | respect no spam stars in .diffnotice | Urban Müller | 1 | -1/+1 |
2022-04-19 | typos | Urban Müller | 1 | -1/+1 |
2022-03-21 | allow * in .diffnotice for no error mails | Urban Müller | 1 | -2/+2 |
2022-03-11 | format check for email addresses on sending | Urban Müller | 1 | -1/+2 |
2022-02-14 | use D() formatting for it::error body | Urban Müller | 1 | -1/+1 |
2022-01-05 | body is not necessarily utf8 | Urban Müller | 1 | -1/+1 |
2022-01-05 | carriage returns do not indicate binary | Urban Müller | 1 | -1/+1 |
2021-12-14 | it::error: handle binary body like long body by saving in tmp | Nathan Gass | 1 | -1/+1 |
2021-12-02 | allow reading/writing of json in one go | Urban Müller | 1 | -0/+6 |
2021-10-19 | better it::mail docs | Urban Müller | 1 | -1/+1 |
2021-08-12 | it::fatal should abort on okstatus=0 even when no report needed | Urban Müller | 1 | -1/+1 |
2021-07-25 | Fix PHP 8.1 warnings | Christian Schneider | 1 | -1/+1 |
2021-06-17 | support testing for errs | Urban Müller | 1 | -0/+4 |
2021-06-15 | allow leading - in ::getopt option arguments, add tests | Urban Müller | 1 | -6/+1 |
2021-06-09 | never consider first word a debugparam, fixes cine.search.ch | Urban Müller | 1 | -1/+1 |
2021-05-18 | call more attention to page-killing problems | Urban Müller | 1 | -1/+1 |
2021-04-20 | handle invalid utf8 in body | Urban Müller | 1 | -1/+1 |
2021-04-20 | it::mail refuses to send mails with null bytes | Urban Müller | 1 | -1/+1 |
2021-03-29 | remove => false args in it::exec, consistent with it_html | Urban Müller | 1 | -1/+2 |
2021-03-28 | it::cdist() does nothing if no filenames are given, it::error() if filename=f... | Christian A. Weber | 1 | -0/+8 |
2021-03-24 | correcly use override traces for long stackdump (ultraexceptionhandler case) | Urban Müller | 1 | -1/+1 |
2021-03-15 | filter info not needed interactively | Urban Müller | 1 | -1/+1 |
2021-03-15 | better align subsequent it::error output | Urban Müller | 1 | -1/+1 |
2021-03-12 | avoid empty title when error message contains invalid utf8 | Urban Müller | 1 | -1/+1 |
2021-03-12 | allow forcing errors to screen | Urban Müller | 1 | -3/+5 |
2021-02-22 | avoid lowercase "Fatal:" e.g. when debug_timerlog set programmatically | Urban Müller | 1 | -2/+2 |
2021-02-15 | grapheme_substr turns false into "" in php 8; return was not taken | Urban Müller | 1 | -3/+4 |
2021-02-12 | allow custom stack traces from exception handler | Urban Müller | 1 | -2/+2 |
2021-02-12 | correctly put Fatal: in front of uncaught exceptions | Urban Müller | 1 | -1/+1 |
2021-02-09 | Avoid TypeError with null on PHP 8 | Christian Schneider | 1 | -1/+1 |
2021-02-08 | correctly report extra params; it::error has recursion protection | Urban Müller | 1 | -1/+1 |
2021-02-03 | Code cleanup: Replace call_user_func* with normal function call equivalent | Christian Schneider | 1 | -1/+1 |
2021-02-03 | Code cleanup: Switch to new style varargs | Christian Schneider | 1 | -19/+14 |
2021-02-03 | Use proper name of option in example | Christian Schneider | 1 | -1/+1 |
2021-02-03 | Support options, e.g. --twofirst as arguments to it::cdist() | Christian Schneider | 1 | -5/+10 |
2021-01-13 | Update copyright date | Christian Schneider | 1 | -1/+1 |