]> sjero.net Git - wget/history - src/ChangeLog
[svn] Don't preserve ".." at beginning of path.
[wget] / src / ChangeLog
2006-02-28 hniksic[svn] Don't preserve ".." at beginning of path.
2006-02-25 hniksic[svn] Only use FILE.N.html if FILE.html exists.
2006-02-09 hniksic[svn] Made thread_hnd non-static.
2006-02-05 hniksic[svn] Made [0.5*wait, 1.5*wait) the range of --random...
2006-02-03 hniksic[svn] Removed the SPRINTF_WGINT macro.
2006-02-03 hniksic[svn] Don't use sprintf for printing WGINT_MIN; simply...
2006-02-03 mtortonesi[svn] Implement correct parsing of HTTP Content-Disposi...
2006-02-02 hniksic[svn] Obtain the declaration of uintptr_t when standalone.
2006-02-02 hniksic[svn] Don't define countof if it's already defined.
2006-01-30 mtortonesi[svn] Commited new HTTP output format.
2005-12-07 mtortonesi[svn] Fixed pre-download verbose output which was broke...
2005-12-05 mtortonesi[svn] Better explanation of last change to HTTP code...
2005-11-23 mtortonesi[svn] Major refactoring of HTTP code. Added support...
2005-11-19 hniksic[svn] Use uintptr_t instead of unsigned long for intege...
2005-11-02 mtortonesi[svn] Improved support for unit testing
2005-10-27 mtortonesi[svn] Added basic support for unit testing
2005-10-13 mtortonesi[svn] Added Daniel's fix for remotely exploitable buffe...
2005-10-09 hniksic[svn] Removed gcc 4.0 warnings, by Russ Allberry.
2005-10-05 mtortonesi[svn] retr.c: Changed semantics of no_proxy_match.
2005-09-17 hniksic[svn] Don't print download summary if nothing has been...
2005-09-17 hniksic[svn] Change name of param.
2005-09-01 hniksic[svn] Introduce symbolic constants for "magic" values...
2005-08-27 hniksic[svn] Fix strtoll("0x", ptr, 0) to set *ptr to position...
2005-08-27 hniksic[svn] Simplify iteration over hash table entries.
2005-08-26 hniksic[svn] Use @datadir@. Define localedir as $(datadir...
2005-08-26 hniksic[svn] Tell OpenSSL to renegotiate automatically (mode...
2005-08-23 hniksic[svn] Use IP_INADDR_DATA.
2005-08-12 hniksic[svn] Renamed strtoll_return to strtoll_type.
2005-08-11 hniksic[svn] Switch to days when printing more than 48h rather...
2005-08-11 hniksic[svn] If strtoll is not present, check for strtoimax...
2005-08-10 hniksic[svn] Simplify the ip_address data union. Always use...
2005-08-09 hniksic[svn] Handle IPv4 addresses in inet_ntop.
2005-08-08 hniksic[svn] Don't read more than the amount of data specified...
2005-08-08 hniksic[svn] Don't free RESPLINE if ftp_response returns a...
2005-08-04 hniksic[svn] Remember the position of the previous token inste...
2005-07-08 hniksic[svn] Include process.h for getpid() declaration.
2005-07-08 hniksic[svn] Use vasprintf where available.
2005-07-08 hniksic[svn] Simplify rewrite_shorthand_url.
2005-07-07 hniksic[svn] Check for the validity of the presented X509...
2005-07-07 hniksic[svn] Print separate error messages for frequent X509...
2005-07-07 hniksic[svn] Only define symbols in config-compiler.h, don...
2005-07-06 hniksic[svn] Use strtoll on Windows if available (as with...
2005-07-06 hniksic[svn] Fully declare fnmatch.h.
2005-07-06 hniksic[svn] Unconditionally include <setjmp.h>.
2005-07-06 hniksic[svn] New option --ignore-case for case-insensitive...
2005-07-06 hniksic[svn] Make timers measure seconds directly, not millise...
2005-07-06 hniksic[svn] Allow null MESSAGE.
2005-07-05 hniksic[svn] Handle years after 2099.
2005-07-05 hniksic[svn] Remove unused variable.
2005-07-05 hniksic[svn] A new timegm implementation.
2005-07-05 hniksic[svn] Add GnuTLS support.
2005-07-04 hniksic[svn] Don't print write error message twice.
2005-07-04 hniksic[svn] Only allocate an error string on actual error.
2005-07-04 hniksic[svn] Prefix pointer value with 0x.
2005-07-04 hniksic[svn] Simplify NEXT_BASE64_CHAR.
2005-07-04 hniksic[svn] Don't tolerate non-base64 non-whitespace characte...
2005-07-04 hniksic[svn] Make last_tick unsigned.
2005-07-04 hniksic[svn] Updated alloca declaration.
2005-07-04 hniksic[svn] Separate SSL error messages with "; ".
2005-07-03 hniksic[svn] Correctly print SSL errors.
2005-07-03 hniksic[svn] Also wrap accept() and listen() on Windows.
2005-07-03 hniksic[svn] In uri_merge, skip separators appropriate for...
2005-07-02 hniksic[svn] Don't include connect.h.
2005-07-02 hniksic[svn] Remove extraneous include of netdb.h.
2005-07-02 hniksic[svn] Improve ChangeLog entry.
2005-07-02 hniksic[svn] Correctly skip error message body for keep-alive...
2005-07-02 hniksic[svn] Fix fragments crash. Support fragments for FTP...
2005-07-02 hniksic[svn] Remove "CVS" from version number.
2005-07-02 hniksic[svn] Display smaller download rate numbers with more...
2005-07-01 hniksic[svn] Minor improvements to fd_read_hunk.
2005-07-01 hniksic[svn] Fix URL parsing bugs.
2005-07-01 hniksic[svn] Don't refer to the non-existent -nr option.
2005-06-30 hniksic[svn] Renamed "pretty_print_address" to "print_address".
2005-06-30 hniksic[svn] Explicitly document all cases when generating...
2005-06-30 hniksic[svn] Implement inet_ntop on Windows.
2005-06-30 hniksic[svn] Remove unused variable row_qty.
2005-06-30 hniksic[svn] Check for both SIGUSR1 and SIGHUP before using...
2005-06-29 hniksic[svn] Unconditionally include locale.h.
2005-06-29 hniksic[svn] Include sys/time.h to get struct timeval.
2005-06-29 hniksic[svn] Remove obsolete definition of with_thousand_seps_sum.
2005-06-29 hniksic[svn] Unconditionally include limits.h.
2005-06-28 hniksic[svn] Use *rand48 where available.
2005-06-28 hniksic[svn] Include ETA information in dot progress.
2005-06-28 hniksic[svn] Remove bogus entry.
2005-06-28 hniksic[svn] Fix parsing alphanumerics in .wgetrc.
2005-06-28 hniksic[svn] Remove unnecessary casts.
2005-06-28 hniksic[svn] Document print_percentage.
2005-06-28 hniksic[svn] Delete trailing newlines from LIST output when...
2005-06-27 hniksic[svn] Remove superfluous includes and document existing...
2005-06-27 hniksic[svn] Amend alloca declaration.
2005-06-27 hniksic[svn] Force thousand sep to . rather than " " when...
2005-06-27 hniksic[svn] Move extern declarations to .h files.
2005-06-27 hniksic[svn] Make cookies_now static.
2005-06-27 hniksic[svn] Remove intermediary cast.
2005-06-27 hniksic[svn] Use the system-provided fnmatch by default.
2005-06-27 hniksic[svn] Check for timegm and use it where available.
2005-06-27 hniksic[svn] Correctly query the old locale value.
2005-06-27 hniksic[svn] Don't #define alloca under MinGW32.
2005-06-27 hniksic[svn] Force the use of separators in C locale.
2005-06-27 hniksic[svn] Set all locale categories.
next