summaryrefslogtreecommitdiff
path: root/content/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix uninitialised fetch structure entries.John Mark Bell2007-07-081-0/+2
* Fix deadlock when fetching stylesheets when max_fetchers_per_host is reached ...James Bursa2007-07-041-5/+3
* Rename register_curl_fetchers() to fetch_curl_register(). Add declarations fo...James Bursa2007-07-041-209/+243
* Add debug about ring sizes. Ensure we dispatch queued jobs when a job is freed.Daniel Silverstone2007-06-101-1/+13
* Warning fixes.John Mark Bell2007-06-101-15/+16
* Remove a time consuming LOG(()) and add some whitespace to help me thinkDaniel Silverstone2007-06-101-1/+4
* Merge scheme switcher branch in.Daniel Silverstone2007-06-101-1353/+199
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-10/+10
* Add a -v option to enable debug logging. Pass -v by default to the RO runimage.Daniel Silverstone2007-05-301-1/+5
* Log curl_version() in fetch_init().James Bursa2007-05-061-11/+14
* Fix some warnings in recent gcc.James Bursa2007-05-021-4/+4
* Move user-agent generation into fetch.c and simplify.James Bursa2007-05-021-8/+37
* Fix crash on WWW-Authenticate header with no realm (1686714)John Mark Bell2007-03-231-11/+14
* Handle redirects with partial bodies.John Mark Bell2007-03-181-0/+8
* Ensure handle options are reset appropriately (fixes 1668354)John Mark Bell2007-02-251-3/+17
* Fix RING_FINDBYHOST to actually find things. jmb found the bug, I verified hi...Daniel Silverstone2007-02-221-2/+5
* Fix handling of cookies in unverifiable transactions caused by a redirect fro...John Mark Bell2007-02-021-7/+15
* Bring handling of submission of blank file inputs in line with other browsers.John Mark Bell2007-01-301-12/+44
* Generates and use a User-Agent: string based on new netsurf_version_major/min...Rob Kendrick2007-01-301-1/+5
* Make GTK build compile on FreeBSD.James Bursa2007-01-291-2/+3
* Handle cookies in unverifiable transactionsJohn Mark Bell2007-01-271-20/+43
* Revert hack around broken pipe (not caching fetch handles used for SSL John Mark Bell2007-01-181-6/+2
* Add fetch_http_code() to retrieve the HTTP status code of a fetch.James Bursa2007-01-131-26/+42
* Update the file comment for fetch.c as requested.Daniel Silverstone2007-01-021-3/+5
* Add option to set Accept-Charset header (Stefaan Claes)John Mark Bell2006-12-281-0/+8
* Fix typo.John Mark Bell2006-12-281-1/+1
* Update project URL.Michael Drake2006-11-271-1/+1
* Ignore body data from 401 replies to prevent disruption of auth login handlingChris Williams2006-10-011-0/+19
* Don't cache curl handles that were used to fetch https URLs; with any John Mark Bell2006-07-091-2/+6
* Fix crash when url_* failsJohn Mark Bell2006-06-291-12/+20
* Only accept cookies from cookie-enabled transactionsJohn Mark Bell2006-06-291-1/+2
* Merge cookies changes into head - unvalidated transactions and a UI John Mark Bell2006-06-191-7/+10
* Make static function names consistent.James Bursa2006-04-161-14/+14
* Fix URL file loading and add support for file:/// URLs to urldbJohn Mark Bell2006-04-121-3/+0
* Unify information databasesJohn Mark Bell2006-04-091-10/+5
* [project @ 2006-03-14 15:01:57 by dsilvers]Daniel Silverstone2006-03-141-0/+4
* [project @ 2006-03-14 14:21:00 by dsilvers]Daniel Silverstone2006-03-141-118/+256
* [project @ 2006-03-04 10:48:40 by tlsa]Michael Drake2006-03-041-2/+2
* [project @ 2006-02-23 15:06:53 by jmb]John Mark Bell2006-02-231-13/+216
* [project @ 2006-02-19 18:26:23 by jmb]John Mark Bell2006-02-191-7/+16
* [project @ 2006-02-13 23:04:32 by bursa]James Bursa2006-02-131-7/+6
* [project @ 2006-02-08 00:35:05 by jmb]John Mark Bell2006-02-081-0/+11