summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix 1597646Richard Wilson2006-12-011-8/+17
* Fix 1563546, plug possible memory leak.Richard Wilson2006-12-011-5/+5
* Update project URL.Michael Drake2006-11-279-9/+9
* Documentation moved to Docs/01-contentJames Bursa2006-11-111-88/+0
* Log hostname on insertion failure.John Mark Bell2006-10-121-1/+3
* Ignore body data from 401 replies to prevent disruption of auth login handlingChris Williams2006-10-011-0/+19
* Ensure urldb_add_path always has a path.John Mark Bell2006-09-171-14/+23
* Lower overhead of urldb calls by using url component calls.Richard Wilson2006-09-021-104/+84
* Experimental new frames code.Richard Wilson2006-09-023-1/+67
* Detect attempted fetches using protocols we can't handle.John Mark Bell2006-08-061-4/+36