summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
Commit message (Expand)AuthorAgeFilesLines
* netsurf_exit(): Finalise DOM namespace stringsDaniel Silverstone2019-09-071-0/+4
* netsurf_exit(): Release user-agent string on exitDaniel Silverstone2019-09-071-0/+3
* Reimplement handling of BAD_AUTH inside browser_windowDaniel Silverstone2019-08-061-200/+0
* Excise the llcache query pathway.Daniel Silverstone2019-08-051-44/+9
* desktop: Expose llcache query handler temporarilyDaniel Silverstone2019-08-041-1/+10
* Logging: Bump lwc leak exit report to WARNING level.Michael Drake2019-05-061-1/+1
* HTTP Auth: Squash error path leaks.Michael Drake2018-08-151-0/+4
* HTTP Auth: Do get/set auth in the core.Michael Drake2018-08-141-4/+194
* HTTP authentication: Add some logging when opening 401 windows.Michael Drake2018-08-091-0/+3
* move html and text content handlers where they belongVincent Sanders2018-05-101-2/+2
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-14/+16
* make mimesniffing use core stringsVincent Sanders2017-03-191-6/+0
* create netsurf inttypes header to have portable integer formatting macrosVincent Sanders2017-01-211-1/+1
* Ensure memory used by Messages is freed on exitChris Young2016-12-111-0/+3
* complete transition to locale independant core operationVincent Sanders2016-09-291-2/+1
* 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