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
|
19c5c1d52f
|
[svn] Allow 64-bit wgint without LFS.
|
2006-06-26 11:31:28 -07:00 |
|
hniksic
|
c90e4f9c1a
|
[svn] Parse Content-Disposition better. Implement memrchr where missing.
|
2006-02-28 11:27:52 -08:00 |
|
hniksic
|
3e145c6018
|
[svn] Use uintptr_t instead of unsigned long for integer representation of pointers.
|
2005-11-19 11:35:02 -08:00 |
|
hniksic
|
0272acfc52
|
[svn] Fully declare fnmatch.h.
|
2005-07-06 16:06:35 -07:00 |
|
hniksic
|
db9de5b075
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
|
hniksic
|
6267a79939
|
[svn] Use double quotes to include mswindows.h
|
2005-06-27 12:08:16 -07:00 |
|
hniksic
|
b227a44f1a
|
[svn] Use the system-provided fnmatch by default.
|
2005-06-27 06:27:13 -07:00 |
|
hniksic
|
bb8a5f2eb9
|
[svn] Check for timegm and use it where available.
|
2005-06-27 06:22:30 -07:00 |
|
hniksic
|
002def87d2
|
[svn] Rename LARGE_INT to SUM_SIZE_INT, and simplify its handling.
|
2005-06-25 07:39:51 -07:00 |
|
hniksic
|
82b08f2daa
|
[svn] Expect strpbrk and mktime to exist.
|
2005-06-23 08:33:20 -07:00 |
|
hniksic
|
cb2cc3abf8
|
[svn] Use struct_fstat when calling fstat because of Borland's lack of 64-bit
fstat.
|
2005-06-23 07:29:42 -07:00 |
|
hniksic
|
4b3e1632db
|
[svn] Remove support for Watcom's compiler.
|
2005-06-23 07:11:48 -07:00 |
|
hniksic
|
19a1ffb2e9
|
[svn] Check for the C99 bool type and define it if missing.
|
2005-06-22 10:51:29 -07:00 |
|
hniksic
|
7d48e6d057
|
[svn] Use #elif where appropriate to make chaining of #if ... #else ...
more readable.
|
2005-06-19 18:37:23 -07:00 |
|
hniksic
|
277e840a0f
|
[svn] Remove K&R support.
|
2005-06-19 15:34:58 -07:00 |
|
hniksic
|
b9a31d78dd
|
[svn] Support human-readable file size printing.
Don't use persistent connection over proxies.
|
2005-03-22 05:20:02 -08:00 |
|
hniksic
|
ef22bf610a
|
[svn] Large file support added. Published in <87psyr6jn7.fsf@xemacs.org>.
|
2005-02-23 14:21:04 -08:00 |
|
hniksic
|
c8e92cdbd6
|
[svn] Get rid of ssl_iread/ssl_iwrite. Have the SSL code register its
routines for reading and writing data.
|
2003-11-05 17:12:03 -08:00 |
|
hniksic
|
bc768ec88a
|
[svn] HAVE_FNMATCH_H is now HAVE_WORKING_FNMATCH_H.
|
2003-11-04 08:22:52 -08:00 |
|
hniksic
|
f4cbba565e
|
[svn] Only set a flag in the SIGWINCH handler.
|
2003-11-04 05:37:14 -08:00 |
|
hniksic
|
9af99f3b83
|
[svn] Enable SYSTEM_FNMATCH only if fnmatch.h is available.
|
2003-11-03 17:09:54 -08:00 |
|
hniksic
|
8cd9b4cd8a
|
[svn] New function xsleep that resumes sleeps interrupted by signals
on systems that support nanosleep.
|
2003-11-03 13:57:04 -08:00 |
|
hniksic
|
add61a2d9c
|
[svn] Networking improvements: get rid of the MSOCK global variable,
move the sockaddr handling to connect.c, make sure Wget refreshes
the DNS lookup after it becomes stale.
|
2003-10-30 16:18:08 -08:00 |
|
hniksic
|
3f8a70c227
|
[svn] Use S >= 8' rather than S == 8' when looking for large integers.
|
2003-10-30 07:55:53 -08:00 |
|
hniksic
|
c81651f4c1
|
[svn] Change u_int32_t to uint32_t.
|
2003-10-25 18:41:56 -07:00 |
|
hniksic
|
7487dbfa81
|
[svn] Don't define int32_t because we're not using it.
|
2003-10-13 07:20:51 -07:00 |
|
hniksic
|
711bf72609
|
[svn] Remove VERY_LONG_TYPE; use LARGE_INT instead. Remove special code
for handling VERY_LONG_TYPE overflows.
Make opt.quota a LARGE_INT.
|
2003-10-11 06:57:11 -07:00 |
|
hniksic
|
a6f72ca66b
|
[svn] Also check for short for int32_t.
|
2003-10-11 05:41:13 -07:00 |
|
hniksic
|
f58c6774e4
|
[svn] Provide the support for int32_t and u_int32_t.
|
2003-10-10 19:27:41 -07:00 |
|
hniksic
|
097923f7b1
|
[svn] Move fnmatch() to cmpt.c and don't use it under GNU libc.
|
2003-10-07 16:53:31 -07:00 |
|
hniksic
|
7870937036
|
[svn] Allow decimal values for --timeout, --wait, and --waitretry.
Message-ID: <m3llsjhx6t.fsf@hniksic.iskon.hr>
|
2003-09-20 16:12:18 -07:00 |
|
hniksic
|
b2be7522c7
|
[svn] Update the license to include the OpenSSL exception.
|
2002-05-17 19:16:36 -07:00 |
|
hniksic
|
999388bfa0
|
[svn] Check for memmove and implement one if it's missing.
|
2001-11-29 11:43:29 -08:00 |
|
hniksic
|
a3d3d452ab
|
[svn] Make the MD5 references even more generic.
Use OpenSSL's MD5 where available.
Published in <sxsg06x4f41.fsf@florida.arsdigita.de>.
|
2001-11-29 10:17:54 -08:00 |
|
hniksic
|
d4c6949a05
|
[svn] Use rand instead of random.
Published in <sxsu1vgataq.fsf@florida.arsdigita.de>.
|
2001-11-27 11:49:28 -08:00 |
|
hniksic
|
7175ea4a12
|
[svn] Check for random.
Published in <sxs4rngh6t2.fsf@florida.arsdigita.de>.
|
2001-11-27 02:11:13 -08:00 |
|
hniksic
|
bae3162c03
|
[svn] New option `--limit-rate'.
Published in <sxsd725cn56.fsf@florida.arsdigita.de>.
|
2001-11-26 12:07:13 -08:00 |
|
hniksic
|
d408dec0bd
|
[svn] Use Solaris's libmd5 when available.
Published in <sxsn11kbssm.fsf@florida.arsdigita.de>.
|
2001-11-17 20:36:21 -08:00 |
|
hniksic
|
d60b54cba0
|
[svn] Applied Chris Seawood's patch for compilation under BEOS.
Patch published in <3B5D4CEF.5090208@seawood.org>.
|
2001-11-16 08:58:08 -08:00 |
|
hniksic
|
f918e0ab51
|
[svn] Docfix.
|
2001-06-14 14:15:43 -07:00 |
|
hniksic
|
8f6b4f5bbb
|
[svn] Define MAP_FAILED if it's missing.
Published in <sxshexirelo.fsf@florida.arsdigita.de>.
|
2001-06-14 13:28:19 -07:00 |
|
hniksic
|
0b056d1720
|
[svn] Update copyright notices.
|
2001-05-27 12:35:15 -07:00 |
|
hniksic
|
3c6093cf13
|
[svn] Remove VERY_LONG_FORMAT. Instead, define function very_long_to_string
for printing VERY_LONG_TYPE numbers.
Published in <sxsd7aqzqr7.fsf@florida.arsdigita.de>.
|
2001-04-05 19:51:41 -07:00 |
|
hniksic
|
1a6058b1ec
|
[svn] Applied Philipp Thomas's safe-ctype patch. Published in
<20010330025159.U21662@jeffreys.suse.de>.
|
2001-03-30 14:36:59 -08:00 |
|
hniksic
|
f579cd1691
|
[svn] Csaba's Watcom changes.
|
2001-01-03 07:14:02 -08:00 |
|
hniksic
|
f6a41b5669
|
[svn] Applied Csaba Raduly's patch from <802569B4.0043F7B1.00@Jagannath.uk.sophos>.
|
2000-12-17 10:18:14 -08:00 |
|
hniksic
|
c2c821b3c9
|
[svn] snprintf.c addition.
|
2000-11-04 14:49:46 -08:00 |
|
hniksic
|
eef4a668b7
|
[svn] Update copyright blurbs with the year 2000.
|
2000-11-01 17:50:03 -08:00 |
|
hniksic
|
29cdc8da20
|
[svn] Updated long_to_string(); enhanced opt.downloaded to use
64-bit types where available.
Published in <sxswvenqsmn.fsf@florida.arsdigita.de> and
<sxssnpbqshp.fsf@florida.arsdigita.de>.
|
2000-11-01 13:51:25 -08:00 |
|