summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
it_url.class
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-12-07
docs
Urban Müller
1
-1
/
+1
2015-11-17
report empty redir urls, they cause loops
Urban Müller
1
-2
/
+2
2015-11-09
allow delay before retry
Urban Müller
1
-0
/
+4
2015-10-19
optional cache hit rate logging
Urban Müller
1
-0
/
+4
2015-10-16
more compact getcache debug output
Urban Müller
1
-2
/
+2
2015-10-13
remove ultra-obsolete read_page(), get_description() and get_title() api (int...
Christian A. Weber
1
-80
/
+1
2015-09-16
correct returncode in keepfailed case
Urban Müller
1
-0
/
+1
2015-09-16
support keepfailed in conjunction with failed preprocessors
Urban Müller
1
-1
/
+2
2015-08-05
more verbose err msg
Urban Müller
1
-1
/
+1
2015-06-23
better error handling, port last commit to request_curl
Nathan Gass
1
-11
/
+19
2015-06-23
fix ->result for totaltimeout and maxlength (should be same as return value),...
Nathan Gass
1
-4
/
+4
2015-06-04
docs
Urban Müller
1
-1
/
+1
2015-06-04
remove retry delay for testing
Urban Müller
1
-3
/
+0
2015-06-04
give proxy more time to recover after config reload
Urban Müller
1
-1
/
+1
2015-06-02
sleep 100ms before retrying to avoid alerts on ultraproxy reloads
Urban Müller
1
-0
/
+3
2015-03-12
fix request_curl to be compatible with request (header variable should includ...
Nathan Gass
1
-0
/
+1
2015-02-24
send referer if internal request
Urban Müller
1
-0
/
+1
2015-02-13
fix 63ec357
Christian Helbling
1
-2
/
+2
2015-02-13
remove alert because of too many false positives
David Flatz
1
-3
/
+0
2015-02-12
suppress warning when we redirect a post
David Flatz
1
-1
/
+1
2015-02-12
use $_SERVER['QUERY_STRING'] instead of U($_GET) because it removes empty get...
David Flatz
1
-1
/
+1
2015-02-11
warn about potential redirect loops
David Flatz
1
-0
/
+4
2015-02-10
Make ITools standard PHP 5.3 compatible (syntax patch, no short array syntax)
Christian Schneider
1
-9
/
+9
2015-01-19
request() stores cookies set by server in $this->cookies[]
Christian A. Weber
1
-1
/
+4
2014-10-23
request_curl: verify ssl certificates, ensure ->headers is always set (compat...
Nathan Gass
1
-2
/
+8
2014-10-23
add new method request_curl method which supports https
Nathan Gass
1
-25
/
+98
2014-10-07
instantiate it_html noredir debug parameter is set and it wasn't initialized ...
David Flatz
1
-1
/
+4
2014-10-03
allow any protocol in it_url::absolute()
Urban Müller
1
-1
/
+1
2014-09-01
Simplify it_url::parse
Christian Schneider
1
-7
/
+4
2014-09-01
reverse function of U()
Urban Müller
1
-0
/
+13
2014-05-07
generic req and res debug params for it_url::get
Urban Müller
1
-0
/
+6
[next]