Age | Commit message (Expand) | Author | Files | Lines |
2021-01-05 | Remove obsolete special case username == uid, we do not have such cases anymore | Christian Schneider | 1 | -7/+0 |
2021-01-05 | Remove 11 year old FIXME comment, code has been in use like that long enough :-) | Christian Schneider | 1 | -1/+1 |
2021-01-05 | Remove support for obsolete _read_post_process/_write_pre_process, use static... | Christian Schneider | 1 | -24/+0 |
2020-12-16 | ignore some more warnings | David Flatz | 1 | -1/+1 |
2020-12-15 | do not prepend $errprefix twice | Urban Müller | 1 | -1/+1 |
2020-12-15 | ignore warning of jpeg decoder | David Flatz | 1 | -1/+1 |
2020-12-04 | Ignore all requests to /fonts/ for language override check, previous fix did ... | Christian Schneider | 1 | -1/+1 |
2020-12-04 | Do not complain about missing language override for .woff/.woff2 files | Christian Schneider | 1 | -1/+1 |
2020-12-03 | Add some tests for it::substr() behaviour we rely on which was broken for som... | Christian Schneider | 1 | -0/+4 |
2020-12-03 | Use PHP 8 compatible way of detecting @ operator (does not set error_reportin... | Christian Schneider | 1 | -1/+1 |
2020-11-27 | log write throttles | Urban Müller | 1 | -0/+3 |
2020-11-27 | pass array values instead of keys to functions with only one argument in it::... | Nathan Gass | 2 | -0/+6 |
2020-11-13 | properly quote raw post data for httpreq.php | Urban Müller | 1 | -2/+2 |
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 | 2 | -10/+7 |
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-30 | remove support for old array syntax | Urban Müller | 1 | -10/+4 |
2020-10-29 | use new array syntax for texts in old/new mixed files | Urban Müller | 1 | -1/+1 |
2020-10-28 | Limit parallel threads of GraphicsMagick to avoid overloading servers | Christian Schneider | 1 | -1/+1 |
2020-10-16 | document "followlocation" | Urban Müller | 1 | -6/+8 |
2020-09-30 | show datetime-comment for numbers matching timestamps until 2030-03-17 18:46 | Koni Weber | 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-09-15 | Make itools PHP 8 compatible | Christian Schneider | 5 | -56/+61 |
2020-08-25 | test for unexpected optional positinal arguments | Nathan Gass | 2 | -4/+14 |
2020-08-25 | also test for default values | Nathan Gass | 1 | -2/+3 |
2020-08-25 | more tests for arguments without value, also test failure modes | Nathan Gass | 1 | -4/+13 |
2020-08-25 | also test positional args | Nathan Gass | 1 | -6/+7 |
2020-08-21 | more verbose err msg | Urban Müller | 1 | -1/+1 |
2020-08-20 | only call handler after retries | Nathan Gass | 1 | -5/+5 |
2020-08-20 | fix 3538e25, we should not leak memory per url | Nathan Gass | 1 | -0/+3 |
2020-08-10 | vanilla php compliance | Urban Müller | 2 | -5/+5 |
2020-08-10 | use positive list for retry status codes | Urban Müller | 1 | -2/+3 |
2020-08-05 | avoid forbidden fopen() | Urban Müller | 1 | -0/+2 |
2020-08-04 | correctly retry in ::get_multi, do retry in status 5xx in ::get | Urban Müller | 3 | -5/+33 |
2020-08-03 | do not send empty headers | Urban Müller | 1 | -2/+2 |
2020-07-30 | remove option with single use for now, fix inserting too many woke up handles... | Urban Müller | 1 | -3/+1 |
2020-07-30 | dont forget retry on last active url, support fetchsleep | Urban Müller | 1 | -7/+9 |
2020-07-29 | Simplify _lock/_unlock by testing for lock parameter in caller | Christian Schneider | 1 | -9/+9 |
2020-07-27 | honor lock argument for preprocessing as well | Urban Müller | 1 | -2/+2 |
2020-07-27 | make arg optional | Urban Müller | 1 | -2/+2 |
2020-07-27 | debugparams req and res should work in get_multi | Urban Müller | 1 | -1/+6 |
2020-07-27 | make locking in it_url::get_cache optional | Urban Müller | 1 | -7/+11 |
2020-07-25 | don't trigger legacy warning if both username and uid are empty | Christian A. Weber | 1 | -1/+1 |
2020-07-21 | Mark static function it:mail::check_email() as static | Christian Schneider | 1 | -1/+1 |
2020-07-14 | document current behaviour | Urban Müller | 1 | -0/+1 |
2020-07-02 | dont return partial results | Urban Müller | 1 | -1/+2 |