netsurf/content
John Mark Bell 40b1c80896 Ensure option strings aren't blank before setting headers: previously, a blank option string could result in "Accept-Language: , *;q=0.1" being sent, for example.
svn path=/trunk/netsurf/; revision=3450
2007-07-21 08:53:00 +00:00
..
fetchers Ensure option strings aren't blank before setting headers: previously, a blank option string could result in "Accept-Language: , *;q=0.1" being sent, for example. 2007-07-21 08:53:00 +00:00
content.c Change ArtWorks file MIME type to "image/x-artworks". 2007-07-21 00:20:04 +00:00
content.h Initial work on RSVG image handler. Still a lot to do. 2007-07-18 17:58:35 +00:00
content_type.h Initial work on RSVG image handler. Still a lot to do. 2007-07-18 17:58:35 +00:00
fetch.c Fix uninitialised fetch structure entries. 2007-07-08 11:35:53 +00:00
fetch.h Fix deadlock when fetching stylesheets when max_fetchers_per_host is reached by splitting fetch_can_be_freed() into fetch_remove_from_queues() and fetch_free(). 2007-07-04 18:44:13 +00:00
fetchcache.c Remove the netsurf/ from the include paths and rationalise use of <> vs "" in includes 2007-05-30 22:39:54 +00:00
fetchcache.h Remove the netsurf/ from the include paths and rationalise use of <> vs "" in includes 2007-05-30 22:39:54 +00:00
urldb.c Move the p->parent check in urldb to before the cookie loop. Prevents the cookie stuff exploding on domain cookies with no path. Fixes breakage with visiting launchpad.net 2007-06-27 15:35:30 +00:00
urldb.h Remove the netsurf/ from the include paths and rationalise use of <> vs "" in includes 2007-05-30 22:39:54 +00:00