Age | Commit message (Expand) | Author | Files | Lines |
2021-12-08 | show all params in EDC('req'), not just url | Christian A. Weber | 1 | -2/+5 |
2021-11-01 | more debug info | Urban Müller | 1 | -1/+1 |
2021-11-01 | avoid false positives when U() removes args without value | Urban Müller | 1 | -1/+1 |
2021-11-01 | report redirect loops | Urban Müller | 1 | -0/+3 |
2021-10-29 | Revert "allow combining postprocess with assoc" | Nathan Gass | 1 | -1/+1 |
2021-10-28 | allow combining postprocess with assoc | Urban Müller | 1 | -1/+1 |
2021-10-22 | improve docs | Urban Müller | 1 | -1/+1 |
2021-08-26 | make it possible to disable automatic decompression (by setting accept_encodi... | Christian Helbling | 1 | -6/+10 |
2021-07-22 | Change default caching from 24 to 23 hours to reduce risc of daily jobs to us... | Christian Schneider | 1 | -2/+2 |
2021-06-18 | Revert "use same default 5s timeout for ::get and ::get_cache", breaks existi... | Christian A. Weber | 1 | -2/+2 |
2021-06-17 | use same default 5s timeout for ::get and ::get_cache | Urban Müller | 1 | -2/+2 |
2021-06-16 | improve docs | Urban Müller | 1 | -3/+3 |
2021-02-16 | fix errors on get_cache | Urban Müller | 1 | -3/+3 |
2021-02-03 | Code cleanup: Replace call_user_func* with normal function call equivalent | Christian Schneider | 1 | -2/+2 |
2021-01-13 | Update copyright date | Christian Schneider | 1 | -1/+1 |
2021-01-13 | Unified } else { missed in first iteration | Christian Schneider | 1 | -1/+3 |
2021-01-13 | Unified join to always use implode | Christian Schneider | 1 | -1/+1 |
2021-01-13 | Unified brace and else if style | Christian Schneider | 1 | -21/+46 |
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-10-16 | document "followlocation" | Urban Müller | 1 | -6/+8 |
2020-09-15 | Make itools PHP 8 compatible | Christian Schneider | 1 | -3/+3 |
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 | 1 | -2/+2 |
2020-08-10 | use positive list for retry status codes | Urban Müller | 1 | -2/+3 |
2020-08-04 | correctly retry in ::get_multi, do retry in status 5xx in ::get | Urban Müller | 1 | -4/+5 |
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-06-26 | Refetch in get_cache() if headers are requested but cache does not contain them | Christian Schneider | 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 | Switch it_url::get() to static / remove support for legacy usage ->get() | Christian Schneider | 1 | -6/+1 |
2020-05-26 | allow custom errors on format violations (e.g. timewindow) | Urban Müller | 1 | -2/+2 |
2020-05-18 | Warn about object method usage of it_url::get() | Christian Schneider | 1 | -0/+3 |
2020-05-18 | For now normalize headers in it_url::get/request response to Capitalized-Form... | Christian Schneider | 1 | -1/+1 |
2020-05-18 | Avoid unnecessary classes being loaded in tel/feedback.php | Christian Schneider | 1 | -1/+1 |
2020-05-18 | Add 'assoc' => true mode to it_url::get() and prepare to mark function static | Christian Schneider | 1 | -24/+49 |
2020-05-11 | Make response cookie handling case insensitive as HTTP2 returns lowercase | Christian Schneider | 1 | -1/+1 |
2020-05-11 | Mark static methods properly to avoid deprecation message | Christian Schneider | 1 | -1/+1 |
2020-04-30 | Include both the active and the default language (from user's Accept-Language... | Christian Schneider | 1 | -1/+1 |
2020-04-30 | Use user's Accept-Language (mapped to languages we know) instead of currently... | Christian Schneider | 1 | -1/+1 |
2020-04-22 | Also accept language overrides for txt | Christian Schneider | 1 | -1/+1 |
2020-04-21 | White-list mbtiles.php because it does not support language override urls | Christian Schneider | 1 | -1/+1 |