Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-08-17 | new $p['writefunction'] function to be called whenever data is received (for ... | Christian A. Weber | 1 | -14/+22 |
2018-08-03 | implement option verbose for verbose curl output | Nathan Gass | 1 | -2/+14 |
2018-08-03 | check for false identity, content of $got could evaluate to false for some re... | David Flatz | 1 | -1/+1 |
2018-08-03 | expose errno since some errors don't necessarily have an errorstring (e.g. wh... | David Flatz | 1 | -2/+2 |
2018-06-27 | reapply "use safer it:: variants of file funcs", was not the culprit in jussi... | Urban Müller | 1 | -4/+4 |
2018-06-22 | Revert "use safer it:: variants of file funcs" | Urban Müller | 1 | -4/+4 |
2018-06-21 | use safer it:: variants of file funcs | Urban Müller | 1 | -4/+4 |
2018-06-18 | urlencode keys of nested structures; this fixes illegal characters in urls | David Flatz | 1 | -1/+1 |
2018-02-15 | Encode [] in url parameters as new tidy validates URLs and complains about it | Christian Schneider | 1 | -2/+5 |
2018-02-14 | Add support for precalculated cachefilename | Christian Schneider | 1 | -5/+6 |
2018-02-14 | Store result code directly in HTTP, not HTTP/1.1 or HTTP2 because we want to ... | Christian Schneider | 1 | -1/+1 |
2018-01-24 | Combine duplicate it_error parameter documentation | Christian Schneider | 1 | -2/+1 |
2017-12-21 | readd trailing comma | Nathan Gass | 1 | -1/+1 |
2017-12-19 | remove curlinfo_header_out option (conlicts with curlopt_verbose and possibly... | Nathan Gass | 1 | -3/+4 |
2017-12-18 | include curl_getinfo for errors, remove unused variable | Nathan Gass | 1 | -3/+4 |