wget/src
hniksic f567bec34c [svn] Improved command line option processing, introduced boolean options. 2003-11-06 12:20:43 -08:00
..
ChangeLog-branches [svn] New file. 2003-10-31 07:27:29 -08:00
ChangeLog [svn] Improved command line option processing, introduced boolean options. 2003-11-06 12:20:43 -08:00
Makefile.in [svn] Delete config.h.in from `make realclean'. 2003-11-04 08:06:25 -08:00
alloca.c [svn] Initial revision 1999-12-01 23:42:23 -08:00
ansi2knr.c [svn] Update ansi2knr.c and ansi2knr.1. 2003-10-04 03:34:10 -07:00
cmpt.c [svn] New function xsleep that resumes sleeps interrupted by signals 2003-11-03 13:57:04 -08:00
config-post.h [svn] New file. 2003-11-04 08:06:38 -08:00
connect.c [svn] Free INFO even if it doesn't register a closer. 2003-11-05 17:15:44 -08:00
connect.h [svn] Get rid of ssl_iread/ssl_iwrite. Have the SSL code register its 2003-11-05 17:12:03 -08:00
convert.c [svn] Retired the `boolean' type. Renamed FREE_MAYBE to xfree_null and moved the 2003-11-02 11:56:37 -08:00
convert.h [svn] Don't descend into HTML that was downloaded by following <img src=...> 2003-10-10 07:25:10 -07:00
cookies.c [svn] New option --keep-session-cookies. 2003-11-04 16:11:33 -08:00
cookies.h [svn] New option --keep-session-cookies. 2003-11-04 16:11:33 -08:00
ftp-basic.c [svn] Get rid of ssl_iread/ssl_iwrite. Have the SSL code register its 2003-11-05 17:12:03 -08:00
ftp-ls.c [svn] Retired the `boolean' type. Renamed FREE_MAYBE to xfree_null and moved the 2003-11-02 11:56:37 -08:00
ftp-opie.c [svn] Document the Opie code better. Use uint32_t instead of unsigned long 2003-11-01 08:36:43 -08:00
ftp.c [svn] Get rid of ssl_iread/ssl_iwrite. Have the SSL code register its 2003-11-05 17:12:03 -08:00
ftp.h [svn] Document the Opie code better. Use uint32_t instead of unsigned long 2003-11-01 08:36:43 -08:00
gen-md5.c [svn] Update the license to include the OpenSSL exception. 2002-05-17 19:16:36 -07: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
gen_sslfunc.c [svn] Improve SSL code. Only initialize PRNG when needed. 2003-11-06 05:06:59 -08:00
gen_sslfunc.h [svn] Improve SSL code. Only initialize PRNG when needed. 2003-11-06 05:06:59 -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] Initial revision 1999-12-01 23:42:23 -08:00
gnu-md5.c [svn] Use Solaris's libmd5 when available. 2001-11-17 20:36:21 -08:00
gnu-md5.h [svn] Use Solaris's libmd5 when available. 2001-11-17 20:36:21 -08:00
hash.c [svn] Get rid of ssl_iread/ssl_iwrite. Have the SSL code register its 2003-11-05 17:12:03 -08:00
hash.h [svn] Get rid of ssl_iread/ssl_iwrite. Have the SSL code register its 2003-11-05 17:12:03 -08:00
headers.c [svn] Update the license to include the OpenSSL exception. 2002-05-17 19:16:36 -07:00
headers.h [svn] Update the license to include the OpenSSL exception. 2002-05-17 19:16:36 -07:00
host.c [svn] Use autoheader to generate config.h.in. 2003-11-04 07:28:18 -08:00
host.h [svn] Don't take the address of in.s_addr because that doesn't work on some 2003-11-02 15:48:45 -08:00
html-parse.c [svn] Added undefs for FITS and SKIP_SEMI macros. 2003-11-02 08:48:40 -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] Abort on xfree(NULL). 2003-11-02 13:12:49 -08:00
http.c [svn] Improve SSL code. Only initialize PRNG when needed. 2003-11-06 05:06:59 -08:00
init.c [svn] Improved command line option processing, introduced boolean options. 2003-11-06 12:20:43 -08:00
init.h [svn] Make errors in command-line options fatal. 2003-09-20 17:41:49 -07:00
log.c [svn] Renamed logvprintf to log_vprintf_internal. 2003-11-03 12:08:46 -08:00
log.h [svn] Retired the `boolean' type. Renamed FREE_MAYBE to xfree_null and moved the 2003-11-02 11:56:37 -08:00
main.c [svn] Improved command line option processing, introduced boolean options. 2003-11-06 12:20:43 -08:00
mswindows.c [svn] New function xsleep that resumes sleeps interrupted by signals 2003-11-03 13:57:04 -08:00
mswindows.h [svn] Get rid of ssl_iread/ssl_iwrite. Have the SSL code register its 2003-11-05 17:12:03 -08:00
netrc.c [svn] Retired the `boolean' type. Renamed FREE_MAYBE to xfree_null and moved the 2003-11-02 11:56:37 -08:00
netrc.h [svn] Update the license to include the OpenSSL exception. 2002-05-17 19:16:36 -07:00
options.h [svn] New option --keep-session-cookies. 2003-11-04 16:11:33 -08:00
progress.c [svn] Only set a flag in the SIGWINCH handler. 2003-11-04 05:37:14 -08:00
progress.h [svn] Update progress code to use higher timer resolution. 2003-09-15 14:14:15 -07:00
rbuf.c [svn] Get rid of ssl_iread/ssl_iwrite. Have the SSL code register its 2003-11-05 17:12:03 -08:00
rbuf.h [svn] Get rid of ssl_iread/ssl_iwrite. Have the SSL code register its 2003-11-05 17:12:03 -08:00
recur.c [svn] Retired the `boolean' type. Renamed FREE_MAYBE to xfree_null and moved the 2003-11-02 11:56:37 -08: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] Retired the `boolean' type. Renamed FREE_MAYBE to xfree_null and moved the 2003-11-02 11:56:37 -08:00
res.h [svn] Update the license to include the OpenSSL exception. 2002-05-17 19:16:36 -07:00
retr.c [svn] Get rid of ssl_iread/ssl_iwrite. Have the SSL code register its 2003-11-05 17:12:03 -08:00
retr.h [svn] Remove VERY_LONG_TYPE; use LARGE_INT instead. Remove special code 2003-10-11 06:57:11 -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] Also check for short for int32_t. 2003-10-11 05:41:13 -07:00
sysdep.h [svn] Get rid of ssl_iread/ssl_iwrite. Have the SSL code register its 2003-11-05 17:12:03 -08:00
url.c [svn] Retired the `boolean' type. Renamed FREE_MAYBE to xfree_null and moved the 2003-11-02 11:56:37 -08: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] New option --keep-session-cookies. 2003-11-04 16:11:33 -08:00
utils.h [svn] New function xsleep that resumes sleeps interrupted by signals 2003-11-03 13:57:04 -08:00
version.c [svn] Bump version. 2003-10-23 05:33:26 -07:00
wget.h [svn] Don't parenthesize argument to N_. 2003-11-02 16:28:53 -08:00
xmalloc.c [svn] Abort on xfree(NULL). 2003-11-02 13:12:49 -08:00
xmalloc.h [svn] Revert DEBUG_MALLOC to undefined. 2003-11-02 13:15:57 -08:00