summaryrefslogtreecommitdiff
path: root/content/fetch.h
Commit message (Expand)AuthorAgeFilesLines
* return;John Mark Bell2011-11-271-0/+3
* Clean up fetch callback API. Inject some long-needed type safety.John Mark Bell2011-11-081-30/+43
* Convert fetchers to nsurl.Michael Drake2011-09-291-1/+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-3/+3
* Document fetch_add_fetcher.Michael Drake2011-09-261-0/+12
* Fetchers register with an lwc_string, rather than a string.Michael Drake2011-09-261-4/+7
* Improve const-correctness of fetch_startJohn Mark Bell2010-04-101-3/+3
* Purge FETCH_TYPE which is unused throughout NetSurf. Clearing a todo in llca...Daniel Silverstone2010-04-081-1/+0
* Remove parent from fetches, clearing a todo from llcache.cDaniel Silverstone2010-04-081-2/+1
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-3/+15
* remove uneccissary includesVincent Sanders2010-01-291-1/+0
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-2/+16
* Replace parent_url with a pointer to the parent content.John Mark Bell2009-07-101-5/+6
* Purge WITH_AUTHJohn Mark Bell2009-02-221-2/+0
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-221-4/+0
* Make redirects behave as a NOP wrt the verifiability of fetches.John Mark Bell2009-02-161-0/+1
* Move struct cache_data from fetch to content as it is no longer needed by fet...James Bursa2008-06-031-13/+0
* Add new fetch callback FETCH_HEADER for headers and move as much header parsi...James Bursa2008-05-301-0/+1
* Make core fetching code handle verifiability of transactionsJohn Mark Bell2008-01-301-2/+4
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* Fix deadlock when fetching stylesheets when max_fetchers_per_host is reached ...James Bursa2007-07-041-1/+2
* Warning fixes.John Mark Bell2007-06-101-2/+3
* Merge scheme switcher branch in.Daniel Silverstone2007-06-101-10/+36
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-1/+1
* Fix handling of cookies in unverifiable transactions caused by a redirect fro...John Mark Bell2007-02-021-1/+1
* Make GTK build compile on FreeBSD.James Bursa2007-01-291-1/+2
* Handle cookies in unverifiable transactionsJohn Mark Bell2007-01-271-3/+4
* Add fetch_http_code() to retrieve the HTTP status code of a fetch.James Bursa2007-01-131-0/+1
* Update project URL.Michael Drake2006-11-271-1/+1
* [project @ 2006-02-23 15:06:53 by jmb]John Mark Bell2006-02-231-3/+19
* [project @ 2006-02-08 00:35:05 by jmb]John Mark Bell2006-02-081-0/+1
* [project @ 2006-02-06 00:10:09 by jmb]John Mark Bell2006-02-061-11/+16
* [project @ 2005-12-19 21:54:51 by bursa]James Bursa2005-12-191-0/+2
* [project @ 2004-07-10 02:35:30 by jmb]John Mark Bell2004-07-101-0/+1
* [project @ 2004-06-27 23:24:11 by bursa]James Bursa2004-06-271-0/+4
* [project @ 2004-06-22 17:37:51 by bursa]James Bursa2004-06-221-1/+2
* [project @ 2004-04-02 13:51:13 by bursa]James Bursa2004-04-021-0/+1
* [project @ 2004-03-21 21:32:15 by jmb]John Mark Bell2004-03-211-0/+1
* [project @ 2004-01-20 19:08:34 by jmb]John Mark Bell2004-01-201-1/+6
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-051-3/+17
* [project @ 2003-12-26 16:20:57 by bursa]James Bursa2003-12-261-3/+3
* [project @ 2003-11-06 19:41:41 by bursa]James Bursa2003-11-061-0/+2
* [project @ 2003-10-25 19:20:13 by jmb]John Mark Bell2003-10-251-1/+1
* [project @ 2003-10-25 14:13:49 by bursa]James Bursa2003-10-251-1/+3
* [project @ 2003-09-17 23:27:33 by bursa]James Bursa2003-09-171-25/+2
* [project @ 2003-08-29 12:57:14 by bursa]James Bursa2003-08-291-1/+4
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+7
* [project @ 2003-06-26 11:41:26 by bursa]James Bursa2003-06-261-2/+4
* [project @ 2003-04-17 21:35:02 by bursa]James Bursa2003-04-171-1/+24