Giuseppe Scrivano
|
293008f682
|
Mass update copyright years.
|
2010-05-08 21:56:15 +02:00 |
|
Giuseppe Scrivano
|
cba3187919
|
Remove some functions not needed anymore.
|
2010-05-07 12:46:47 +02:00 |
|
Micah Cowan
|
663b1b3367
|
imported patch windows
|
2009-09-22 18:43:02 -07:00 |
|
Micah Cowan
|
4a08094db8
|
[mq]: cfg-mk
|
2009-09-21 20:39:44 -07:00 |
|
Micah Cowan
|
b9e9ad65cc
|
Ran update-copyright.
|
2009-09-04 00:13:47 -07:00 |
|
Steven Schubiger
|
2c77220411
|
Undo the USE_GNULIB_ALLOC defines.
|
2008-04-20 11:46:52 +02:00 |
|
Steven Schubiger
|
76780021d8
|
Use Gnulib's alloc functions throughout the source.
|
2008-04-19 01:21:24 +02:00 |
|
Steven Schubiger
|
4a465612b3
|
Use Gnulib's quote function in mswindows.c.
|
2008-04-16 12:20:06 +02:00 |
|
Micah Cowan
|
4f50138792
|
Back out quieting of background message: need the pid.
|
2008-04-12 23:20:28 -07:00 |
|
Micah Cowan
|
458eb3b8ce
|
Don't want to close log if an explicit -o was given. Let reopen to /dev/null handle any potential logging we'd do in --quiet.
|
2008-04-12 23:10:47 -07:00 |
|
Micah Cowan
|
7783870db1
|
Don't create a logfile for --background if we're --quiet.
|
2008-04-12 22:45:45 -07:00 |
|
Micah Cowan
|
bc8f473272
|
Updated copyright year.
|
2008-01-25 05:04:01 -08:00 |
|
Micah Cowan
|
462e643a7e
|
Merge SFLC licensing changes for OpenSSL with tip.
|
2007-12-07 17:37:07 -08:00 |
|
Micah Cowan
|
86395b297b
|
Updated licensing exception for OpenSSL from the SFLC.
|
2007-11-28 00:05:33 -08:00 |
|
Micah Cowan
|
ec7940f347
|
Move INHIBIT_WRAP up with wget.h.
|
2007-10-22 12:44:32 -07:00 |
|
Micah Cowan
|
212396c7e1
|
Eschew config-post.h.
|
2007-10-18 20:50:40 -07:00 |
|
Micah Cowan
|
d60b6388b6
|
Removal of no-longer-used argc, argv (Gisle).
|
2007-10-10 20:57:42 -07:00 |
|
Micah Cowan
|
5dd09d9ba5
|
Update copyright lists, conforming to maintainer guidelines
|
2007-09-28 15:45:31 -07:00 |
|
micah
|
248cb3e907
|
[svn] Various small fixes, courtesy of Gisle Vanem <giva@bgnett.no>.
|
2007-08-27 10:48:16 -07:00 |
|
micah
|
7d2066b221
|
[svn] Make indentation consistent (all-spaces, no tabs).
|
2007-08-02 20:38:21 -07:00 |
|
micah
|
4d7c5e087b
|
[svn] Merge of fix for bugs 20341 and 20410.
|
2007-07-09 22:53:22 -07:00 |
|
mtortonesi
|
336c0de301
|
[svn] Several Windows-related changes.
|
2006-12-29 09:23:20 -08:00 |
|
mtortonesi
|
1c7493b83e
|
[svn] Added sanity checks for -k, -p, -r and -N when -O is given. Added fixes for 64-bit platforms. Updated copyright and maintainer information.
|
2006-07-14 06:25:50 -07:00 |
|
hniksic
|
9bd8e5c94e
|
[svn] Made thread_hnd non-static.
|
2006-02-09 04:39:27 -08:00 |
|
hniksic
|
f25d593c16
|
[svn] If strtoll is not present, check for strtoimax and use it where available.
If neither is present, define own strtoll.
|
2005-08-11 14:18:56 -07:00 |
|
hniksic
|
dd8eafb6c9
|
[svn] Handle IPv4 addresses in inet_ntop.
|
2005-08-09 05:45:45 -07:00 |
|
hniksic
|
f65cee77a8
|
[svn] Use strtoll on Windows if available (as with DMC).
|
2005-07-06 16:25:26 -07:00 |
|
hniksic
|
ff751683a2
|
[svn] Unify Windows-related config.h files into windows/config.h and
windows/config-compiler.h.
|
2005-07-06 15:09:50 -07:00 |
|
hniksic
|
550c39e714
|
[svn] Correctly print SSL errors.
|
2005-07-03 14:20:33 -07:00 |
|
hniksic
|
10f290cdf3
|
[svn] Also wrap accept() and listen() on Windows.
|
2005-07-03 13:43:57 -07:00 |
|
hniksic
|
db9de5b075
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
|
hniksic
|
c1fb83c53b
|
[svn] Renamed "pretty_print_address" to "print_address".
|
2005-06-30 13:03:18 -07:00 |
|
hniksic
|
e38c88e458
|
[svn] Implement inet_ntop on Windows.
|
2005-06-30 06:48:10 -07:00 |
|
hniksic
|
74fbb03b10
|
[svn] Use bool type for boolean variables and values.
|
2005-06-22 12:38:10 -07:00 |
|
hniksic
|
908d7a4bce
|
[svn] Don't cast return type of malloc/realloc. Assume ANSI C signal handlers.
|
2005-06-19 16:03:27 -07:00 |
|
hniksic
|
277e840a0f
|
[svn] Remove K&R support.
|
2005-06-19 15:34:58 -07:00 |
|
hniksic
|
eac1dced8f
|
[svn] Renamed OVERFLOW and UNDERFLOW to INT64_OVERFLOW and INT64_UNDERFLOW.
|
2005-04-07 16:21:24 -07:00 |
|
hniksic
|
52ad80309f
|
[svn] Added NTLM support.
|
2005-04-06 13:42:22 -07:00 |
|
hniksic
|
6da4142b3b
|
[svn] Use high-resolution timers on Windows.
|
2005-03-20 02:41:46 -08:00 |
|
hniksic
|
8612bacf0a
|
[svn] Store errors for Winsock calls in errno. Provide a version of strerror
that handles Winsock errors.
|
2005-03-06 08:36:45 -08:00 |
|
hniksic
|
50d143f3fe
|
[svn] Fix a possible race condition when opening files.
Published in <87r7j6vy9g.fsf@xemacs.org>.
|
2005-03-04 11:26:18 -08:00 |
|
hniksic
|
0c4e666cb6
|
[svn] Large file fixes for Borland C, published in
<87u0o0cgr1.fsf@xemacs.org>.
|
2005-02-25 16:23:24 -08:00 |
|
hniksic
|
f80f35d480
|
[svn] Fix Windows problems introduced by LFS. Published in
<87k6oynmj0.fsf@xemacs.org>.
|
2005-02-24 04:58:00 -08:00 |
|
hniksic
|
ef22bf610a
|
[svn] Large file support added. Published in <87psyr6jn7.fsf@xemacs.org>.
|
2005-02-23 14:21:04 -08:00 |
|
hniksic
|
44704ef233
|
[svn] Fix fake_fork under Borland C.
Submitted by David Fritz.
|
2004-05-09 14:50:00 -07:00 |
|
hniksic
|
bf4ae09b22
|
[svn] Fix fake_fork error handling for Windows 98.
Patch by David Fritz.
|
2004-03-25 11:18:54 -08:00 |
|
hniksic
|
8ae7bc8333
|
[svn] Added docs. Submitted by David Fritz.
|
2004-03-24 16:06:04 -08:00 |
|
hniksic
|
03395ca801
|
[svn] New Windows implementation of fork_to_background().
Submitted by David Fritz.
|
2004-03-24 11:16:08 -08:00 |
|
hniksic
|
1b6479a39a
|
[svn] Fixed bugs in Windows console event handling.
Submitted by David Fritz.
|
2004-03-19 15:54:27 -08:00 |
|
hniksic
|
3f374f6db1
|
[svn] * mswindows.c (ws_percenttitle): Guard against future changes by
doing nothing if the proper variables have not been initialized.
Clamp percentage value.
Submitted by David Fritz.
|
2004-03-03 16:06:46 -08:00 |
|