]> sjero.net Git - wget/shortlog
wget
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] Add link from download options to Proxies node...
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-05 hniksic[svn] Additional M4 quoting by Maciej.
2003-09-04 hniksic[svn] New option --retry-connrefused from Ahmod Dancy.
2003-09-04 hniksic[svn] *** empty log message ***
2003-09-04 hniksic[svn] Allow use of Autoconf 2.5x.
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-06-15 hniksic[svn] Respect the MAKE environment variable.
2002-05-30 hniksic[svn] New file.
2002-05-28 hniksic[svn] New version from The TP.
2002-05-27 abbotti[svn] Define WGET_USE_STDARG in windows/config.h.bor.
2002-05-27 hniksic[svn] Allow almost any character in attribute/tag names.
2002-05-27 hniksic[svn] Add the OpenSSL exception.
2002-05-25 hniksic[svn] Default to `-r HEAD' rather than `-D now'.
2002-05-25 hniksic[svn] Bump version to 1.9-beta. 1.8.1+cvs no longer...
2002-05-24 hniksic[svn] Fall back to dot progress if the terminal type...
2002-05-21 hniksic[svn] Use test ! -f foo instead of ! test -f foo.
2002-05-21 hniksic[svn] Work off /tmp. When done, move the distribution...
2002-05-21 hniksic[svn] Use `cvs export' instead of `cvs checkout'.
2002-05-20 hniksic[svn] Don't #define __STDC__ against the compiler's...
2002-05-18 hniksic[svn] License exception, yadda yadda...
2002-05-18 hniksic[svn] Update the license to include the OpenSSL exception.
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-24 hniksic[svn] Update the documentation on RES.
2002-04-23 abbotti[svn] Fix broken MSVC compile.
2002-04-22 hniksic[svn] Various changes.
2002-04-21 hniksic[svn] Consistently translate invalid as neispravan.
2002-04-21 hniksic[svn] Fix matching of cookie domains.
2002-04-21 hniksic[svn] Indentation change.
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-21 hniksic[svn] Remove needless level of indentation.
2002-04-20 hniksic[svn] Cookie interface and implementation changes
2002-04-20 hniksic[svn] Install update from TP.
2002-04-19 hniksic[svn] Keep the commands list in sort order!
2002-04-19 hniksic[svn] Minor changes.
2002-04-16 hniksic[svn] Added Ian and Thomas.
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-16 hniksic[svn] New TODO item.
2002-04-16 hniksic[svn] Mark VERSION as 1.8.1+cvs.
2002-04-15 hniksic[svn] When downloading recursively, don't ignore reject...
2002-04-15 hniksic[svn] Correctly document that the bar display is the...
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] New TODO item.
2002-04-15 hniksic[svn] Update .po files from the TP.
2002-04-15 hniksic[svn] Update fuzzy translations.
2002-04-15 hniksic[svn] Updated from sources.
2002-04-15 hniksic[svn] Changed `Project-Id' to just "wget".
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] Document `--limit-rate'.
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] Removed pre-compiled header options.
2002-04-12 abbotti[svn] Account for Borland not defining __STDC__ when...
2002-04-12 abbotti[svn] Specify libtool mode explicitly when linking.
2002-04-12 hniksic[svn] Update copyright years.
2002-04-12 hniksic[svn] Add stuff for 1.9.
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] Warn against specifying passwords on the command...
2002-04-10 hniksic[svn] Remove the OPTIONS_DEFINED_HERE kludge.
2002-04-10 hniksic[svn] Revert to calculating ETA based on average downlo...
next