]> sjero.net Git - wget/history - src/ChangeLog
[svn] Introduce non-strict comment parsing.
[wget] / src / ChangeLog
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.
2002-03-20 abbotti[svn] Dependcies update for src/mswindows.c.
2002-03-18 abbotti[svn] Don't include netdb.h on windows.
2002-02-19 hniksic[svn] Handle starting URL of recursing download being...
2002-02-19 hniksic[svn] (DO_REALLOC_FROM_ALLOCA): Multiply with sizeof...
2002-02-19 hniksic[svn] Only include Unix-specific includes #ifndef WINDOWS.
2002-02-19 hniksic[svn] Follow https links from http.
2002-02-19 hniksic[svn] Add the necessary includes for compilation under...
2002-02-19 hniksic[svn] when -c used, mark already fully retrieved file...
2002-02-19 hniksic[svn] Don't treat '?' as a query string separator when...
2002-02-01 hniksic[svn] Don't crash on <meta http-equiv=refresh>.
2002-01-31 hniksic[svn] Enable compilation on Windows.
2002-01-30 hniksic[svn] Remove redirection cycle detection.
2002-01-26 hniksic[svn] Wrap numeric IPv6 addresses in square brackets...
2002-01-26 hniksic[svn] Allow all hex digits in IPv6 IP addresses.
2002-01-26 hniksic[svn] Allow IPv6 numeric addresses in URLs.
2002-01-25 hniksic[svn] Various IPv6 fixes.
2002-01-24 hniksic[svn] Fix some IPv6-related problems.
2002-01-24 hniksic[svn] Commit IPv6 support by Thomas Lussnig.
2002-01-17 hniksic[svn] Make -P work on Windows.
2002-01-17 hniksic[svn] Skip initial whitespace before testing for EOL.
2002-01-15 hniksic[svn] select the file descriptor only if no data is...
2002-01-14 hniksic[svn] Strip trailing whitespace in header_process().
next