summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
it_url.class
Age
Commit message (
Expand
)
Author
Files
Lines
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
2014-04-15
dont break parsing if url contains unencoded newlines
Urban Müller
1
-2
/
+2
2014-04-15
support setting of it::error params in it_url::get
Urban Müller
1
-10
/
+11
2014-04-08
fix err message in case of instanciated url object
Urban Müller
1
-1
/
+1
2014-04-08
no safety in it_url::get when called from get_cache for backwards compatibility
Urban Müller
1
-1
/
+1
2014-04-08
optional error reporting for it_url::get failures
Urban Müller
1
-3
/
+7
2014-03-06
keep original header, factor out header parsing code from request, do not sen...
Nathan Gass
1
-6
/
+20
2014-02-19
implement and test argument maxlength (for crawler)
Nathan Gass
1
-2
/
+6
2014-02-17
modernize user-agent
David Flatz
1
-1
/
+1
2014-02-17
don't get rid of common index file names in urls, we can't assume server conf...
David Flatz
1
-3
/
+0
2013-11-01
Remove $Id$
Christian Schneider
1
-2
/
+0
2013-07-15
fix absolute() for urs like /foo//bar
Christian Weber
1
-1
/
+1
2013-07-12
shorter code
Urban Müller
1
-3
/
+1
2013-07-12
only load it_text.class if no Accept-Language header is given
Nathan Gass
1
-1
/
+3
2013-03-04
factor out request method from get method, make http method overwritable, fix...
Nathan Gass
1
-73
/
+89
2013-01-31
declare functions static
Urban Müller
1
-4
/
+4
2012-12-03
curl_multi_select can return -1 without select when polling is necessary (see...
Nathan Gass
1
-19
/
+18
2012-11-23
debug last commit
Nathan Gass
1
-1
/
+1
2012-11-19
make sure results are returned in the same order as input urls array
Nathan Gass
1
-3
/
+4
2012-11-19
allow handler function per url which can abort in get_multi
Nathan Gass
1
-15
/
+23
2012-09-19
Added work-around for cURL 7.25.0 problem with first select call hanging
Christian Schneider
1
-1
/
+3
2012-08-30
Added debug parameter reqtimings to time multiget subrequests
Christian Schneider
1
-2
/
+11
2012-08-14
Handle errors (e.g. timeouts) in it_url::get_multi by returning false for tho...
Christian Schneider
1
-3
/
+7
2012-03-20
Fix getcache not updating processed file if another processed file updated so...
Christian Schneider
1
-7
/
+2
2012-01-28
honor "safety" param in it_url::get_cache_contents
Urban Müller
1
-1
/
+1
2011-12-09
Added parameter $p["returnheaders"] => true to return array($path, $headers) ...
Christian Schneider
1
-2
/
+12
2011-10-25
adapt style
Nathan Gass
1
-4
/
+5
2011-10-25
replace busy curl_multi loop by correct curl_multi loop from php doku
Nathan Gass
1
-2
/
+13
2011-09-27
fall back on get_multi for other protocols
Nathan Gass
1
-0
/
+6
2011-09-08
Enforce parameter of it_url::redirect to be either 'permanent' or 'temporary'
Christian Schneider
1
-2
/
+5
2011-09-08
add support for permanent redirect, change default/temporary redirect from 30...
Christian Helbling
1
-6
/
+6
[prev]
[next]