summaryrefslogtreecommitdiff
path: root/it_url.class
AgeCommit message (Collapse)AuthorFilesLines
2015-11-09allow delay before retryUrban Müller1-0/+4
2015-10-19optional cache hit rate loggingUrban Müller1-0/+4
2015-10-16more compact getcache debug outputUrban Müller1-2/+2
2015-10-13remove ultra-obsolete read_page(), get_description() and get_title() api ↵Christian A. Weber1-80/+1
(introduced for Myax Knowledge Manager)
2015-09-16correct returncode in keepfailed caseUrban Müller1-0/+1
2015-09-16support keepfailed in conjunction with failed preprocessorsUrban Müller1-1/+2
2015-08-05more verbose err msgUrban Müller1-1/+1
2015-06-23better error handling, port last commit to request_curlNathan Gass1-11/+19
2015-06-23fix ->result for totaltimeout and maxlength (should be same as return ↵Nathan Gass1-4/+4
value), also fix interaction between maxlength and safety
2015-06-04docsUrban Müller1-1/+1
2015-06-04remove retry delay for testingUrban Müller1-3/+0
2015-06-04give proxy more time to recover after config reloadUrban Müller1-1/+1
2015-06-02sleep 100ms before retrying to avoid alerts on ultraproxy reloadsUrban Müller1-0/+3
2015-03-12fix request_curl to be compatible with request (header variable should ↵Nathan Gass1-0/+1
include final newlines)
2015-02-24send referer if internal requestUrban Müller1-0/+1
2015-02-13fix 63ec357Christian Helbling1-2/+2
2015-02-13remove alert because of too many false positivesDavid Flatz1-3/+0
2015-02-12suppress warning when we redirect a postDavid Flatz1-1/+1
2015-02-12use $_SERVER['QUERY_STRING'] instead of U($_GET) because it removes empty ↵David Flatz1-1/+1
get variables, should fix some false positives
2015-02-11warn about potential redirect loopsDavid Flatz1-0/+4
2015-02-10Make ITools standard PHP 5.3 compatible (syntax patch, no short array syntax)Christian Schneider1-9/+9
2015-01-19request() stores cookies set by server in $this->cookies[]Christian A. Weber1-1/+4
2014-10-23request_curl: verify ssl certificates, ensure ->headers is always set ↵Nathan Gass1-2/+8
(compatibility to request method)
2014-10-23add new method request_curl method which supports httpsNathan Gass1-25/+98
2014-10-07instantiate it_html noredir debug parameter is set and it wasn't initialized ↵David Flatz1-1/+4
before, this happens when we redirect in auto_prepend
2014-10-03allow any protocol in it_url::absolute()Urban Müller1-1/+1
2014-09-01Simplify it_url::parseChristian Schneider1-7/+4
2014-09-01reverse function of U()Urban Müller1-0/+13
2014-05-07generic req and res debug params for it_url::getUrban Müller1-0/+6
2014-04-15dont break parsing if url contains unencoded newlinesUrban Müller1-2/+2
2014-04-15support setting of it::error params in it_url::getUrban Müller1-10/+11
2014-04-08fix err message in case of instanciated url objectUrban Müller1-1/+1
2014-04-08no safety in it_url::get when called from get_cache for backwards compatibilityUrban Müller1-1/+1
2014-04-08optional error reporting for it_url::get failuresUrban Müller1-3/+7
2014-03-06keep original header, factor out header parsing code from request, do not ↵Nathan Gass1-6/+20
send request headers with value null
2014-02-19implement and test argument maxlength (for crawler)Nathan Gass1-2/+6
2014-02-17modernize user-agentDavid Flatz1-1/+1
2014-02-17don't get rid of common index file names in urls, we can't assume server ↵David Flatz1-3/+0
configurations
2013-11-01Remove $Id$Christian Schneider1-2/+0
2013-07-15fix absolute() for urs like /foo//barChristian Weber1-1/+1
2013-07-12shorter codeUrban Müller1-3/+1
2013-07-12only load it_text.class if no Accept-Language header is givenNathan Gass1-1/+3
2013-03-04factor out request method from get method, make http method overwritable, ↵Nathan Gass1-73/+89
fix Host header
2013-01-31declare functions staticUrban Müller1-4/+4
2012-12-03curl_multi_select can return -1 without select when polling is necessary ↵Nathan Gass1-19/+18
(see curl_multi_fdset doku)
2012-11-23debug last commitNathan Gass1-1/+1
2012-11-19make sure results are returned in the same order as input urls arrayNathan Gass1-3/+4
2012-11-19allow handler function per url which can abort in get_multiNathan Gass1-15/+23
2012-09-19Added work-around for cURL 7.25.0 problem with first select call hangingChristian Schneider1-1/+3
2012-08-30Added debug parameter reqtimings to time multiget subrequestsChristian Schneider1-2/+11