]> sjero.net Git - wget/history - src/ChangeLog
[svn] Rewrite parsing and handling of URLs.
[wget] / src / ChangeLog
2001-11-22 hniksic[svn] Rewrite parsing and handling of URLs.
2001-11-21 hniksic[svn] Split the copyright notice for easier translation.
2001-11-20 hniksic[svn] Support the SIZE command.
2001-11-20 hniksic[svn] Don't use the now-obsolete TYPE variable.
2001-11-19 hniksic[svn] Handle shorthands in proxy URLs.
2001-11-19 hniksic[svn] Remove --wait/--waitretry compatibility code.
2001-11-19 hniksic[svn] Rewrite shorthand URLs in a step separate from...
2001-11-19 hniksic[svn] Clean up handling of schemes.
2001-11-18 hniksic[svn] Don't list all the "known" (but unsupported)...
2001-11-18 hniksic[svn] Don't compile getopt.c on systems that already...
2001-11-18 hniksic[svn] Use Solaris's libmd5 when available.
2001-11-18 hniksic[svn] Initialize vars to appease the compiler.
2001-11-18 hniksic[svn] Prettier printing of HTTP headers.
2001-11-18 hniksic[svn] Plug in new implementation of RES.
2001-11-18 hniksic[svn] *** empty log message ***
2001-11-16 hniksic[svn] Ignore trailing whitespace in header_extract_number.
2001-11-16 hniksic[svn] Process attributes in order in which they appear...
2001-11-16 hniksic[svn] Don't call rate() with bogus data.
2001-11-16 hniksic[svn] Use 0x22 instead of '"' or '\"'.
2001-11-16 hniksic[svn] Applied Christian Fraenkel's patch from <3BAF5B30...
2001-11-16 hniksic[svn] Applied Chris Seawood's patch for compilation...
2001-11-16 hniksic[svn] Applied Edward Sabol's patch from
2001-11-16 hniksic[svn] Support XML-style empty tags.
2001-06-26 hniksic[svn] Check for do_realloc_newsize in loop condition...
2001-06-26 hniksic[svn] Fix access violation bug in DO_REALLOC_FROM_ALLOCA.
2001-06-18 hniksic[svn] Allow more characters in attribute name.
2001-06-18 hniksic[svn] Make sure that slashes don't sneak in as part...
2001-06-14 hniksic[svn] After canonicalizing the URL, check for its exist...
2001-06-14 hniksic[svn] Search netrc with the proper host name, not the...
2001-06-14 hniksic[svn] Define MAP_FAILED if it's missing.
2001-06-09 janp[svn] Provide correct prototype for ftp_parse_ls()...
2001-06-04 hniksic[svn] Increase version to 1.7.
2001-06-03 hniksic[svn] ftp-ls.c typo fix by Karl Eichwalder.
2001-05-27 hniksic[svn] Update copyright notices.
2001-05-26 hniksic[svn] Released 1.7-pre1.
2001-05-26 hniksic[svn] Commit administrative changes in preparation...
2001-05-14 hniksic[svn] Don't include <sys/time.h> here.
2001-05-14 hniksic[svn] Make sure cookie code works with the real URL...
2001-05-12 hniksic[svn] Commit several minor changes:
2001-05-11 hniksic[svn] Before concluding that the file is already fully...
2001-05-09 hniksic[svn] Minor cookie fixes. Published in <sxsheyu9yp6...
2001-05-08 hniksic[svn] Make sure hstat.no_truncate gets properly initial...
2001-05-07 hniksic[svn] Avoid useless file_exists_p. Published in
2001-05-02 janp[svn] Correct the conversion of month entries for NT...
2001-04-30 hniksic[svn] Zero out SIN before using it.
2001-04-29 hniksic[svn] Refuse to download files from scratch if `-c...
2001-04-29 hniksic[svn] Make `--cookies' respect its arg.
2001-04-29 hniksic[svn] Change default anonymous FTP password to "-wget@".
2001-04-28 hniksic[svn] Use alloca to allocate filename_plus_orig_suffix.
2001-04-28 hniksic[svn] Commit various HTTP fixes.
2001-04-27 hniksic[svn] Send the no-cache directive when required regardl...
2001-04-27 hniksic[svn] Improve documentation of mktime_from_utc.
2001-04-27 hniksic[svn] Punish the *use* of ctype macros, rather than...
2001-04-26 hniksic[svn] Treat empty proxy environment vars as unset.
2001-04-25 hniksic[svn] Fix loading of cookies.
2001-04-25 hniksic[svn] Cosmetic change in DIGITS_* macros.
2001-04-25 hniksic[svn] Applied Roger Beeman's mktime_from_utc fix publis...
2001-04-25 hniksic[svn] Reimplemented UNSAFE_CHAR and RESERVED_CHAR.
2001-04-24 hniksic[svn] New timer functions. Published in <sxs8zkp28vk...
2001-04-24 hniksic[svn] Rewritten long_to_string. The new version favors...
2001-04-23 hniksic[svn] Print download rate even when percentages are...
2001-04-23 hniksic[svn] Write percentages when the length is authoritative.
2001-04-14 hniksic[svn] Improve performance of grow_hash_table.
2001-04-14 hniksic[svn] Various url.c-related changes.
2001-04-13 hniksic[svn] Minor -Wall-induced fixes. Also, skip_url is...
2001-04-13 hniksic[svn] Commit various hash table changes:
2001-04-12 hniksic[svn] Declare hash_table_get_pair and hash_table_count.
2001-04-12 hniksic[svn] Declare http_atotm().
2001-04-12 hniksic[svn] Use octal constants.
2001-04-12 hniksic[svn] "Support DESTDIR when installing.
2001-04-12 hniksic[svn] Make seconds optional in VMS time specification.
2001-04-11 hniksic[svn] Fix retrieval of directories when initial CWD...
2001-04-10 janp[svn] Make the AM/PM fix more efficient.
2001-04-10 hniksic[svn] Implement better sorting and matching of cookies.
2001-04-09 hniksic[svn] Rewrite SSL #ifdef for better indentation.
2001-04-09 hniksic[svn] Fix recursive FTP retrieval so that
2001-04-08 hniksic[svn] Implement tilde-expansion in file name arguments of
2001-04-08 hniksic[svn] Added support for cookies.
2001-04-08 janp[svn] ftp-ls.c (ftp_parse_winnt_ls): The AM/PM change...
2001-04-08 janp[svn] ChangeLog: Removed an excess conflict marker...
2001-04-08 hniksic[svn] New function hash_table_count.
2001-04-06 hniksic[svn] Do the namespace tweaks only on systems we know...
2001-04-06 hniksic[svn] Include string.h.
2001-04-06 hniksic[svn] Specify "compilation environment" that works...
2001-04-06 hniksic[svn] Prepend literal newline with `\n\' inside quoted...
2001-04-06 hniksic[svn] Remove VERY_LONG_FORMAT. Instead, define functio...
2001-04-04 hniksic[svn] parse_uname() Would run past the end of the strin...
2001-04-03 hniksic[svn] Fix support for rfc850 time recognition on system...
2001-04-03 hniksic[svn] Small cleanup of mswindows.c by Paul Bludov.
2001-04-03 hniksic[svn] Remove stray conflict marker.
2001-04-03 hniksic[svn] Make `-c' and `-O' work together.
2001-04-01 hniksic[svn] Handle trailing whitespace in .netrc. Published in
2001-04-01 hniksic[svn] Fix memory allocation in cmd_address().
2001-04-01 hniksic[svn] Wget was ignoring an error when getting a directo...
2001-04-01 hniksic[svn] Make sure -C is recognized.
2001-04-01 hniksic[svn] Make sure -c doesn't truncate the file.
2001-04-01 hniksic[svn] Don't clear dl_file_url_map and dl_url_file_map...
2001-03-31 hniksic[svn] Oops! Fix braino in recur.c -- clear the hash...
2001-03-31 hniksic[svn] Committed my patch that makes HTTP code close...
2001-03-31 hniksic[svn] Record downloaded files and downloaded HTML files...
next