Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-04-21 | Also accept language overrides for gif, jpg and png | Christian Schneider | 1 | -1/+1 |
2020-04-21 | Add translated csv to white-list as map users //tel/result.csv with LU() | Christian Schneider | 1 | -1/+1 |
2020-04-21 | Warn about missing language overrides for subrequests, i.e. LU() instead of U... | Christian Schneider | 1 | -0/+3 |
2020-04-21 | support retrysleep in ::get_multi | Urban Müller | 1 | -2/+11 |
2020-04-17 | support $p["postprocess"] in get_cache_contents() | Urban Müller | 1 | -4/+13 |
2020-04-16 | allow postprocessors like json_decode | Urban Müller | 1 | -1/+7 |
2020-02-24 | rename $result which is not result of function | Urban Müller | 1 | -13/+13 |
2019-11-25 | each is deprecated and does not work for generators | Nathan Gass | 1 | -5/+12 |
2019-11-21 | avoid reading all of urls array in memory to support generators | Nathan Gass | 1 | -17/+20 |
2019-11-21 | get_muti: only call handler on curl success, give curl handle to handler so h... | Christian Helbling | 1 | -7/+10 |
2019-10-29 | implementation of maxlength using decompressed data size | Nathan Gass | 1 | -17/+26 |
2019-10-29 | fix for oo version of it_url | Nathan Gass | 1 | -1/+1 |
2019-10-17 | Fix ->is_reachable to use get() instead of fopen to use HTTP/1.1 and add tests | Christian Schneider | 1 | -12/+3 |
2019-09-03 | always set/clear errstr | Urban Müller | 1 | -0/+3 |
2019-09-02 | Make itools a bit stricter, new PHP versions start to enforce more declarations | Christian Schneider | 1 | -3/+3 |
2019-05-14 | allow retries on 500 server errors | Urban Müller | 1 | -1/+1 |
2019-05-13 | add test and fix for 204 http status code | Nathan Gass | 1 | -1/+1 |
2019-04-18 | nicer err msg | Urban Müller | 1 | -1/+1 |
2019-04-17 | specify method in err msg | Urban Müller | 1 | -1/+1 |
2019-04-05 | Send alert when we try to get overly long urls | Christian Schneider | 1 | -0/+2 |
2019-04-02 | add option noresults and debug handler feature in it_url::get_multi | Nathan Gass | 1 | -6/+8 |
2019-03-01 | Revert "better name for http status variable" for now | Urban Müller | 1 | -10/+7 |
2019-03-01 | better name for http status variable | Urban Müller | 1 | -7/+10 |
2019-02-12 | Migrate old style constructors to __construct, temporary transition functions... | Christian Schneider | 1 | -3/+3 |
2019-01-16 | implement parameter parallel to limit parallel requests in it_url::get_multi | Nathan Gass | 1 | -5/+7 |
2019-01-14 | add options to use client certificates in it_url::get | Christian Helbling | 1 | -0/+6 |
2019-01-04 | allow omitting id if default maxage | Urban Müller | 1 | -6/+6 |
2019-01-04 | enable get_cache warnings for everyone | Urban Müller | 1 | -2/+2 |
2019-01-03 | warn about get_cache calls without ID | Urban Müller | 1 | -0/+3 |
2019-01-03 | don't force it_error => false in get_cache() | Christian A. Weber | 1 | -1/+1 |
2018-11-16 | replace horribly named function with slight less horribly named one | Urban Müller | 1 | -2/+2 |
2018-11-06 | add new parameter fetchsleep to sleep after a fetch - this parameter is usefu... | Christian Helbling | 1 | -1/+4 |
2018-08-31 | docs | Urban Müller | 1 | -1/+1 |
2018-08-17 | $p['totaltimeout'] supports fractions of seconds, fix path in error message o... | Christian A. Weber | 1 | -3/+3 |