wget/src
hniksic 857c3e2ca4 [svn] Fixed mkdirhier to make_directory in comment. 2005-05-16 10:30:07 -07:00
..
ChangeLog-branches [svn] Import the 1.9.1 release change logs to 1.9 branch change logs. 2003-11-13 18:08:23 -08:00
ChangeLog [svn] Don't xfree() the line returned by ftp_response if the returned code is not 2005-05-16 08:19:12 -07:00
Makefile.in [svn] Renamed src/gen_sslfunc.c to src/openssl.c and src/gen_sslfunc.h to 2005-04-26 14:41:41 -07:00
alloca.c [svn] Fix compilation of alloca.c under tcc. 2005-04-08 16:09:09 -07:00
ansi2knr.c [svn] Update ansi2knr.c and ansi2knr.1. 2003-10-04 03:34:10 -07:00
cmpt.c [svn] Update strstr to the one in glibc 2.3.5. 2005-05-05 15:39:28 -07:00
config-post.h [svn] Don't define _VA_LIST; it breaks compilation with GCC under Solaris 10. 2005-04-11 06:04:08 -07:00
connect.c [svn] Check for the server's identity after the SSL handshake. 2005-05-10 08:17:37 -07:00
connect.h [svn] Check for the server's identity after the SSL handshake. 2005-05-10 08:17:37 -07:00
convert.c [svn] Free converted_files. 2005-04-10 16:39:41 -07:00
convert.h [svn] Extract timers to a separate file. 2005-04-07 14:37:22 -07:00
cookies.c [svn] Fix K&R incompatibilities reported by `gcc -Wtraditional'. 2005-05-03 08:24:30 -07:00
cookies.h [svn] New option --keep-session-cookies. 2003-11-04 16:11:33 -08:00
ftp-basic.c [svn] Don't xfree() the line returned by ftp_response if the returned code is not 2005-05-16 08:19:12 -07:00
ftp-ls.c [svn] Use the %d format to print port number, which is int. 2005-05-12 09:24:33 -07:00
ftp-opie.c [svn] Fixes by Christian Biere: 2004-01-27 17:02:26 -08:00
ftp.c [svn] Consistently print \n at the end of the "Length" line. 2005-05-16 05:41:29 -07:00
ftp.h [svn] Added NTLM support. 2005-04-06 13:42:22 -07:00
gen-md5.c [svn] Use high-resolution timers on Windows. 2005-03-20 02:41:46 -08:00
gen-md5.h [svn] Moved malloc-related code to xmalloc.c. Defined new macros xnew, xnew0, 2003-10-31 06:31:56 -08:00
getopt.c [svn] Add definitions of getopt_long and getopt_long_only to getopt.c. 2003-10-08 07:55:44 -07:00
getopt.h [svn] Remove warnings under Borland C. 2005-03-05 18:11:10 -08:00
gnu-md5.c [svn] Use Solaris's libmd5 when available. 2001-11-17 20:36:21 -08:00
gnu-md5.h [svn] Remove warnings under Borland C. 2005-03-05 18:11:10 -08:00
hash.c [svn] Remove unreachable "break" statements. 2005-04-28 06:52:02 -07:00
hash.h [svn] Improve built-in memory debugger. 2005-03-20 07:07:40 -08:00
host.c [svn] Announce the beginning and the end of the SSL handshake when in debug mode. 2005-05-14 12:36:30 -07:00
host.h [svn] Improve handling of numeric hosts when ENABLE_IPV6. 2005-03-04 11:21:02 -08:00
html-parse.c [svn] Documentation fix. 2005-03-19 09:25:44 -08:00
html-parse.h [svn] Use hash table for tag lookup in html-url.c and html-parse.c. 2003-10-09 08:01:58 -07:00
html-url.c [svn] Fix warnings reported by gcc -Wstrict-prototypes -Wmissing-prototypes. 2005-05-08 02:58:39 -07:00
http-ntlm.c [svn] *** empty log message *** 2005-05-10 14:16:53 -07:00
http-ntlm.h [svn] Added NTLM support. 2005-04-06 13:42:22 -07:00
http.c [svn] Would forget to close the connection when keep_alive was not used. 2005-05-14 12:24:22 -07:00
init.c [svn] Don't free the non-existent opt.ftp_acc. Free the SSL-related stuff. 2005-05-16 08:09:07 -07:00
init.h [svn] Propagate option name to init.c code so error messages mention the 2005-05-05 11:45:05 -07:00
log.c [svn] Update escnonprint documentation. 2005-05-15 06:15:08 -07:00
log.h [svn] Improve built-in memory debugger. 2005-03-20 07:07:40 -08:00
main.c [svn] Fix wording of --secure-protocol help text. 2005-05-06 08:50:50 -07:00
mswindows.c [svn] Renamed OVERFLOW and UNDERFLOW to INT64_OVERFLOW and INT64_UNDERFLOW. 2005-04-07 16:21:24 -07:00
mswindows.h [svn] Use high-resolution timers on Windows. 2005-03-20 02:41:46 -08:00
netrc.c [svn] Remove unnecessary assignments to silence warnings from Borland C. 2005-05-08 09:25:42 -07:00
netrc.h [svn] Update the license to include the OpenSSL exception. 2002-05-17 19:16:36 -07:00
openssl.c [svn] Announce the beginning and the end of the SSL handshake when in debug mode. 2005-05-14 12:36:30 -07:00
options.h [svn] Add the --user, --password, --ftp-user and --ftp-password options. 2005-04-27 14:30:22 -07:00
progress.c [svn] Fix K&R incompatibilities reported by `gcc -Wtraditional'. 2005-05-03 08:24:30 -07:00
progress.h [svn] Large file support added. Published in <87psyr6jn7.fsf@xemacs.org>. 2005-02-23 14:21:04 -08:00
ptimer.c [svn] Typo fix in comment. 2005-04-30 08:09:18 -07:00
ptimer.h [svn] Better selection of POSIX clocks. 2005-04-08 11:19:20 -07:00
recur.c [svn] Correct logic of check #6 in download_child_p. 2005-04-09 15:18:36 -07:00
recur.h [svn] Retired the `boolean' type. Renamed FREE_MAYBE to xfree_null and moved the 2003-11-02 11:56:37 -08:00
res.c [svn] Correctly pass pointers to hash_table_get_pair. 2005-05-10 12:07:57 -07:00
res.h [svn] Update the license to include the OpenSSL exception. 2002-05-17 19:16:36 -07:00
retr.c [svn] Reset the sleep_adjust limit value for new downloads. Fixes Debian bug 2005-05-05 02:48:08 -07:00
retr.h [svn] Improve built-in memory debugger. 2005-03-20 07:07:40 -08: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] Declare VALUE argument of fmtstr as const char *. 2005-04-17 09:53:55 -07:00
ssl.h [svn] Tell the user about --no-check-certificate. 2005-05-11 08:52:27 -07:00
sysdep.h [svn] Support human-readable file size printing. 2005-03-22 05:20:02 -08:00
url.c [svn] Fixed mkdirhier to make_directory in comment. 2005-05-16 10:30:07 -07:00
url.h [svn] Split off non-URL related stuff from url.c to convert.c. 2003-09-21 15:47:14 -07:00
utils.c [svn] *** empty log message *** 2005-05-06 04:03:21 -07:00
utils.h [svn] Added reordering of addresses to try IPv4 first and the associated 2005-04-24 13:00:19 -07:00
version.c [svn] Updated version to 1.10-beta1+cvs-dev. 2005-05-11 12:59:53 -07:00
wget.h [svn] Announce the beginning and the end of the SSL handshake when in debug mode. 2005-05-14 12:36:30 -07:00
xmalloc.c [svn] Announce the beginning and the end of the SSL handshake when in debug mode. 2005-05-14 12:36:30 -07:00
xmalloc.h [svn] Doc fix. 2005-04-10 17:41:20 -07:00