summaryrefslogtreecommitdiff
path: root/windows/download.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-346/+0
|
* update windows frontend to not use depricated warn_user APIVincent Sanders2016-04-271-8/+8
|
* Split utils header into string functions and everything elseVincent Sanders2016-04-211-0/+1
| | | | | split out the string handling API from the rest of the utils header and fix up all the fallout.
* move sys/time.h support functionality out of generic headerVincent Sanders2016-04-191-1/+1
| | | | | | | The utils header is a large collection of functionality for several system headers and API. This splits out the ones from sys/time.h into a separate header reducing the need for many unconnected source files to include the system header unecessarily.
* Change LOG() macro to be varadicVincent Sanders2015-05-281-4/+3
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* Cleanup windows download window headerVincent Sanders2015-03-131-0/+20
|
* Clean up more windows frontend issues and split out more functionalityVincent Sanders2015-03-131-14/+23
|
* use nsurl_nice and remove url_niceVincent Sanders2014-10-311-1/+2
| | | | | change all callers over to using new API for generating nice filenames from a url and remove the old API.
* Update windows frontend to cope with split operations table headersVincent Sanders2014-10-161-3/+3
|
* make download_context_get_url() return an nsurl and adapt callers to copeVincent Sanders2014-05-081-3/+8
|
* refactor url utility functions to use standard nserror codes and have ↵Vincent Sanders2014-05-081-2/+2
| | | | appropriate documentation.
* move scheduleing into browser operation tableVincent Sanders2014-03-091-9/+12
|
* fix missing includesVincent Sanders2014-01-291-0/+1
|
* split browser gui operations upVincent Sanders2014-01-151-2/+2
|
* move download operations to download tableVincent Sanders2014-01-141-4/+14
|
* fix build warningsVincent Sanders2012-08-101-2/+5
|
* split out drawable window handlingVincent Sanders2011-04-031-1/+1
| | | | | | | extensive cleanups fix localhistory svn path=/trunk/netsurf/; revision=12153
* make windows about window functionalVincent Sanders2011-03-251-0/+1
| | | | | | make url bar font more acceptable svn path=/trunk/netsurf/; revision=12131
* Ensure all four required version defines are set for windows buildsVincent Sanders2011-03-161-1/+0
| | | | svn path=/trunk/netsurf/; revision=12082
* rationalise windows resource scriptVincent Sanders2011-03-061-5/+4
| | | | | | make window options dialog into a property sheet svn path=/trunk/netsurf/; revision=11929
* fixup windows download windowVincent Sanders2010-04-111-6/+7
| | | | svn path=/trunk/netsurf/; revision=10366
* Add Windows frontendVincent Sanders2010-01-311-0/+294
svn path=/trunk/netsurf/; revision=9940