hniksic
|
9c58e3c1d2
|
[svn] Delete unreachable statement in aprintf.
|
2005-04-24 13:14:10 -07:00 |
|
hniksic
|
cf994330a3
|
[svn] Added reordering of addresses to try IPv4 first and the associated
--prefer-family switch.
|
2005-04-24 13:00:19 -07:00 |
|
hniksic
|
d025e62556
|
[svn] Treat input to base64_encode as unsigned chars.
|
2005-04-22 17:20:13 -07:00 |
|
hniksic
|
155ca3d489
|
[svn] Change orders of parameters of base64_encode, so it makes more sense.
Mention NTLM support in http.c.
|
2005-04-18 07:23:23 -07:00 |
|
hniksic
|
2219d47ba3
|
[svn] Extract timers to a separate file.
|
2005-04-07 14:37:22 -07:00 |
|
hniksic
|
52ad80309f
|
[svn] Added NTLM support.
|
2005-04-06 13:42:22 -07:00 |
|
hniksic
|
e65ff5729a
|
[svn] Avoid explicit 64-bit constants; construct them by multiplication at
compile-time.
|
2005-04-01 10:22:38 -08:00 |
|
hniksic
|
30e4a33756
|
[svn] Use sets/hash-tables instead of "slists". Remove slist implementation from
utils.c.
|
2005-03-30 11:27:34 -08:00 |
|
hniksic
|
dd299a9cf6
|
[svn] Slightly better handling of negative numbers in numdigit.
|
2005-03-29 12:03:42 -08: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
|
7c044778bc
|
[svn] Improve built-in memory debugger.
|
2005-03-20 07:07:40 -08:00 |
|
hniksic
|
6da4142b3b
|
[svn] Use high-resolution timers on Windows.
|
2005-03-20 02:41:46 -08:00 |
|
hniksic
|
c36e9a5272
|
[svn] Concatenate strings using concat_strings.
|
2005-03-19 09:23:32 -08:00 |
|
hniksic
|
e2241936d0
|
[svn] Remove warnings under Borland C.
|
2005-03-05 18:11:10 -08:00 |
|
hniksic
|
c5ca8b7152
|
[svn] Fix parse error when O_BINARY is available.
|
2005-03-05 15:35:15 -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
|
ef22bf610a
|
[svn] Large file support added. Published in <87psyr6jn7.fsf@xemacs.org>.
|
2005-02-23 14:21:04 -08:00 |
|
hniksic
|
9a4afed6fd
|
[svn] Return a value on non-Windows systems without TIOCGWINSZ.
|
2004-01-29 04:38:52 -08:00 |
|
hniksic
|
4d626daf5a
|
[svn] Correctly determine screen size under Windows.
|
2004-01-28 05:42:52 -08:00 |
|
hniksic
|
dc99d9a487
|
[svn] Don't sleep using usleep for more than a second.
|
2004-01-24 19:16:33 -08:00 |
|
hniksic
|
0ff9eb4727
|
[svn] Restructure generation of HTTP requests. Allow headers specified with
--header to override generated headers.
|
2003-11-29 10:40:01 -08:00 |
|
hniksic
|
6f3dbca0c5
|
[svn] Better INT_MAX and UCHAR_MAX checks.
|
2003-11-11 16:42:09 -08:00 |
|
hniksic
|
cb393a062d
|
[svn] Abort if wtimer_update is called on an uninitialized timer.
On the other hand, allow wtimer_read on such a timer.
|
2003-11-08 08:13:54 -08:00 |
|
hniksic
|
0bd6576cde
|
[svn] Timer code update.
|
2003-11-07 20:55:44 -08:00 |
|
hniksic
|
38b37ed104
|
[svn] New option --keep-session-cookies.
|
2003-11-04 16:11:33 -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
|
5f0a2b3f08
|
[svn] Use new macros xnew, xnew0, xnew_array, and xnew0_array in various places.
|
2003-10-31 06:55:50 -08:00 |
|
hniksic
|
370ff7a576
|
[svn] Moved malloc-related code to xmalloc.c. Defined new macros xnew, xnew0,
xnew_array, and xnew0_array. Created xmalloc.h and log.h to unclutter
wget.h.
|
2003-10-31 06:31:56 -08:00 |
|
hniksic
|
d66af0ab20
|
[svn] Don't use trailing commas in enums.
|
2003-10-23 05:15:39 -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
|
097923f7b1
|
[svn] Move fnmatch() to cmpt.c and don't use it under GNU libc.
|
2003-10-07 16:53:31 -07:00 |
|
hniksic
|
30c3b5bc8a
|
[svn] Doc update.
|
2003-10-04 15:58:34 -07:00 |
|
hniksic
|
254291cc03
|
[svn] Fix crash when post-file is missing.
|
2003-10-04 15:26:58 -07:00 |
|
hniksic
|
5a905bcec3
|
[svn] Window-specific implementation of run_with_timeout.
By Gisle Vanem.
|
2003-10-02 16:28:49 -07:00 |
|
hniksic
|
675c1a703c
|
[svn] Doc fixes.
|
2003-10-02 08:15:36 -07:00 |
|
hniksic
|
030704403b
|
[svn] Subsecond granularity in run_with_timeout.
|
2003-10-02 06:37:45 -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
|
7b5fb50cb1
|
[svn] Renamed wget.h XDIGIT-related macros to (hopefully) clearer names.
|
2003-09-19 07:08:37 -07:00 |
|
hniksic
|
4b1afddab3
|
[svn] Allow unique_name to return the FILE argument unmodified.
Streamline and optimize unique_name_1.
|
2003-09-16 14:47:49 -07:00 |
|
hniksic
|
c95d75292b
|
[svn] Work around VC's inability to cast unsigned __int64 to void.
|
2003-09-16 14:16:59 -07:00 |
|
hniksic
|
9228f0bf53
|
[svn] Update progress code to use higher timer resolution.
Message-ID: <m37k49oivp.fsf@hniksic.iskon.hr>
|
2003-09-15 14:14:15 -07:00 |
|
hniksic
|
ea8a108b1f
|
[svn] Implement xdigit_to_xchar more efficiently.
|
2003-09-15 10:50:43 -07:00 |
|
hniksic
|
ebea9e7e0b
|
[svn] Fixed a long-standing bug in the timer code that would cause Wget to
crash when the system time was set back during a Wget run.
Message-ID: <m3znh8wag9.fsf@hniksic.iskon.hr>
|
2003-09-13 16:12:45 -07:00 |
|
hniksic
|
b2be7522c7
|
[svn] Update the license to include the OpenSSL exception.
|
2002-05-17 19:16:36 -07:00 |
|
hniksic
|
fd42ae1311
|
[svn] Allow match_tail to be case insensitive.
Published in <sxsznzabirr.fsf@florida.munich.redhat.com>.
|
2002-05-08 11:24:40 -07:00 |
|
abbotti
|
caa0f23be3
|
[svn] Fix broken Windows builds due to the xxx_with_timeout stuff.
Submitted by Ian Abbotti in <3CBB2FFE.20193.73A594@localhost>.
|
2002-04-15 12:01:56 -07:00 |
|
hniksic
|
fbf0306dd7
|
[svn] Have number_to_string handle the case when number < -MAX_INT.
Published in <sxs662uf7l9.fsf@florida.arsdigita.de>.
|
2002-04-14 12:18:33 -07:00 |
|
hniksic
|
5cb8a6f44d
|
[svn] Add the POST method.
Published in <sxssn5yj4eb.fsf@florida.arsdigita.de>.
|
2002-04-13 21:22:47 -07:00 |
|
hniksic
|
f3d3a50a56
|
[svn] Generalize connect_with_timeout into run_with_timeout.
Published in <sxs4rifxndi.fsf@florida.arsdigita.de>.
|
2002-04-13 15:18:28 -07:00 |
|