summaryrefslogtreecommitdiff
path: root/content/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* Downgrade TLS version support if it turns out the server can't cope with TLSv...John-Mark Bell2013-01-041-3/+5
* Cleanup.Michael Drake2012-10-111-8/+4
* Port to new urldb.Michael Drake2012-10-081-3/+2
* check all return values of string comparisonsVincent Sanders2012-08-091-7/+12
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-3/+3
* return;John Mark Bell2011-11-271-5/+7
* Clean up fetch callback API. Inject some long-needed type safety.John Mark Bell2011-11-081-5/+2
* prevent odd curl non completion behaviourVincent Sanders2011-10-091-3/+5
* Build resource: map at start timeJohn Mark Bell2011-10-051-2/+0
* Optimise fetch item selection when fetching many items from same host.Michael Drake2011-10-021-0/+10
* Convert fetchers to nsurl.Michael Drake2011-09-291-2/+1
* fetch_can_fetch can take const nsurl.Michael Drake2011-09-271-1/+1
* Port fetch layer to nsurl. Remove unused fetch_get_referer function.Michael Drake2011-09-271-95/+75
* Fetchers register with an lwc_string, rather than a string.Michael Drake2011-09-261-14/+20
* Disable fetch debug loops when not debugging.Michael Drake2011-09-261-5/+3
* Remember to free host, now it's not kept for anything.Michael Drake2011-09-261-0/+1
* Remove unused host from fetch info struct.Michael Drake2011-09-261-3/+0
* Revert r12412, the doi: URI scheme hasn't been kept around it seems, even ACM...François Revel2011-05-161-2/+0
* Add a redirecting fetcher for the doi: URI scheme. Not much used but just in ...François Revel2011-05-151-0/+2
* add resource handlingVincent Sanders2011-02-231-0/+2
* Add missing includeJohn Mark Bell2011-02-151-0/+1
* add about: fetcher Vincent Sanders2011-02-151-3/+4
* Revert r10650/1. We no longer require noisy fetch/cache logging.John Mark Bell2011-01-061-1/+1
* Make fetch.c use new RING_COUNTBYLWCHOSTDaniel Silverstone2010-12-201-4/+15
* Merge branches/vince/netsurf-file-fetcher to trunkJohn Mark Bell2010-09-091-0/+2
* Enable noisy loggingJohn Mark Bell2010-07-171-1/+1
* Improve const-correctness of fetch_startJohn Mark Bell2010-04-101-3/+3
* Return cookies to the same level of working/brokenness as they had before new...John Mark Bell2010-04-101-0/+9
* Purge FETCH_TYPE which is unused throughout NetSurf. Clearing a todo in llca...Daniel Silverstone2010-04-081-2/+2
* Remove parent from fetches, clearing a todo from llcache.cDaniel Silverstone2010-04-081-24/+6
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-4/+75
* remove uneccissary includesVincent Sanders2010-01-291-2/+1
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-2/+2
* Correct definitionChris Young2009-07-291-1/+1
* Keep a copy of the next_fetcher pointer to avoid a situation where the fetch ...Chris Young2009-07-291-1/+3
* Replace parent_url with a pointer to the parent content.John Mark Bell2009-07-101-16/+12
* Permit referer to propagate to https hosts from httpJohn Mark Bell2009-06-191-3/+17
* Make logic surrounding extraction of URL + referer scheme more sensible.John Mark Bell2009-05-281-37/+30
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-281-1/+0
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-221-3/+0
* Make redirects behave as a NOP wrt the verifiability of fetches.John Mark Bell2009-02-161-0/+13
* First round of C89 fixes. Those should be obvious, hope I didn't introduce an...François Revel2008-07-291-2/+4
* Remove unused members of struct fetch (were moved to fetch_curl but not remov...James Bursa2008-05-311-4/+0
* Wrap very verbose logging with #ifdef, so as to silence it.John Mark Bell2008-05-291-0/+25
* Remove unnecessary includesJohn Mark Bell2008-05-111-3/+0
* Initial attempt at implementing data: URLs. Needs cleaning and verifying tha...Rob Kendrick2008-03-051-0/+2
* Silence noisy loggingJohn Mark Bell2008-02-031-2/+2
* Make core fetching code handle verifiability of transactionsJohn Mark Bell2008-01-301-3/+42
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* Fix crash when building error page -- fetch will be NULL, so fetch_get_refere...John Mark Bell2007-08-061-0/+2