]> sjero.net Git - wget/history - src/ChangeLog
[svn] Fixes to support out of the box compilation on various Windows compilers.
[wget] / src / ChangeLog
2003-09-25 hniksic[svn] Fixes to support out of the box compilation on...
2003-09-25 hniksic[svn] Fix oversight in escape handling.
2003-09-23 hniksic[svn] Force printing of ETA at the end of download.
2003-09-23 hniksic[svn] Remove .libs directory when cleaning up.
2003-09-23 hniksic[svn] Fix a bug when loading cookies. Don't ignore...
2003-09-22 hniksic[svn] Indicate where the download has started in progre...
2003-09-22 hniksic[svn] If hash/test functions aren't given, default...
2003-09-22 hniksic[svn] Fix broken cast of BIT to unsigned char.
2003-09-22 hniksic[svn] Modified path_simplify not to rely on extensive...
2003-09-21 hniksic[svn] Split off non-URL related stuff from url.c to...
2003-09-21 hniksic[svn] Improved init.c error messages.
2003-09-21 hniksic[svn] path_simplify would read two bytes past the end...
2003-09-21 hniksic[svn] Treat xhtml files just like regular html.
2003-09-21 hniksic[svn] Enabled separation of different timeout values.
2003-09-21 hniksic[svn] Adjust bandwidth limitation sleep for the error...
2003-09-21 hniksic[svn] Make errors in command-line options fatal.
2003-09-20 hniksic[svn] Allow decimal values for --timeout, --wait, and...
2003-09-20 hniksic[svn] Cosmetic fixes.
2003-09-20 hniksic[svn] Minor fixes and cosmetic changes.
2003-09-19 hniksic[svn] Default dir_prefix to NULL rather than ".".
2003-09-19 hniksic[svn] Cosmetic change.
2003-09-19 hniksic[svn] Renamed wget.h XDIGIT-related macros to (hopefull...
2003-09-19 hniksic[svn] Introduce non-strict comment parsing.
2003-09-18 hniksic[svn] Add support for OS/400 ftp server.
2003-09-18 hniksic[svn] Call ssl_iread with the correct arguments.
2003-09-18 hniksic[svn] Don't #define ctype.h macros to errors.
2003-09-17 hniksic[svn] Undef U, W, C after use.
2003-09-17 hniksic[svn] Improved --restrict-file-names to accept ",nocont...
2003-09-17 hniksic[svn] Made sync_path more resilient to pathological...
2003-09-16 hniksic[svn] Allow unique_name to return the FILE argument...
2003-09-16 hniksic[svn] Work around VC's inability to cast unsigned __int...
2003-09-15 hniksic[svn] Have `make clean' also delete the core.<number...
2003-09-15 hniksic[svn] Don't pad shrunk POST'ed files.
2003-09-15 hniksic[svn] Improved --limit-rate for small bandwidths.
2003-09-15 hniksic[svn] Update progress code to use higher timer resolution.
2003-09-15 hniksic[svn] Implement xdigit_to_xchar more efficiently.
2003-09-15 hniksic[svn] Another version of parse_set_cookies, along with...
2003-09-15 hniksic[svn] Made strpbrk_or_eos a macro under Gcc.
2003-09-15 hniksic[svn] Allow trailing whitespace in Set-Cookies. Also...
2003-09-14 hniksic[svn] New mechanism for quoting file names.
2003-09-13 hniksic[svn] Fixed a long-standing bug in the timer code that...
2003-09-10 hniksic[svn] Print the result of DNS lookup.
2003-09-10 hniksic[svn] Allow --foo=yes/no in addition to --foo=on/off.
2003-09-10 hniksic[svn] New option --dns-cache.
2003-09-09 hniksic[svn] IPv6 configure auto-detection.
2003-09-09 hniksic[svn] Return an error from url_parse if the IP address...
2003-09-05 hniksic[svn] Add proper detection of numeric IPv6 addresses.
2003-09-04 hniksic[svn] New option --retry-connrefused from Ahmod Dancy.
2003-01-11 abbotti[svn] Fix for FTP directory traversal vulnerability...
2002-08-03 hniksic[svn] Fix off-by-one error in cmd_file.
2002-07-24 hniksic[svn] Check whether downloaded_html_set is non-NULL...
2002-05-27 hniksic[svn] Allow almost any character in attribute/tag names.
2002-05-24 hniksic[svn] Fall back to dot progress if the terminal type...
2002-05-20 hniksic[svn] Don't #define __STDC__ against the compiler's...
2002-05-18 hniksic[svn] Minor optimization of prime_size.
2002-05-16 abbotti[svn] (download_child_p): Minor optimization to avoid...
2002-05-16 abbotti[svn] New function schemes_are_similar_p to test enumer...
2002-05-14 abbotti[svn] Don't ftruncate standard output.
2002-05-09 abbotti[svn] Synched strptime with glibc 2.1.3.
2002-05-08 hniksic[svn] Allow match_tail to be case insensitive.
2002-05-07 abbotti[svn] Do not store discarded cookie after it is delected.
2002-04-21 hniksic[svn] Fix matching of cookie domains.
2002-04-21 hniksic[svn] Implement several SSL features.
2002-04-21 hniksic[svn] Revert order of check number 6 in download_child_...
2002-04-20 hniksic[svn] Cookie interface and implementation changes
2002-04-19 hniksic[svn] Keep the commands list in sort order!
2002-04-16 hniksic[svn] Remove stray conflict marker.
2002-04-16 hniksic[svn] Correctly merge DOS-like absolute directories.
2002-04-16 hniksic[svn] If content-type is not given, assume text/html.
2002-04-15 hniksic[svn] When downloading recursively, don't ignore reject...
2002-04-15 abbotti[svn] Updated several dependencies for object files...
2002-04-15 abbotti[svn] Updated dependencies of connect$o to include...
2002-04-15 abbotti[svn] Fix broken Windows builds due to the xxx_with_tim...
2002-04-15 hniksic[svn] Extend the timeout to DNS lookups.
2002-04-14 hniksic[svn] Have number_to_string handle the case when number...
2002-04-14 hniksic[svn] Use a marginally faster implementation of binary...
2002-04-14 hniksic[svn] Document `--post-data' and `--post-file'.
2002-04-14 hniksic[svn] Minor cleanup of iread/iwrite.
2002-04-14 hniksic[svn] Add the POST method.
2002-04-13 hniksic[svn] Generalize connect_with_timeout into run_with_tim...
2002-04-13 hniksic[svn] Support FWTK-style proxies.
2002-04-12 hniksic[svn] Remove stray conflict marker.
2002-04-12 hniksic[svn] Only define _VA_LIST when compiling with gcc.
2002-04-12 abbotti[svn] Compensate for MS Windows two-second granularity...
2002-04-12 abbotti[svn] Use new function to test filename for common...
2002-04-12 hniksic[svn] Define _VA_LIST to prevent Solaris stdio.h from...
2002-04-12 abbotti[svn] Specify libtool mode explicitly when linking.
2002-04-12 hniksic[svn] Implement connect timeout.
2002-04-11 hniksic[svn] Use stdarg only if compiling with an ANSI C compiler.
2002-04-11 hniksic[svn] Don't allow initial_length to exceed total_length.
2002-04-11 hniksic[svn] Convert URLs in <form action=...>.
2002-04-11 hniksic[svn] Allow Wget to be compiled with a K&R compiler.
2002-04-11 hniksic[svn] Make sure directory and file names are encoded...
2002-04-10 hniksic[svn] Remove the OPTIONS_DEFINED_HERE kludge.
2002-04-10 hniksic[svn] Revert to calculating ETA based on average downlo...
2002-04-10 hniksic[svn] Keep updating a subinterval until it reaches...
2002-04-09 hniksic[svn] Print the current download speed, rather than...
2002-04-09 abbotti[svn] Fix for Borland's broken (on Win9X) `utime' function.
2002-04-08 hniksic[svn] Propagate the result of ftp_retrieve_glob to...
2002-03-26 abbotti[svn] Updated several dependencies for object files.
next