Age | Commit message (Expand) | Author | Files | Lines |
2017-12-18 | include curl_getinfo for errors, remove unused variable | Nathan Gass | 1 | -3/+4 |
2017-10-26 | set accept encoding option | Nathan Gass | 1 | -0/+1 |
2017-10-16 | implement retries for get_multi | Nathan Gass | 1 | -11/+28 |
2017-10-12 | use CURLOPT_FOLLOWLOCATION in it_url::get | Nathan Gass | 1 | -19/+8 |
2017-09-26 | do not wait for body on HEAD request | Nathan Gass | 1 | -0/+1 |
2017-09-25 | rename request_curl to request | Nathan Gass | 1 | -7/+2 |
2017-09-25 | remove old request method | Nathan Gass | 1 | -103/+3 |
2017-09-13 | better docs | Urban Müller | 1 | -2/+2 |
2017-08-22 | check for wrong use of it_url::get | Nathan Gass | 1 | -0/+2 |
2017-08-21 | fix multiple args in base, add documentation | Christian A. Weber | 1 | -2/+5 |
2017-08-21 | add it_url::parse_str() which leaves dots and spaces in arg names intact | Christian A. Weber | 1 | -0/+13 |
2017-08-21 | correctly use old "safety" parameter in get_cache_contents | Urban Müller | 1 | -1/+1 |
2017-08-21 | always use curl | Nathan Gass | 1 | -1/+1 |
2017-08-17 | fix basic authentication support in request_curl | Nathan Gass | 1 | -10/+9 |
2017-08-16 | use normalized url instead of rawurl also for request_curl (so default protoc... | Nathan Gass | 1 | -1/+1 |
2017-08-16 | handle authentication in function request_curl | Nathan Gass | 1 | -1/+6 |
2017-08-11 | better err msg | Urban Müller | 1 | -3/+7 |
2017-08-11 | dont report errs if retries left | Urban Müller | 1 | -4/+4 |
2017-08-10 | enable filtering of it_url errors, enable errors in it_url::get by default (l... | Urban Müller | 1 | -12/+13 |
2017-07-20 | more verbose error message | Urban Müller | 1 | -1/+1 |
2017-07-06 | avoid permission problems in /cleaned if ::get_cache | Urban Müller | 1 | -1/+1 |
2017-07-03 | add filemtime / If-Modified-Since functionality to request_curl | Christian Helbling | 1 | -7/+8 |
2017-06-29 | it_url: add option compression to use gzip or deflate (handled by curl) | Christian Helbling | 1 | -1/+5 |
2017-05-18 | Do not follow redirect for HTTP 201 Created because that can send the Locatio... | Christian Schneider | 1 | -1/+2 |
2017-03-21 | get_cache_filename() considers post data | Christian A. Weber | 1 | -1/+2 |
2017-03-16 | it_url::get() supports http file upload, clarify params documentation | Christian A. Weber | 1 | -4/+11 |
2017-02-07 | textbook ternary | Urban Müller | 1 | -4/+1 |
2016-12-08 | Make static/object context check PHP 7.1 compatible | Christian Schneider | 1 | -1/+1 |
2016-11-24 | handle multiple Continue headers | Nathan Gass | 1 | -1/+1 |
2016-11-10 | whitespace cleanup | Urban Müller | 1 | -1/+1 |
2016-10-19 | restore documentation of get_cache_contents() | Christian A. Weber | 1 | -1/+1 |
2016-10-19 | fix phan warnings | Urban Müller | 1 | -8/+10 |
2016-09-28 | handle continue header in curl result | Nathan Gass | 1 | -0/+2 |
2016-08-18 | add parameter curl to force usage of request_curl | Nathan Gass | 1 | -1/+1 |
2016-06-14 | Also set default headers (like X-Ultra-Https) for get_multi | Christian Schneider | 1 | -4/+2 |
2016-06-14 | Set header to inform subrequests about HTTPS on original request | Christian Schneider | 1 | -0/+1 |
2016-06-14 | Refactor headers sent with subrequests copy/paste to common function | Christian Schneider | 1 | -13/+12 |
2016-06-06 | add 2nd parameter to it_url::absolute() to force a protocol | Christian A. Weber | 1 | -11/+16 |
2016-05-25 | Support method and data parameter in curl code path as well (used for https) | Christian Schneider | 1 | -0/+4 |
2016-05-19 | fix .req debug param: did not work on urls staring with // and .req-tel match... | Christian Helbling | 1 | -1/+1 |
2016-05-10 | Added option allow_insecure_ssl to it_url::get() to disable SSL certificate v... | Christian Schneider | 1 | -2/+2 |
2016-05-10 | Remove duplicate CURLOPT_SSL_* settings | Christian Schneider | 1 | -3/+1 |
2016-05-02 | fix url in alerts (started with //) | Christian Helbling | 1 | -1/+1 |
2016-04-05 | simplify constructor, make urls without protocol work, deprecate file: and la... | Christian A. Weber | 1 | -71/+15 |
2016-03-29 | docs | Urban Müller | 1 | -0/+1 |
2016-02-02 | be nice about cache cleanup | Urban Müller | 1 | -1/+1 |
2016-01-28 | simplify | Urban Müller | 1 | -1/+1 |
2016-01-28 | more throttling | Urban Müller | 1 | -1/+1 |
2016-01-27 | throttle cache cleanup | Urban Müller | 1 | -1/+1 |
2016-01-26 | clean up at lower peak | Urban Müller | 1 | -1/+1 |