summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Doxygen fixesVincent Sanders2014-11-092-2/+3
* Doxygen cleanupsVincent Sanders2014-11-098-28/+30
* Continue doxygen error cleanup.Vincent Sanders2014-11-084-92/+200
* fix up more doxygen errorsVincent Sanders2014-11-083-56/+122
* Improve Doxygen documentationVincent Sanders2014-11-081-2/+7
* Improve content encoding information APIVincent Sanders2014-11-073-7/+13
* Allow content handlers to have debug values set through APIVincent Sanders2014-11-063-1/+27
* Make the fetching of a contents encoding generic.Vincent Sanders2014-11-054-5/+30
* replace save_link operation table entry usage of textural url with nsurlVincent Sanders2014-11-031-1/+1
* Change contextual content retrieval to browser features.Vincent Sanders2014-11-023-14/+22
* restructure urldb sourceVincent Sanders2014-11-012-2486/+2530
* Move host_is_ip_address into urldb, as that's the only thing that cares.Michael Drake2014-10-311-7/+100
* remove the die API from the core.Vincent Sanders2014-10-262-13/+16
* update fetcher registration API to return an error code.Vincent Sanders2014-10-257-535/+552
* Open select menu via content msg, instead of breaking encapsulation.Michael Drake2014-10-241-0/+5
* Add trivial maps facilitator at about:mapsMichael Drake2014-10-222-0/+18
* Update the core to use the split operations table headersVincent Sanders2014-10-167-9/+20
* 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-135-5/+0
* Trivial sepelling, documentation and whitespace cleanupsVincent Sanders2014-10-101-54/+59
* fixup haiku rsrc fetcher initialisationVincent Sanders2014-09-051-1/+1
* memcpy and terminate from openssl buffersVincent Sanders2014-09-031-18/+23
* terminate buffers from X509_NAME_print_ex()Vincent Sanders2014-09-021-7/+13
* add incomplete scheme fetcher for javascript urlsVincent Sanders2014-08-252-5/+18
* fix DOM tree dump debugVincent Sanders2014-08-043-6/+23
* remove content include from urldb headerVincent Sanders2014-07-172-5/+1
* fix leak on error path (coverity 1224429)Vincent Sanders2014-07-081-0/+1
* version 1.1 of the backing store disc layout using base32 encodedVincent Sanders2014-07-041-61/+64
* turn off verbose fetch debuggingVincent Sanders2014-07-021-6/+16
* fix dumb error in previous commit and get scheme name element correctVincent Sanders2014-07-021-3/+3
* fix unhelpful assert at quitVincent Sanders2014-07-021-3/+22
* fix fetchers include on windowsVincent Sanders2014-07-011-1/+1
* convert all frontends to scheduled fetch operationVincent Sanders2014-06-261-0/+1
* make fetchers scheduledVincent Sanders2014-06-263-85/+168
* clean up the fetcher factory and improve its APIVincent Sanders2014-06-1916-329/+352
* extend file table with mkdir all and make fs backing store use it.Vincent Sanders2014-06-051-2/+6
* Include the date in the testamentRob Kendrick (fatigue)2014-06-041-2/+2
* Avoid signed vs unsigned comparason warning.Michael Drake2014-06-041-1/+1
* turn off debugging and add some comments and todo from dsilversVincent Sanders2014-06-032-15/+18
* Adjust the llcache behaviour to use scheduler for user notification.Daniel Silverstone2014-06-031-2/+43
* write a cache tag file as an aid to backup softwareVincent Sanders2014-05-301-0/+39
* attempt to purge low level cache on out of memory during fetchVincent Sanders2014-05-293-46/+68
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-265-15/+18
* Completely re-write web search provider handlingVincent Sanders2014-05-251-0/+1
* Check return value from write() to avoid build warnings.Michael Drake2014-05-241-2/+14
* Fix leak of url schemes.Michael Drake2014-05-161-0/+1
* Remove unused #includeMichael Drake2014-05-151-1/+0
* 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