Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-06-15 | get_cache_contents, default directory | Urban Müller | 1 | -1/+10 |
2011-06-15 | added custom headers to get_multi | Christian Helbling | 1 | -0/+8 |
2011-05-24 | add it_url::get_multi to fetch multiple urls in parallel | Nathan Gass | 1 | -0/+45 |
2011-03-01 | Handle keepfailed when blocked process discovers that file could not be fetched | Christian Schneider | 1 | -2/+9 |
2011-02-25 | Also consider HTTP headers when calculating cache filename and document heade... | Christian Schneider | 1 | -1/+2 |
2010-07-14 | fix keepfailed mode | Urban Müller | 1 | -1/+3 |
2010-06-14 | add backtrace to suppressed redirect | Urban Müller | 1 | -1/+1 |
2010-06-05 | document header param of it_url::get() | Christian Weber | 1 | -0/+1 |
2010-06-02 | it_url::get() no longer creates new objects if not called statically. Added i... | Christian Weber | 1 | -4/+8 |
2010-03-10 | better err msg if url empty | Urban Müller | 1 | -1/+1 |
2010-01-27 | do one retry by default | Urban Müller | 1 | -2/+9 |
2010-01-07 | Upgrade subrequests to MSIE 7 to avoid pngfix | Christian Schneider | 1 | -1/+1 |
2009-09-14 | alert noncreateable var/urlcache | Urban Müller | 1 | -0/+3 |
2009-08-14 | Close a lock race when lock expires, check existance of file in _waitforlock | Christian Schneider | 1 | -14/+11 |
2009-08-12 | Do not add port 443 in HTTPS mode | Christian Schneider | 1 | -1/+1 |
2009-08-10 | Support ports othen than port 80, output full url in noredir mode | Christian Schneider | 1 | -5/+4 |
2009-07-31 | New version of get_cache (using If-Not-Modified-Since support in get) | Christian Schneider | 1 | -83/+129 |
2009-06-24 | Enhanced documentation | Christian Schneider | 1 | -1/+3 |
2009-06-24 | Added new parameter 'id' to specify cache type | Christian Schneider | 1 | -7/+4 |
2009-06-24 | Added get_cache_dir with support for paths relative to /var/urlcache | Christian Schneider | 1 | -8/+24 |