summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
Commit message (Expand)AuthorAgeFilesLines
* Allow certificate verification user prompt creation to return errorsVincent Sanders2016-07-311-2/+6
* Allow include directories to be added by sub makefilesVincent Sanders2016-06-061-3/+3
* move desktop window header into public APIVincent Sanders2016-05-301-1/+1
* move netsurf header into public APIVincent Sanders2016-05-301-2/+2
* move misc header into public APIVincent Sanders2016-05-301-1/+1
* move the CSS content handlerVincent Sanders2016-05-261-1/+1
* move image content handlers to accomodate core build changesVincent Sanders2016-05-231-2/+2
* complete the rename of the gui browser tableVincent Sanders2016-04-161-3/+3
* Fix size_t printf formattingVincent Sanders2016-03-171-1/+2
* Add support for retrying timed-out cURL fetches.Daniel Silverstone2015-11-101-0/+3
* This moves message loading out of netsurf_init into each frontendVincent Sanders2015-06-211-3/+1
* Move the browser identification and machine info logging.Vincent Sanders2015-06-211-9/+0
* Change LOG() macro to be varadicVincent Sanders2015-05-281-19/+15
* Improve llcache writeout stratagyVincent Sanders2014-11-281-8/+16
* Remove old URL header includes.Michael Drake2014-10-311-1/+0
* remove unused url_init functionVincent Sanders2014-10-311-2/+0
* Update the core to use the split operations table headersVincent Sanders2014-10-161-9/+3
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-14/+13
* remove netsurf_poll callback and netsurf main loopVincent Sanders2014-10-131-14/+0
* make fetchers scheduledVincent Sanders2014-06-261-4/+1
* clean up the fetcher factory and improve its APIVincent Sanders2014-06-191-4/+4
* fix disc cache size option to be unsignedVincent Sanders2014-06-091-1/+1
* Completely re-write web search provider handlingVincent Sanders2014-05-251-2/+2
* add backing store storage path to browser initialisationVincent Sanders2014-05-131-3/+2
* Extend low level source data cache with persistant storageVincent Sanders2014-05-131-42/+67
* ensure operations tables are registered as early as possible.Vincent Sanders2014-05-101-9/+8
* move verbose log global into logging module and remove netsurf.h includeVincent Sanders2014-01-291-1/+0
* remove forward refs from content/fetch.c and cleanup doc commentsVincent Sanders2014-01-191-1/+4
* move 401 login into operation tableVincent Sanders2014-01-161-3/+1
* split browser gui operations upVincent Sanders2014-01-151-3/+3
* move remaining gui operations to tableVincent Sanders2014-01-141-1/+1
* Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-111-3/+9
* stop system colours being anything to do with frontendsVincent Sanders2014-01-101-2/+5
* move option init out of netsurf_initVincent Sanders2013-05-281-12/+3
* move options includeVincent Sanders2013-05-281-1/+1
* move the logging initialisation out to be call by frontendsVincent Sanders2013-05-231-9/+0
* removed unsuded memdebug utilitiesVincent Sanders2013-05-231-5/+2
* Fix "error setting certificate verify locations" problem when the Choices fil...Michael Drake2012-10-171-0/+1
* Fix up ripples from urldb change.Michael Drake2012-10-111-3/+2
* Show refcnt in lwc iterator at netsurf exit.Daniel Silverstone2012-07-221-1/+1
* Interned string cleanup, phase 2: Create utils/corestrings and use it in css ...Michael Drake2012-07-221-0/+7
* Move js_finalise(). Fix provided by Ole Loots (mono)Daniel Silverstone2012-06-291-2/+3
* improve javascript supportVincent Sanders2012-06-101-1/+3
* remove unecessary includesVincent Sanders2012-03-231-4/+0
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-3/+3
* Totaly prefunctry binding to spidermonkeyVincent Sanders2012-01-011-0/+5
* Port llcache to nsurl.Michael Drake2011-09-281-2/+3
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-151-7/+2
* Make high level cache, low level cache and image cache all be initialised fro...Vincent Sanders2011-09-101-7/+22
* make high level cache take a parameter structureVincent Sanders2011-09-081-1/+7