Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-07-02 | Remove unnecessary NOPHPLINT | Christian Schneider | 1 | -1/+1 |
2020-07-02 | csv(): rename var, enable catching errs | Urban Müller | 1 | -4/+10 |
2020-07-01 | Simplify test, was under the wrong assumption that is() uses == instead of === | Christian Schneider | 1 | -2/+2 |
2020-07-01 | Preserve type when writing int to dyncols | Christian Schneider | 2 | -1/+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-26 | Refetch in get_cache() if headers are requested but cache does not contain them | Christian Schneider | 1 | -1/+1 |
2020-06-26 | Register fields added by _read_postprocess() so they get clear()ed | Christian Schneider | 1 | -0/+5 |
2020-06-26 | Leave _data unchanged by __read_postprocess as update() needs that and add te... | Christian Schneider | 2 | -5/+14 |
2020-06-25 | Streamline _read_postprocess: remove support for unset(), add support to post... | Christian Schneider | 1 | -14/+2 |
2020-06-25 | Call old _read_post_process/_write_pre_process last to preserve old semantics... | Christian Schneider | 1 | -4/+3 |
2020-06-24 | Add static and pure replacements _read_postprocess/_write_preprocess for depr... | Christian Schneider | 2 | -7/+76 |
2020-06-23 | Remove usage of _read_post_process in it_user | Christian Schneider | 1 | -12/+12 |
2020-06-19 | fix docs | Urban Müller | 1 | -1/+1 |
2020-06-15 | Only use T_defaultlang() for search.ch subrequests which uses language overri... | Christian Schneider | 1 | -2/+3 |
2020-06-15 | Use something resembling Edge instead of MSIE 9 to ITools requests | Christian Schneider | 1 | -1/+1 |
2020-06-02 | declare static func as such | Urban Müller | 1 | -1/+1 |
2020-06-02 | Switch it_url::get() to static / remove support for legacy usage ->get() | Christian Schneider | 1 | -6/+1 |
2020-05-27 | honor omitdebuginfo for block-resend | Urban Müller | 1 | -1/+1 |
2020-05-26 | allow custom errors on format violations (e.g. timewindow) | Urban Müller | 1 | -2/+2 |
2020-05-25 | test new sort features | Urban Müller | 1 | -0/+5 |
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-18 | Warn about object method usage of it_url::get() | Christian Schneider | 1 | -0/+3 |