summaryrefslogtreecommitdiff
path: root/it_url.class
AgeCommit message (Expand)AuthorFilesLines
2016-02-02be nice about cache cleanupUrban Müller1-1/+1
2016-01-28simplifyUrban Müller1-1/+1
2016-01-28more throttlingUrban Müller1-1/+1
2016-01-27throttle cache cleanupUrban Müller1-1/+1
2016-01-26clean up at lower peakUrban Müller1-1/+1
2015-12-07docsUrban Müller1-1/+1
2015-11-17report empty redir urls, they cause loopsUrban Müller1-2/+2
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 (int...Christian A. Weber1-80/+1
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 value),...Nathan Gass1-4/+4
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 includ...Nathan Gass1-0/+1
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 get...David Flatz1-1/+1
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 (compat...Nathan Gass1-2/+8
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
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 sen...Nathan Gass1-6/+20
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 conf...David Flatz1-3/+0
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, fix...Nathan Gass1-73/+89