.. |
alloca.c
|
[svn] Fix compilation of alloca.c under tcc.
|
2005-04-08 16:09:09 -07:00 |
ChangeLog
|
[svn] Better explanation of last change to HTTP code in ChangeLog.
|
2005-12-05 03:25:50 -08:00 |
cmpt.c
|
[svn] Fix strtoll("0x", ptr, 0) to set *ptr to position of 'x', not after it.
|
2005-08-27 12:27:46 -07:00 |
config-post.h
|
[svn] New option --ignore-case for case-insensitive matching.
|
2005-07-06 12:44:00 -07:00 |
connect.c
|
[svn] Simplify the ip_address data union. Always use inet_ntop for printing
|
2005-08-10 06:50:08 -07:00 |
connect.h
|
[svn] Correctly print SSL errors.
|
2005-07-03 14:20:33 -07:00 |
convert.c
|
[svn] Simplify iteration over hash table entries.
|
2005-08-27 06:05:39 -07:00 |
convert.h
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
cookies.c
|
[svn] Use hash_table_iterate in cookie_jar_delete.
|
2005-08-27 06:25:47 -07:00 |
cookies.h
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
ftp-basic.c
|
[svn] Simplify the ip_address data union. Always use inet_ntop for printing
|
2005-08-10 06:50:08 -07:00 |
ftp-ls.c
|
[svn] Remember the position of the previous token instead of backtracking to it.
|
2005-08-04 14:45:28 -07:00 |
ftp-opie.c
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
ftp.c
|
[svn] Fixed typo
|
2005-10-05 02:43:47 -07:00 |
ftp.h
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
gen-md5.c
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
gen-md5.h
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
getopt.c
|
[svn] Remove K&R support.
|
2005-06-19 15:34:58 -07:00 |
getopt.h
|
[svn] Remove warnings under Borland C.
|
2005-03-05 18:11:10 -08:00 |
gnu-md5.c
|
[svn] Remove K&R support.
|
2005-06-19 15:34:58 -07:00 |
gnu-md5.h
|
[svn] Unconditionally include limits.h.
|
2005-06-29 06:36:52 -07:00 |
gnutls.c
|
[svn] Check for the validity of the presented X509 cert.
|
2005-07-07 10:04:45 -07:00 |
hash.c
|
[svn] Use uintptr_t instead of unsigned long for integer representation of pointers.
|
2005-11-19 11:35:02 -08:00 |
hash.h
|
[svn] Simplify iteration over hash table entries.
|
2005-08-27 06:05:39 -07:00 |
host.c
|
[svn] Simplify iteration over hash table entries.
|
2005-08-27 06:05:39 -07:00 |
host.h
|
[svn] Simplify the ip_address data union. Always use inet_ntop for printing
|
2005-08-10 06:50:08 -07:00 |
html-parse.c
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
html-parse.h
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
html-url.c
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
http-ntlm.c
|
[svn] Added Daniel's fix for remotely exploitable buffer overflow vulnerability in NTML code.
|
2005-10-13 02:04:16 -07:00 |
http-ntlm.h
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
http.c
|
[svn] Removed C++ style comments from http.c and test.c, as we support C89 compilers as well.
|
2005-12-05 02:55:30 -08:00 |
http.h
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
init.c
|
[svn] Don't read more than the amount of data specified by the content-length
|
2005-08-08 15:51:19 -07:00 |
init.h
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
log.c
|
[svn] Doc fix.
|
2005-07-08 00:25:21 -07:00 |
log.h
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
main.c
|
[svn] Added basic support for unit testing
|
2005-10-27 07:13:40 -07:00 |
Makefile.in
|
[svn] Improved support for unit testing
|
2005-11-02 07:48:45 -08:00 |
mswindows.c
|
[svn] If strtoll is not present, check for strtoimax and use it where available.
|
2005-08-11 14:18:56 -07:00 |
mswindows.h
|
[svn] Renamed strtoll_return to strtoll_type.
|
2005-08-12 05:56:52 -07:00 |
netrc.c
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
netrc.h
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
openssl.c
|
[svn] Tell OpenSSL to renegotiate automatically (mode SSL_MODE_AUTO_RETRY).
|
2005-08-26 03:42:31 -07:00 |
options.h
|
[svn] Don't read more than the amount of data specified by the content-length
|
2005-08-08 15:51:19 -07:00 |
progress.c
|
[svn] Introduce symbolic constants for "magic" values of 0.2 and 0.9,
|
2005-09-01 09:44:11 -07:00 |
progress.h
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
ptimer.c
|
[svn] Make timers measure seconds directly, not milliseconds.
|
2005-07-06 09:35:42 -07:00 |
ptimer.h
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
recur.c
|
[svn] New option --ignore-case for case-insensitive matching.
|
2005-07-06 12:44:00 -07:00 |
recur.h
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
res.c
|
[svn] Simplify iteration over hash table entries.
|
2005-08-27 06:05:39 -07:00 |
res.h
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
retr.c
|
[svn] retr.c: Changed semantics of no_proxy_match.
|
2005-10-05 02:46:07 -07:00 |
retr.h
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
safe-ctype.c
|
[svn] Update the license to include the OpenSSL exception.
|
2002-05-17 19:16:36 -07:00 |
safe-ctype.h
|
[svn] Fix broken cast of BIT to unsigned char.
|
2003-09-21 19:05:34 -07:00 |
snprintf.c
|
[svn] Removed gcc 4.0 warnings, by Russ Allberry.
|
2005-10-09 02:59:20 -07:00 |
ssl.h
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
sysdep.h
|
[svn] Use uintptr_t instead of unsigned long for integer representation of pointers.
|
2005-11-19 11:35:02 -08:00 |
test.c
|
[svn] Removed C++ style comments from http.c and test.c, as we support C89 compilers as well.
|
2005-12-05 02:55:30 -08:00 |
test.h
|
[svn] Added basic support for unit testing
|
2005-10-27 07:13:40 -07:00 |
url.c
|
[svn] Simplify rewrite_shorthand_url.
|
2005-07-07 23:31:26 -07:00 |
url.h
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |
utils.c
|
[svn] Doc fix.
|
2005-08-27 12:09:42 -07:00 |
utils.h
|
[svn] New option --ignore-case for case-insensitive matching.
|
2005-07-06 12:44:00 -07:00 |
version.c
|
[svn] Remove "CVS" from version number.
|
2005-07-01 19:28:21 -07:00 |
wget.h
|
[svn] Abort configure if --with-ssl given but SSL unavailable. Use HAVE_LIBSSL
|
2005-08-26 05:02:04 -07:00 |
xmalloc.c
|
[svn] Prefix pointer value with 0x.
|
2005-07-04 14:15:50 -07:00 |
xmalloc.h
|
[svn] Update FSF's address and copyright years.
|
2005-07-01 19:26:52 -07:00 |