]> sjero.net Git - wget/shortlog
wget
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...
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] windows/wget.dep: Updated several dependencies...
2002-03-26 abbotti[svn] Updated several dependencies for object files.
2002-03-20 abbotti[svn] Removed conditional cruft in windows/config.h...
2002-03-20 abbotti[svn] Dependcies update for src/mswindows.c.
2002-03-19 abbotti[svn] Migrated Borland compiler support to the free...
2002-03-18 abbotti[svn] Don't include netdb.h on windows.
2002-03-13 abbotti[svn] Renamed configure.bat to configure.bat.in.
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] *** empty log message ***
next