summaryrefslogtreecommitdiff
path: root/content/fetch.h
Commit message (Expand)AuthorAgeFilesLines
* Support SSL verification through new about: handlerDaniel Silverstone2019-08-061-17/+1
* Reimplement handling of BAD_AUTH inside browser_windowDaniel Silverstone2019-08-061-0/+24
* Migrate SSL certificate storage to the browser windowDaniel Silverstone2019-08-051-2/+6
* fix url encoding to be compatible with nsurl API changes.Vincent Sanders2018-09-261-6/+12
* remove unused fetch acessorVincent Sanders2017-01-311-7/+0
* Actually use utils/inet.h instead of sys/select.hDaniel Silverstone2016-06-271-2/+1
* fetch.h needs sys/select.h for the fd_set type et al.Daniel Silverstone2016-06-271-0/+2
* Move fetcher_fdset to fetch.h (and rename to fetch_fdset). Maybe not ideal bu...Daniel Silverstone2016-06-271-0/+25
* Add support for retrying timed-out cURL fetches.Daniel Silverstone2015-11-101-0/+1
* Fix error reporting from fetch_startVincent Sanders2015-06-241-7/+18
* clean up the fetcher factory and improve its APIVincent Sanders2014-06-191-64/+1
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-231-5/+0
* remove forward refs from content/fetch.c and cleanup doc commentsVincent Sanders2014-01-191-28/+128
* In theory, store raw filenames and pass them through for file upload. Untest...Daniel Silverstone2014-01-041-0/+1
* Downgrade TLS version support if it turns out the server can't cope with TLSv...John-Mark Bell2013-01-041-13/+14
* 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