summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* 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 cl...Rob Kendrick2014-01-051-1/+6
* | 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 hand...Daniel Silverstone2014-01-042-1/+4
* In theory, store raw filenames and pass them through for file upload. Untest...Daniel Silverstone2014-01-043-1/+4
* 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 a...Michael Drake2013-11-111-2/+20
* 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
* Fix Coverity #1109872.Michael Drake2013-10-231-1/+2
* Pedantic wrap fix.Michael Drake2013-10-231-1/+3
* Fix Coverity #1109867.Michael Drake2013-10-231-1/+3
* Pedantic wrap fix.Michael Drake2013-10-231-3/+6
* Fix Coverity #1109871.Michael Drake2013-10-231-1/+2
* improve comment to indicate what API is forVincent Sanders2013-10-231-4/+8
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-1/+0
* Use new cookie manager.Michael Drake2013-09-021-39/+8
* Add arrow image to resource icons.Michael Drake2013-08-121-0/+1
* Make the parasitic hack of the old tree code more robust. Now if the temp_tr...Michael Drake2013-07-261-11/+48
* Don't call cookies delete here, the cookie manager has already deleted it. (...Michael Drake2013-07-241-1/+0
* Fix up for cookies_old rename.Michael Drake2013-07-221-1/+1
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-06-051-0/+8
|\
| * only set no proxy value in modern enough versions of teh libraryVincent Sanders2013-06-041-0/+3
| * Add and use no proxy list optionVincent Sanders2013-06-041-0/+5
* | Add icons to resource space.Michael Drake2013-05-311-1/+4
|/
* add provenance to about:configVincent Sanders2013-05-281-2/+2
* move option init out of netsurf_initVincent Sanders2013-05-281-3/+4
* move options includeVincent Sanders2013-05-288-8/+8