summaryrefslogtreecommitdiff
path: root/desktop/download.c
Commit message (Collapse)AuthorAgeFilesLines
* 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