summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
it_url.class
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
[next]