summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to fix Jenkins build for cocoaDaniel Silverstone2014-05-181-0/+1
|
* Add logging to nsfont_split function.Michael Drake2014-05-181-1/+9
|
* remove uneeded includesVincent Sanders2014-05-185-8/+10
|
* remove unecessary includeVincent Sanders2014-05-183-4/+4
|
* remove uncessary null check (coverity 1199865) and remove forward referencesVincent Sanders2014-05-181-282/+269
|
* check fseek return value (coverity 1109837)Vincent Sanders2014-05-181-1/+5
|
* check mkdir results (coverity 1109838)Vincent Sanders2014-05-181-1/+8
|
* Don't try to kern a character with \0Chris Young2014-05-181-1/+3
|
* fix possible buffer termination error (coverity 1195410)Vincent Sanders2014-05-181-2/+2
|
* fix riscos mkpath and error reporting in save completeVincent Sanders2014-05-172-5/+7
|
* ensure all vmkpath implementations check their parametersVincent Sanders2014-05-172-0/+8
|
* Fix leak of url schemes.Michael Drake2014-05-161-0/+1
|
* Fix build.Michael Drake2014-05-161-4/+5
|
* Simplfy and clarify splitting function.Michael Drake2014-05-161-21/+16
| | | | Should be funtionally identical.
* Set a more sensible upper cache size limit.Chris Young2014-05-161-1/+1
|
* 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
| | | | Persistent thumbnail code was ripped out of urldb ages ago.
* 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
| | | | Avoids dereffing bw, and using the content_* api.
* Use front end cached scale.Michael Drake2014-05-151-16/+16
| | | | Avoids dereffing struct browser_window all over the place.
* 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
| | | | | | + Uses previously unused scale param of struct gui_window. + Avoids needing to get the scale from the core. + Simplifies code and avoids dereffing bw.
* Clean up gui_window_get_scroll() to use core interface correctly.Michael Drake2014-05-151-10/+12
| | | | Avoids trampling through internal core data structures.
* 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 ↵Vincent Sanders2014-05-111-15/+3
| | | | generic netsurf)mkpath is available
* 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 ↵Vincent Sanders2014-05-101-6/+1
| | | | not required