summaryrefslogtreecommitdiff
path: root/content/fetchers
Commit message (Expand)AuthorAgeFilesLines
* move image content handlers to accomodate core build changesVincent Sanders2016-05-231-1/+1
* remove all core usage of warn_user APIVincent Sanders2016-04-261-1/+2
* need strings.h for strncasecmp on freebsdVincent Sanders2016-04-212-0/+2
* Split utils header into string functions and everything elseVincent Sanders2016-04-215-63/+25
* remove curl fetchers use of the wallclock APIVincent Sanders2016-04-191-13/+15
* move dir_sort_alpha function from generic utils to one specific place it is usedVincent Sanders2016-04-191-0/+43
* Reduce unecessary use of directory entry headersVincent Sanders2016-04-193-4/+3
* Reduce unecessary use of networking headersVincent Sanders2016-04-171-1/+2
* Fix size_t printf formattingVincent Sanders2016-03-173-18/+30
* Tiny simplification of curl debug logging.Michael Drake2016-01-211-1/+1
* Add extra logging to curl poll fn when not suppressing curl debug.Michael Drake2015-11-111-0/+38
* Add support for retrying timed-out cURL fetches.Daniel Silverstone2015-11-101-4/+12
* Allow the resource scheme to provide data directly.Vincent Sanders2015-06-171-48/+151
* Change LOG() macro to be varadicVincent Sanders2015-05-282-39/+31
* Move win32 window operations into their own moduleVincent Sanders2015-03-121-1/+2
* Fix my spelling of teh everywhereVincent Sanders2014-11-181-1/+1
* Improve data scheme fetcher allocationVincent Sanders2014-11-171-10/+8
* Remove unecessary form debugVincent Sanders2014-11-151-1/+1
* Doxygen cleanupsVincent Sanders2014-11-091-3/+3
* Improve Doxygen documentationVincent Sanders2014-11-081-2/+7
* update fetcher registration API to return an error code.Vincent Sanders2014-10-256-528/+523
* Add trivial maps facilitator at about:mapsMichael Drake2014-10-222-0/+18
* Update the core to use the split operations table headersVincent Sanders2014-10-163-4/+11
* HTTPS: disable all SSL versions; emit fallback SCSV on downgrade.John-Mark Bell2014-10-151-1/+5
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-134-4/+0
* Trivial sepelling, documentation and whitespace cleanupsVincent Sanders2014-10-101-54/+59
* memcpy and terminate from openssl buffersVincent Sanders2014-09-031-18/+23
* terminate buffers from X509_NAME_print_ex()Vincent Sanders2014-09-021-7/+13
* make fetchers scheduledVincent Sanders2014-06-261-3/+1
* clean up the fetcher factory and improve its APIVincent Sanders2014-06-199-74/+78
* Include the date in the testamentRob Kendrick (fatigue)2014-06-041-2/+2
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-263-11/+11
* Completely re-write web search provider handlingVincent Sanders2014-05-251-0/+1
* remove unecessary utils/url.h includesVincent Sanders2014-05-094-4/+0
* add file operations table and make all frontends use it.Vincent Sanders2014-05-072-85/+112
* move testament output to object directory instead of modifying sourceVincent Sanders2014-04-082-2/+3
* move scheduleing into browser operation tableVincent Sanders2014-03-091-7/+7
* Use libcurl's cache if it's new enough. Fixes #2064.John-Mark Bell2014-02-061-7/+32
* 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 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
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-233-7/+7
* Enable TLS 1.2 support again.John-Mark Bell2014-01-191-5/+3
* 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
* Remove logging now that file upload *seems* to workDaniel Silverstone2014-01-041-1/+0
* Add a bunch of logging to try and help track down the issue with rawfile hand...Daniel Silverstone2014-01-041-0/+1