summaryrefslogtreecommitdiff
path: root/desktop/download.c
Commit message (Collapse)AuthorAgeFilesLines
* doxygen serious warning cleanupVincent Sanders2012-07-241-1/+2
|
* Make llcache_handle_get_url return a nsurl.Michael Drake2011-09-281-2/+3
| | | | svn path=/trunk/netsurf/; revision=12905
* Fix bug #3398114: only unref filename_value if we successfully obtained itJohn Mark Bell2011-08-251-2/+3
| | | | svn path=/trunk/netsurf/; revision=12670
* Fix double frees on download failureJohn Mark Bell2011-07-231-1/+4
| | | | svn path=/trunk/netsurf/; revision=12621
* Refactor http utilitiesJohn Mark Bell2011-07-081-24/+30
| | | | svn path=/trunk/netsurf/; revision=12595
* Consider filename in Content-Disposition header when downloading, or ↵John Mark Bell2011-02-231-0/+81
| | | | | | generate reasonably sane default if there isn't one. svn path=/trunk/netsurf/; revision=11767
* Fix bug #3188376: there may be no window for a download if there were no ↵John Mark Bell2011-02-211-3/+7
| | | | | | | | headers or data. Additionally, ensure we clean up on error. svn path=/trunk/netsurf/; revision=11748
* Make downloads work again.John Mark Bell2010-04-051-0/+215
svn path=/trunk/netsurf/; revision=10243