summaryrefslogtreecommitdiff
path: root/desktop/download.c
Commit message (Expand)AuthorAgeFilesLines
* download: Include log.hDaniel Silverstone2019-08-031-0/+1
* Migrate query dispatch up from llcache to hlcacheDaniel Silverstone2019-08-031-0/+7
* move download header into public APIVincent Sanders2016-05-301-1/+1
* Remove old URL header includes.Michael Drake2014-10-311-1/+0
* use nsurl_nice and remove url_niceVincent Sanders2014-10-311-1/+2
* Update the core to use the split operations table headersVincent Sanders2014-10-161-2/+3
* make download_context_get_url() return an nsurl and adapt callers to copeVincent Sanders2014-05-081-6/+5
* refactor url utility functions to use standard nserror codes and have appropr...Vincent Sanders2014-05-081-1/+1
* clean up desktop/gui.h include usageVincent Sanders2014-01-291-1/+1
* Use corestring.Michael Drake2014-01-251-10/+2
* confine the gui table acessor to the gui factory headerVincent Sanders2014-01-141-0/+1
* move download operations to download tableVincent Sanders2014-01-141-4/+4
* Pass fetch redirect info up to content layer as content_msg. Mark redirect o...Michael Drake2013-05-271-0/+3
* doxygen serious warning cleanupVincent Sanders2012-07-241-1/+2
* Make llcache_handle_get_url return a nsurl.Michael Drake2011-09-281-2/+3
* Fix bug #3398114: only unref filename_value if we successfully obtained itJohn Mark Bell2011-08-251-2/+3
* Fix double frees on download failureJohn Mark Bell2011-07-231-1/+4
* Refactor http utilitiesJohn Mark Bell2011-07-081-24/+30
* Consider filename in Content-Disposition header when downloading, or generate...John Mark Bell2011-02-231-0/+81
* Fix bug #3188376: there may be no window for a download if there were no head...John Mark Bell2011-02-211-3/+7
* Make downloads work again.John Mark Bell2010-04-051-0/+215