summaryrefslogtreecommitdiff
path: root/content/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* Reimplement handling of BAD_AUTH inside browser_windowDaniel Silverstone2019-08-061-0/+54
* update fetch debug logging to use catagoryVincent Sanders2017-09-061-40/+40
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-5/+10
* clean up some of the doxygen generation warningsVincent Sanders2017-02-191-2/+2
* remove unused fetch acessorVincent Sanders2017-01-311-7/+0
* rationalise use of utils/utils.h headerVincent Sanders2017-01-191-1/+0
* Buildsystem: Make curl/openssl usage build-time options.Michael Drake2016-08-131-0/+2
* Move fetcher_fdset to fetch.h (and rename to fetch_fdset). Maybe not ideal bu...Daniel Silverstone2016-06-271-2/+3
* Refactor the fdset acquisition into the fetchers to stop fetch.c including cu...Daniel Silverstone2016-06-271-9/+14
* move misc header into public APIVincent Sanders2016-05-301-1/+1
* Split utils header into string functions and everything elseVincent Sanders2016-04-211-0/+1
* complete the rename of the gui browser tableVincent Sanders2016-04-161-3/+3
* remove reliance on GLib from monkey frontendVincent Sanders2016-02-121-1/+1
* Fix error reporting from fetch_startVincent Sanders2015-06-241-6/+12
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-281-21/+21
* Change LOG() macro to be varadicVincent Sanders2015-05-281-7/+5
* Doxygen cleanups and documentation additionsVincent Sanders2014-11-101-1/+2
* update fetcher registration API to return an error code.Vincent Sanders2014-10-251-7/+29
* Update the core to use the split operations table headersVincent Sanders2014-10-161-1/+2
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-1/+0
* fixup haiku rsrc fetcher initialisationVincent Sanders2014-09-051-1/+1
* add incomplete scheme fetcher for javascript urlsVincent Sanders2014-08-251-0/+2
* fix leak on error path (coverity 1224429)Vincent Sanders2014-07-081-0/+1
* 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
* convert all frontends to scheduled fetch operationVincent Sanders2014-06-261-0/+1
* make fetchers scheduledVincent Sanders2014-06-261-77/+140
* clean up the fetcher factory and improve its APIVincent Sanders2014-06-191-159/+154
* Use corestrings for fetch module's lwc strings.Michael Drake2014-01-241-23/+3
* remove forward refs from content/fetch.c and cleanup doc commentsVincent Sanders2014-01-191-262/+200
* 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-041-1/+3
* In theory, store raw filenames and pass them through for file upload. Untest...Daniel Silverstone2014-01-041-0/+2
* Pedantic wrap fix.Michael Drake2013-10-231-3/+6
* move options includeVincent Sanders2013-05-281-1/+1
* Downgrade TLS version support if it turns out the server can't cope with TLSv...John-Mark Bell2013-01-041-3/+5
* Cleanup.Michael Drake2012-10-111-8/+4
* Port to new urldb.Michael Drake2012-10-081-3/+2
* check all return values of string comparisonsVincent Sanders2012-08-091-7/+12
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-3/+3
* return;John Mark Bell2011-11-271-5/+7
* Clean up fetch callback API. Inject some long-needed type safety.John Mark Bell2011-11-081-5/+2
* prevent odd curl non completion behaviourVincent Sanders2011-10-091-3/+5
* Build resource: map at start timeJohn Mark Bell2011-10-051-2/+0
* Optimise fetch item selection when fetching many items from same host.Michael Drake2011-10-021-0/+10
* Convert fetchers to nsurl.Michael Drake2011-09-291-2/+1
* fetch_can_fetch can take const nsurl.Michael Drake2011-09-271-1/+1
* Port fetch layer to nsurl. Remove unused fetch_get_referer function.Michael Drake2011-09-271-95/+75
* Fetchers register with an lwc_string, rather than a string.Michael Drake2011-09-261-14/+20