summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
...
* Add CONTENT_SVG to content handling.James Bursa2007-07-133-0/+8
* 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-043-9/+11
* Rename register_curl_fetchers() to fetch_curl_register(). Add declarations fo...James Bursa2007-07-043-391/+468
* Add option_suppress_curl_debug and default it to trueDaniel Silverstone2007-06-271-0/+8
* Only pass option_ca_bundle and option_ca_path to cURL if they are non-empty.Daniel Silverstone2007-06-271-2/+2
* Add ca_path option which sets CURLOPT_CAPATH.Daniel Silverstone2007-06-271-0/+2
* Move the p->parent check in urldb to before the cookie loop. Prevents the coo...Daniel Silverstone2007-06-271-6/+12
* Fix cookie domain matching in unverifiable transactions.John Mark Bell2007-06-101-15/+19
* 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-103-30/+32
* 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-104-1363/+1625
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-309-71/+71
* 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 warning: field precision should have type 'int', but argument 4 has type ...James Bursa2007-05-021-1/+2
* 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
* 1) Fix corruption of history data structure on cloningJohn Mark Bell2007-04-071-1/+1
* Squash memory leakJohn Mark Bell2007-04-051-9/+12
* Fix abort on attempted destruction of CONTENT_DIRECTORY (1690222)John Mark Bell2007-03-281-3/+1
* Fix crash on WWW-Authenticate header with no realm (1686714)John Mark Bell2007-03-231-11/+14
* Lose noisy loggingJohn Mark Bell2007-03-181-3/+3
* Ensure content structures are zero initialised.John Mark Bell2007-03-181-1/+1
* Improve debug output so that content usage may be tracedJohn Mark Bell2007-03-181-9/+17
* Handle redirects with partial bodies.John Mark Bell2007-03-181-0/+8
* Content handlers should not call warn_user - they should broadcast the John Mark Bell2007-03-111-4/+0
* Dynamically update scale view (implement 1556975) and prevent double redraws.Richard Wilson2007-03-032-0/+12
* 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-025-14/+26
* 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 time taken that is displayed in status bar use gettimeofday()-based time...Rob Kendrick2007-01-302-7/+6
* Make GTK build compile on FreeBSD.James Bursa2007-01-295-3/+9
* Handle strdup failureJohn Mark Bell2007-01-281-2/+7
* Improve domain matching of referer and host.John Mark Bell2007-01-281-19/+30
* Handle cookies in unverifiable transactionsJohn Mark Bell2007-01-277-48/+121
* Revert hack around broken pipe (not caching fetch handles used for SSL John Mark Bell2007-01-181-6/+2
* Fix parsing error when an empty HTML data is returned. Add HTTP status and ot...James Bursa2007-01-133-8/+64
* Add fetch_http_code() to retrieve the HTTP status code of a fetch.James Bursa2007-01-132-26/+43
* 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-282-2/+2
* Add URLdb destruction functionalityJohn Mark Bell2006-12-082-0/+143
* Further fixes and tidying to urldb. Also squash some memory leaks.John Mark Bell2006-12-041-48/+93
* Improved tracking of memory usage. c->size is now exclusive of talloc size, a...James Bursa2006-12-032-8/+6
* Lose debug.Richard Wilson2006-12-011-16/+0
* Fix 1535120, 1528673Richard Wilson2006-12-011-34/+60