summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
Commit message (Expand)AuthorAgeFilesLines
* Sniff content types where appropriate.John Mark Bell2011-09-041-0/+7
* Clean up after content factoryJohn Mark Bell2011-05-161-0/+3
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-3/+26
* move logging initialisationVincent Sanders2011-04-021-13/+6
* commandline option settingVincent Sanders2011-03-181-1/+4
* Ensure we stop the hlcache schedule before we quit the guiDaniel Silverstone2011-03-131-0/+2
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the hlc...Daniel Silverstone2011-03-131-2/+3
* Lose nasty codeJohn Mark Bell2011-03-121-5/+0
* Clean up blank_import on exitJohn Mark Bell2011-02-261-0/+4
* add default system colour handlers to each frontendVincent Sanders2011-01-301-0/+14
* Ensure we correctly release all icon resources associated with trees, SSL cer...Daniel Silverstone2011-01-201-0/+3
* Whee. Another runtime that doesn't support stdout = stderr.John Mark Bell2010-12-291-1/+1
* Fix bug #3138151: shut down caches before killing off fetch layerJohn Mark Bell2010-12-161-4/+4
* Remove Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-041-12/+0
* Clean up how GTK frontend finds resourcesVincent Sanders2010-07-281-4/+1
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by t...John Mark Bell2010-04-301-0/+5
* Log any remaining interned strings (there should be none)John Mark Bell2010-04-271-0/+7
* Clean up caches on exitJohn Mark Bell2010-04-271-0/+4
* Handle llcache queries (GTK only for now)John Mark Bell2010-04-141-2/+31
* Take the easy way out wrt loading messages files: leave it to the RISC OS fro...John Mark Bell2010-04-111-2/+4
* Implement hlcache_poll(), which drives the low-level cache event loop, and at...John Mark Bell2010-04-111-2/+2
* Revert previous changeChris Young2010-03-301-2/+1
* Avoid crash if pargc is NULL. This might happen, for example, when launching...Chris Young2010-03-301-1/+2
* second pass at startup refactor removing the gui_init callbackVincent Sanders2010-03-291-6/+25
* first part of initialisation refactor move gui_init2 into frontendsVincent Sanders2010-03-291-1/+0
* Replace fetch_poll with llcache_poll throughout. Allow CONTENT_OTHER to comp...Daniel Silverstone2010-03-281-1/+0
* Remove fetchcache.[ch]Daniel Silverstone2010-03-281-1/+0
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-64/+17
* Add Windows frontendVincent Sanders2010-01-311-9/+17
* Refactor main into the frontendsVincent Sanders2010-01-201-13/+0
* OpenBSD 4.4 compilation fixes. Does not deal with lack of -Wextra or -Wstric...Rob Kendrick2009-03-021-1/+2
* Had to split main() into parts to have netsurf_init() called from one thread,...François Revel2008-10-161-5/+15
* Have netsurf_main() do the real work and main() call it. This allows ports to...François Revel2008-10-161-1/+13
* r4153 was mostly right. It does help, however, if you actually force the loca...John Mark Bell2008-10-131-0/+2
* Performance improvements: rather than calling content_clean() every poll, we ...Rob Kendrick2008-07-071-1/+10
* The core code has always assumed a locale of "C".John Mark Bell2008-05-131-2/+0
* Remove unnecessary includesJohn Mark Bell2008-05-111-3/+0
* Fixes for targetting NetBSD (Thanks to Adam Hoka)John Mark Bell2008-01-261-1/+1
* Ignore SIGPIPE on all platforms, not just RISC OS.John Mark Bell2007-10-311-0/+9
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-5/+14
* Changes to allow building on Solaris.Rob Kendrick2007-06-151-1/+3
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-12/+12
* Add a -v option to enable debug logging. Pass -v by default to the RO runimage.Daniel Silverstone2007-05-301-0/+10
* Log libxml2 version in lib_init().James Bursa2007-05-061-3/+10
* Revert r3156 (content cleaner frequency reduction) as it introduces John Mark Bell2007-01-311-15/+1
* Attempt to perform content cleaning far less frequently.John Mark Bell2007-01-301-1/+15
* Add URLdb destruction functionalityJohn Mark Bell2006-12-081-0/+3
* Update project URL.Michael Drake2006-11-271-1/+1
* Experimental new frames code.Richard Wilson2006-09-021-0/+5
* Rewrite cookie parser to be more tolerant of junk inputJohn Mark Bell2006-06-241-2/+0