summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Fix cache controlJohn Mark Bell2008-06-061-10/+27
* Squash warningJohn Mark Bell2008-06-031-1/+1
* Move struct cache_data from fetch to content as it is no longer needed by fet...James Bursa2008-06-034-80/+74
* Remove unused members of struct fetch (were moved to fetch_curl but not remov...James Bursa2008-05-311-4/+0
* Stop processing headers and sending FETCH_HEADER if fetch was aborted.James Bursa2008-05-311-0/+5
* Fix freeing of etag data.James Bursa2008-05-311-1/+1
* Fix handling of cache control dataJohn Mark Bell2008-05-302-7/+17
* Add new fetch callback FETCH_HEADER for headers and move as much header parsi...James Bursa2008-05-303-109/+113
* Wrap very verbose logging with #ifdef, so as to silence it.John Mark Bell2008-05-291-0/+25
* - introduction of SLEN()John Tytgat2008-05-251-1/+1
* No longer suppress the default Accept: header.John Mark Bell2008-05-241-1/+0
* Fix type of value_was_quoted member of cookie_data struct.John Mark Bell2008-05-161-1/+1
* Remove unnecessary includesJohn Mark Bell2008-05-112-6/+0
* Launch redirects to unsupported URLs in other applications.John Mark Bell2008-04-192-22/+39
* const fixes in plotters and history coreRob Kendrick2008-04-072-2/+2
* Implement sprite support for GTK using librospriteJames Shaw2008-03-293-3/+16
* Squash warningJohn Mark Bell2008-03-191-1/+1
* Squash warningJohn Mark Bell2008-03-191-1/+1
* Squash warningJohn Mark Bell2008-03-191-1/+1
* Drop support for URL file versions below 1.06John Mark Bell2008-03-131-83/+40
* Forward compatible Cookie file loading/savingJohn Mark Bell2008-03-131-10/+15
* Change meaning of c->redraw_time to be the earliest time to reflow during pag...Rob Kendrick2008-03-111-3/+3
* 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