summaryrefslogtreecommitdiff
path: root/src/mswindows.c
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [svn] Remove K&R support.hniksic2005-06-191-5/+1
* [svn] Renamed OVERFLOW and UNDERFLOW to INT64_OVERFLOW and INT64_UNDERFLOW.hniksic2005-04-071-4/+4
* [svn] Added NTLM support.hniksic2005-04-061-1/+1
* [svn] Use high-resolution timers on Windows.hniksic2005-03-201-12/+10
* [svn] Store errors for Winsock calls in errno. Provide a version of strerrorhniksic2005-03-061-3/+119
* [svn] Fix a possible race condition when opening files.hniksic2005-03-041-21/+14
* [svn] Large file fixes for Borland C, published inhniksic2005-02-251-3/+3
* [svn] Fix Windows problems introduced by LFS. Published inhniksic2005-02-241-17/+0
* [svn] Large file support added. Published in <87psyr6jn7.fsf@xemacs.org>.hniksic2005-02-231-0/+140
* [svn] Fix fake_fork under Borland C.hniksic2004-05-091-19/+3
* [svn] Fix fake_fork error handling for Windows 98.hniksic2004-03-251-9/+5
* [svn] Added docs. Submitted by David Fritz.hniksic2004-03-241-1/+10
* [svn] New Windows implementation of fork_to_background().hniksic2004-03-241-3/+231
* [svn] Fixed bugs in Windows console event handling.hniksic2004-03-191-24/+19
* [svn] * mswindows.c (ws_percenttitle): Guard against future changes byhniksic2004-03-031-6/+11
* [svn] Improved Windows power management logic. Submitted by David Fritz.hniksic2004-02-261-34/+19
* [svn] Revamped MS console logic. Submitted by David Fritz.hniksic2004-02-251-19/+29
* [svn] Formatting tweaks by David Fritz.hniksic2004-02-231-27/+28
* [svn] Remove ws_help; it doesn't make sense to invoke the help browser forhniksic2004-02-221-22/+0
* [svn] Under Windows, if $HOME is not defined, use the directory thathniksic2004-02-171-13/+16
* [svn] New function xsleep that resumes sleeps interrupted by signalshniksic2003-11-031-26/+14
* [svn] run_with_timeout docstring synch with utils.c.hniksic2003-10-071-5/+6
* [svn] Cosmetic changes to GNU convention.hniksic2003-10-071-8/+11
* [svn] Fix type of _SetThreadExecutionState local var.hniksic2003-10-051-7/+8
* [svn] Use WaitForSingleObject to wait for thread termination.hniksic2003-10-041-64/+46
* [svn] Window-specific implementation of run_with_timeout.hniksic2003-10-021-0/+112
* [svn] Display percentage in title bar.hniksic2003-09-301-12/+29
* [svn] Windows fixes by Gisle Vanem.hniksic2003-09-261-17/+46
* [svn] Fixes to support out of the box compilation on various Windows compilers.hniksic2003-09-251-2/+6
* [svn] Allow decimal values for --timeout, --wait, and --waitretry.hniksic2003-09-201-1/+2
* [svn] Allow unique_name to return the FILE argument unmodified.hniksic2003-09-161-1/+1
* [svn] Update the license to include the OpenSSL exception.hniksic2002-05-171-1/+11
* [svn] Fix for Borland's broken (on Win9X) `utime' function.abbotti2002-04-091-0/+38
* [svn] Dependcies update for src/mswindows.c.abbotti2002-03-201-0/+1
* [svn] Logging system bugfixes and improvements.hniksic2001-12-091-5/+2
* [svn] Windows fixes by Herold Heiko.hniksic2001-11-291-0/+17
* [svn] Update copyright notices.hniksic2001-05-271-4/+4
* [svn] Change default anonymous FTP password to "-wget@".hniksic2001-04-291-26/+0
* [svn] Small cleanup of mswindows.c by Paul Bludov.hniksic2001-04-031-32/+13
* [svn] Include <netdb.h> where h_errno is used. Likewise for <errno.h> and er...hniksic2000-12-171-0/+5
* [svn] Committed <sxsbsv854j9.fsf@florida.arsdigita.de>.hniksic2000-11-221-1/+1
* [svn] Initial revisionkwget1999-12-011-0/+269