summaryrefslogtreecommitdiff
path: root/src/mswindows.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in commentsklemens2017-04-011-1/+1
|
* Fixes #45790: wget prints it's progress even when backgroundlosgrandes2016-10-211-4/+1
| | | | | | | | | * src/log.c: Use tcgetpgrp(STDIN_FILENO) != getpgrp() to determine when to print to STD* or logfile. Deprecate log_request_redirect_output function. Use different file handles for STD* and logfile, to easily switch between them when changing fg/bg. * src/log.h: Make redirect_output function externally linked. * src/main.c: Don't use deprecated log_request_redirect_output function. Use redirect_output instead. * src/mswindows.c: Don't use deprecated log_request_redirect_output function. Use redirect_output instead.
* Fix xsleep() for Windows (trivial change)Jernej Simončič2016-04-251-1/+1
| | | | * src/mswindows.c (xsleep): Fix check for number of seconds
* maint: update copyright year ranges to include 2015Giuseppe Scrivano2015-03-091-2/+2
|
* Fix compilation error in src/mswindows.cGisle Vanem2014-12-031-1/+1
|
* Replaced xfree_null() by xfree() and nullify argument after freeing.Tim Ruehsen2014-12-011-2/+2
|
* Removed form feeds from sources and NEWSTim Rühsen2014-11-201-2/+2
|
* Fix build error on WindowsGiuseppe Scrivano2014-06-211-1/+2
|
* windows: do not dinamically allocate info->lfilename.Giuseppe Scrivano2014-06-191-2/+2
|
* Drop usage of strncpyGiuseppe Scrivano2014-06-121-4/+3
|
* Do not use exit() with a magic numberGiuseppe Scrivano2014-06-121-3/+4
|
* Whitespace and formatting changes.(Aesthetic only)Darshit Shah2014-05-301-17/+17
| | | | | | | | | | This commit makes lots of whitespace only changes. It has been ensured that this commit does not make any changes to the functioning of the program. The only changes that have been made are: * Remove trailing whitespaces * Convert tabs to spaces * Fix indentation issues in the code * Other aesthetic changes to the formatting of comments
* Mark more strings for translationNguyễn Thái Ngọc Duy2012-09-021-3/+3
|
* Ensure sockets are not blocking after a select under Windows.Ray Satiro2011-05-151-1/+38
|
* mass change: update copyright years.Giuseppe Scrivano2011-01-011-1/+2
|
* Mass update copyright years.Giuseppe Scrivano2010-05-081-1/+1
|
* Remove some functions not needed anymore.Giuseppe Scrivano2010-05-071-31/+0
|
* imported patch windowsMicah Cowan2009-09-221-86/+1
|
* [mq]: cfg-mkMicah Cowan2009-09-211-1/+0
|
* Ran update-copyright.Micah Cowan2009-09-041-2/+2
|
* Undo the USE_GNULIB_ALLOC defines.Steven Schubiger2008-04-201-2/+0
|
* Use Gnulib's alloc functions throughout the source.Steven Schubiger2008-04-191-0/+2
|
* Use Gnulib's quote function in mswindows.c.Steven Schubiger2008-04-161-1/+1
|
* Back out quieting of background message: need the pid.Micah Cowan2008-04-121-2/+1
|
* Don't want to close log if an explicit -o was given. Let reopen to /dev/null ↵Micah Cowan2008-04-121-5/+1
| | | | handle any potential logging we'd do in --quiet.
* Don't create a logfile for --background if we're --quiet.Micah Cowan2008-04-121-1/+6
|
* Updated copyright year.Micah Cowan2008-01-251-1/+1
|
* Merge SFLC licensing changes for OpenSSL with tip.Micah Cowan2007-12-071-9/+10
|\
| * Updated licensing exception for OpenSSL from the SFLC.Micah Cowan2007-11-281-9/+10
| |
* | Move INHIBIT_WRAP up with wget.h.Micah Cowan2007-10-221-1/+2
| |
* | Eschew config-post.h.Micah Cowan2007-10-181-2/+1
| |
* | Removal of no-longer-used argc, argv (Gisle).Micah Cowan2007-10-101-1/+2
|/
* Update copyright lists, conforming to maintainer guidelinesMicah Cowan2007-09-281-1/+2
|
* [svn] Various small fixes, courtesy of Gisle Vanem <giva@bgnett.no>.micah2007-08-271-1/+2
|
* [svn] Make indentation consistent (all-spaces, no tabs).micah2007-08-021-16/+16
|
* [svn] Merge of fix for bugs 20341 and 20410.micah2007-07-091-3/+2
|
* [svn] Several Windows-related changes.mtortonesi2006-12-291-0/+2
|
* [svn] Added sanity checks for -k, -p, -r and -N when -O is given. Added ↵mtortonesi2006-07-141-1/+1
| | | | fixes for 64-bit platforms. Updated copyright and maintainer information.
* [svn] Made thread_hnd non-static.hniksic2006-02-091-4/+1
|
* [svn] If strtoll is not present, check for strtoimax and use it where available.hniksic2005-08-111-110/+0
| | | | If neither is present, define own strtoll.
* [svn] Handle IPv4 addresses in inet_ntop.hniksic2005-08-091-10/+27
|
* [svn] Use strtoll on Windows if available (as with DMC).hniksic2005-07-061-14/+1
|
* [svn] Unify Windows-related config.h files into windows/config.h andhniksic2005-07-061-40/+1
| | | | windows/config-compiler.h.
* [svn] Correctly print SSL errors.hniksic2005-07-031-1/+1
|
* [svn] Also wrap accept() and listen() on Windows.hniksic2005-07-031-0/+2
|
* [svn] Update FSF's address and copyright years.hniksic2005-07-011-4/+3
|
* [svn] Renamed "pretty_print_address" to "print_address".hniksic2005-06-301-2/+2
|
* [svn] Implement inet_ntop on Windows.hniksic2005-06-301-0/+25
|
* [svn] Use bool type for boolean variables and values.hniksic2005-06-221-15/+15
|
* [svn] Don't cast return type of malloc/realloc. Assume ANSI C signal handlers.hniksic2005-06-191-1/+1
|