summaryrefslogtreecommitdiff
path: root/content
Commit message (Collapse)AuthorAgeFilesLines
* add helpers for time_t reading/writingVincent Sanders2014-05-151-26/+36
|
* add strptime compatabilityVincent Sanders2014-05-131-0/+2
|
* Add filesystem based backing storeVincent Sanders2014-05-132-0/+1202
|
* Extend low level source data cache with persistant storageVincent Sanders2014-05-134-180/+955
|
* low level source data cache backing store interface.Vincent Sanders2014-05-123-2/+170
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-095-8/+4
|
* add file operations table and make all frontends use it.Vincent Sanders2014-05-072-85/+112
| | | | | | | | | | | | | 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.
* move testament output to object directory instead of modifying sourceVincent Sanders2014-04-082-2/+3
|
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-183-11/+11
|
* Improve llcache header processingVincent Sanders2014-03-091-7/+22
| | | | | | By skipping empty headers and correctly dealing with whitespace around header names we store fewer entries with better adherance to allowed values in http responses.
* only try and cache http and https urlsVincent Sanders2014-03-091-7/+28
|
* remove unnecessary caching of whether a url has a query elementVincent Sanders2014-03-091-10/+1
|
* make nsurl_defragment() API more obvious and remove duplicated parameter ↵Vincent Sanders2014-03-092-21/+8
| | | | checking
* move scheduleing into browser operation tableVincent Sanders2014-03-092-11/+11
|
* Make llcache debugging less invasiveVincent Sanders2014-02-211-67/+33
|
* Witespace cleanup to prepare for backing store additionVincent Sanders2014-02-211-122/+121
|
* Use libcurl's cache if it's new enough. Fixes #2064.John-Mark Bell2014-02-061-7/+32
|
* remove unecessary includeVincent Sanders2014-02-041-3/+1
|
* fix sign extension issue on 64bit platforms (coverity 1109898)Vincent Sanders2014-02-041-2/+4
|
* clean up desktop/gui.h include usageVincent Sanders2014-01-291-1/+0
|
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-2/+2
|
* Use corestrings.Michael Drake2014-01-241-28/+6
|
* Use corestrings for "about", "data", and "resource".Michael Drake2014-01-243-20/+6
|
* Use corestring ref.Michael Drake2014-01-241-6/+2
|
* Just use corestring refs.Michael Drake2014-01-241-10/+3
|
* Use corestrings for fetch module's lwc strings.Michael Drake2014-01-241-23/+3
|
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-234-12/+7
|
* Enable TLS 1.2 support again.John-Mark Bell2014-01-191-5/+3
|
* remove forward refs from content/fetch.c and cleanup doc commentsVincent Sanders2014-01-192-290/+328
|
* remove all forward declarations from hlcache.cVincent Sanders2014-01-191-424/+414
|
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-162-2/+4
|
* split browser gui operations upVincent Sanders2014-01-151-1/+1
|
* move remaining gui operations to tableVincent Sanders2014-01-141-1/+2
|
* cleanups to fix new clang warningsVincent Sanders2014-01-101-2/+0
|
* Merge branch 'rjek/click-file-gadget'Daniel Silverstone2014-01-051-1/+6
|\
| * Add infrastructure for calling front ends to set file gadget filenames via ↵Rob Kendrick2014-01-051-1/+6
| | | | | | | | clicking in addition to drag-and-drop
* | Remove logging now that file upload *seems* to workDaniel Silverstone2014-01-041-1/+0
|/
* Support cloning rawfile dataDaniel Silverstone2014-01-041-0/+15
|
* Add a bunch of logging to try and help track down the issue with rawfile ↵Daniel Silverstone2014-01-042-1/+4
| | | | handling, sorry guys
* In theory, store raw filenames and pass them through for file upload. ↵Daniel Silverstone2014-01-043-1/+4
| | | | Untested due to no file-upload in GTK frontend just yet
* Enable access to hotlist icons through resource URLs.Michael Drake2013-11-201-0/+2
|
* Get referer host from referer url.Michael Drake2013-11-181-1/+1
|
* Sort non zero-padded numerical filename parts correctly.Michael Drake2013-11-141-1/+1
|
* Can just use scandir now.Michael Drake2013-11-141-17/+1
|
* Marginally cleaner handling of scandir absence.Michael Drake2013-11-111-14/+12
|
* Dirty special casing of Windows, to handle mingw dirent.h's lack of scandir ↵Michael Drake2013-11-111-2/+20
| | | | and alphasort.
* Sort directory contents.Michael Drake2013-11-101-6/+14
|
* Visual indication of hotlist's folder for unsorted entries, with special icon.Michael Drake2013-11-081-0/+1
|
* Clean up cached fetch handles.Michael Drake2013-10-241-0/+2
|
* Fix leak of path_query, when there is no host and scheme isn't file.Michael Drake2013-10-231-2/+6
|