summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* jmb's rework of data: URL handlingRob Kendrick2008-03-061-36/+78
* Add another check for malformed data: URLsRob Kendrick2008-03-051-1/+10
* Many data: fixes. Acid2 no longer crashes NetSurf.Rob Kendrick2008-03-051-44/+84
* Check for calloc() failingRob Kendrick2008-03-051-0/+3
* Use curl_free() when freeing data: URLs that are URL-encoded instead of using...Rob Kendrick2008-03-051-1/+4
* Initial attempt at implementing data: URLs. Needs cleaning and verifying tha...Rob Kendrick2008-03-053-0/+241
* Add testcase for non-fqdn -- already passes, but may as well keep it for regr...John Mark Bell2008-03-031-6/+24
* Periodically reflow the page while fetching a page's objects. Make buffer all...Michael Drake2008-02-291-1/+5
* Mark old contents as stale if a conditional request succeeded so they'll be f...John Mark Bell2008-02-271-0/+19
* Explicitly mark error pages as non-fresh so they'll get purged from the cache...John Mark Bell2008-02-271-0/+4
* Make content_reset actually do what it's meant to (i.e. reset the appropriate...John Mark Bell2008-02-271-0/+7
* Silence noisy loggingJohn Mark Bell2008-02-031-2/+2
* Add url_fragment to extract fragment from URLJohn Mark Bell2008-02-033-9/+15
* Make core fetching code handle verifiability of transactionsJohn Mark Bell2008-01-304-31/+95
* Ensure plq is terminated when looking for an URL path.John Mark Bell2008-01-302-2/+19
* Rework handling of HTTP redirects -- we now count the number of redirects fol...John Mark Bell2008-01-283-34/+144
* 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