summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* More work on cookie parser. Our junk value handling is now significantly clos...John Mark Bell2008-01-191-19/+97
* Work on cookies to bring our behaviour closer to the spec and other browsers:John Mark Bell2008-01-172-97/+315
* The previous fix was broken -- URI paths include the leafname.John Mark Bell2008-01-071-61/+34
* Fix potential crash in urldb_dump()John Mark Bell2008-01-071-13/+92
* Work around sites sending domain cookies for .foo.com from hosts such as bar....John Mark Bell2007-10-301-5/+20
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-0811-35/+155
* Move window scaling from platform-specific code to desktop/browser.c. Modify ...James Bursa2007-08-072-2/+3
* Fix crash when building error page -- fetch will be NULL, so fetch_get_refere...John Mark Bell2007-08-062-1/+4
* Ensure option strings aren't blank before setting headers: previously, a blan...John Mark Bell2007-07-211-2/+2
* Change ArtWorks file MIME type to "image/x-artworks".Michael Drake2007-07-211-6/+3
* Add SVG content name to content_type_name array.John Mark Bell2007-07-211-0/+3
* Add incremental parsing of SVG data to librsvg content handler.Rob Kendrick2007-07-191-1/+1
* Initial work on RSVG image handler. Still a lot to do.Rob Kendrick2007-07-183-2/+15
* Wrap internal SVG renderer with appropriate #ifdef WITH_NS_SVGRob Kendrick2007-07-183-0/+12
* 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