summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add disc cache size to settings UIChris Young2014-05-161-5/+5
* Move old cache path.Michael Drake2014-05-161-2/+2
* Tentatively enable the fs cache backing storeChris Young2014-05-161-0/+4
* Create cache dirChris Young2014-05-161-3/+10
* Remove unused #includeMichael Drake2014-05-151-1/+0
* Shouldn't need desktop/browser_private.h any more.Michael Drake2014-05-151-1/+1
* Use clean interface to get bw extents.Michael Drake2014-05-151-8/+10
* Use front end cached scale.Michael Drake2014-05-151-16/+16
* Shouldn't need desktop/browser_private.h any more.Michael Drake2014-05-151-1/+1
* Cache scale in gui window.Michael Drake2014-05-151-12/+25
* Clean up gui_window_get_scroll() to use core interface correctly.Michael Drake2014-05-151-10/+12
* Use browser_window_has_content() instead of dereffing bw.Michael Drake2014-05-151-1/+1
* add helpers for time_t reading/writingVincent Sanders2014-05-154-47/+141
* ensure new config directories can be created.Vincent Sanders2014-05-131-3/+3
* make vsnstrjoin correctly check for null arguments.Vincent Sanders2014-05-131-0/+4
* fix typo in nsc_time_strptimeVincent Sanders2014-05-131-1/+1
* add struct tm definition and fix build errorVincent Sanders2014-05-132-1/+2
* add strptime compatabilityVincent Sanders2014-05-133-0/+37
* Merge branch 'vince/llcache'Vincent Sanders2014-05-1324-238/+2771
|\
| * Enable filesystem based cache in gtk frontendVincent Sanders2014-05-132-1/+118
| * add backing store storage path to browser initialisationVincent Sanders2014-05-1311-14/+13
| * Add filesystem based backing storeVincent Sanders2014-05-134-0/+1401
| * Extend low level source data cache with persistant storageVincent Sanders2014-05-135-222/+1022
| * low level source data cache backing store interface.Vincent Sanders2014-05-125-4/+220
|/
* fix gtk options loadingVincent Sanders2014-05-121-1/+1
* fix fseek error return checking (fixes coverity 1109839)Vincent Sanders2014-05-111-2/+6
* check return values of fseek (fixes coverity 1109840)Vincent Sanders2014-05-111-8/+10
* check return from fseek (fixes coverity 1109841)Vincent Sanders2014-05-111-2/+8
* safely copy header name and author (fixes coverity 1195408)Vincent Sanders2014-05-111-2/+8
* ensure filename is null terminated (fix coverity 1195409)Vincent Sanders2014-05-111-3/+4
* fix possible missing null termination (coverity 1195410 and 1195411 )Vincent Sanders2014-05-111-3/+3
* cleanup utils header, remove cruft and add documentationVincent Sanders2014-05-115-129/+139
* remove amiga specific mkpath wrapper as registration has been fixed and the g...Vincent Sanders2014-05-111-15/+3
* Make mkpath allocate the string buffer for map_filename. Fixes 2119.Chris Young2014-05-101-2/+6
* we now ensure the operations table is set up early enough the null check is n...Vincent Sanders2014-05-101-6/+1
* ensure operations tables are registered as early as possible.Vincent Sanders2014-05-1014-50/+115
* remove unused url operationsVincent Sanders2014-05-092-375/+0
* undo some overzellous include removalVincent Sanders2014-05-092-0/+2
* remove unecessary utils/url.h includesVincent Sanders2014-05-0942-53/+31
* fix nsurl referencesVincent Sanders2014-05-082-1/+5
* make download_context_get_url() return an nsurl and adapt callers to copeVincent Sanders2014-05-087-78/+101
* refactor url utility functions to use standard nserror codes and have appropr...Vincent Sanders2014-05-0821-200/+213
* Fix loading of Messages file.Michael Drake2014-05-072-1/+1
* missing commaVincent Sanders2014-05-071-1/+1
* fix silly errors in atari and amiga file operation table changeVincent Sanders2014-05-073-5/+17
* add file operations table and make all frontends use it.Vincent Sanders2014-05-0726-544/+778
* add string utility to join stringsVincent Sanders2014-05-073-1/+128
* Improve documentation on mimetype fetcher tableVincent Sanders2014-05-078-25/+25
* Fix checking memory allocation return, fixes coverity 1164969Vincent Sanders2014-05-071-3/+17
* check return from stat() fixes coverity 1164069Vincent Sanders2014-05-071-3/+20