summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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 ↵Vincent Sanders2014-05-0821-200/+213
| | | | appropriate documentation.
* Fix loading of Messages file.Michael Drake2014-05-072-1/+1
| | | | Framebuffer front end still only handles loading the English one.
* 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
| | | | | | | | | | | | | This rationalises the path construction and basename file operations. The default implementation is POSIX which works for all frontends except windows, riscos and amiga which have differeing path separators and rules. These implementations are significantly more robust than the previous nine implementations and also do not use unsafe strncpy or buffers with arbitrary length limits. These implementations also carry full documentation comments.
* 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
|
* Add L and l with stroke glyphs.Michael Drake2014-05-072-163/+217
|