]> sjero.net Git - wget/history - src/ChangeLog
Merge with mainline
[wget] / src / ChangeLog
2007-10-03 Micah CowanMerge with mainline
2007-10-03 Micah CowanAdded changelog entries.
2007-10-03 Micah CowanDates as well as times in output timestamps
2007-09-28 Micah CowanMerge from mainline
2007-09-28 Micah CowanGisle's MS-DOS support
2007-09-25 micah[svn] Apply Jochen's patch to stop local size always...
2007-09-25 Micah CowanApply patch to fix always reporting local size of zero.
2007-08-30 micah[svn] Removed the visited_url function.
2007-08-30 micah[svn] Fix #20894: URL comparisons should not compare...
2007-08-30 micah[svn] Fix #20811: Assertion failure with --spider ...
2007-08-30 micah[svn] Fix #20747: Wget was returning error for non...
2007-08-30 micah[svn] Backing out constification of SSL_METHOD *meth.
2007-08-30 micah[svn] Fix #20323 - Adjustments and tests for when HEAD...
2007-08-30 micah[svn] Fix #20322 - Use timestamp from most recent response.
2007-08-27 micah[svn] Modification of patch to recur.c
2007-08-27 micah[svn] Make run_with_timeout align with its declaration...
2007-08-27 micah[svn] Leave out unused static function definitions...
2007-08-27 micah[svn] Various small fixes, courtesy of Gisle Vanem...
2007-08-27 micah[svn] Workaround lack of ngettext.
2007-08-26 micah[svn] Added spider.c to POTFILES.in; fixed use of gette...
2007-08-23 yurimxpxman[svn] spider.c (in_url_list_p): removed the bool verbos...
2007-08-16 micah[svn] Fix #20748: fix test usage wrt zero-termination...
2007-08-16 micah[svn] Fix #20736: wget.m4 adjustments (m4 quotation)
2007-08-16 micah[svn] Fix #20735: == not = in url_string
2007-08-08 micah[svn] Fix for #20659 - Content-Disposition off by default.
2007-07-31 micah[svn] Fix for bug #20512: Don't abort for negative...
2007-07-30 micah[svn] Fix for bug #20296: User:pass@ given in Referer...
2007-07-30 micah[svn] Fix for bug #20299: Basic auth creds sent before...
2007-07-29 micah[svn] Merging fix #20499: MAX_REDIRECTIONS should be...
2007-07-29 micah[svn] Applying fix #20430: Making tests more verbose.
2007-07-11 micah[svn] Backing out incomplete changes for bug 20323...
2007-07-10 micah[svn] Merge of fix for bugs 20341 and 20410.
2007-07-03 mtortonesi[svn] Skip HEAD request and start immediately with...
2007-02-02 hniksic[svn] Escape non-printable characters in server response.
2007-02-02 hniksic[svn] Fix build problems with DEBUG_MALLOC.
2007-01-23 hniksic[svn] Would discard cookies with unparsable expiry...
2007-01-23 hniksic[svn] Check for overflow when calculating ETA.
2007-01-09 mtortonesi[svn] Get rid of a gcc warning about strict-aliasing...
2007-01-09 mtortonesi[svn] Fixed segfault if response text is missing
2006-12-29 mtortonesi[svn] Several Windows-related changes.
2006-12-27 mtortonesi[svn] Fix -P in case HTTP Content-Disposition header...
2006-11-21 hniksic[svn] Fixed problem with recursive FTP retrieval.
2006-10-18 hniksic[svn] Would incorrectly skip changing working directory...
2006-10-12 mtortonesi[svn] Fixed broken -E -k -K mode.
2006-08-28 mtortonesi[svn] #include'd spider.h to get rid of compiler warnings.
2006-08-24 mtortonesi[svn] Several fixes for recursive spider mode.
2006-08-21 mtortonesi[svn] Fixed a timestamping related bug in HTTP downloads.
2006-08-17 mtortonesi[svn] Fix broken -c in new HTTP code.
2006-08-08 hniksic[svn] Avoid code repetition between time_str and dateti...
2006-07-21 hniksic[svn] Fix ordering of the command array.
2006-07-14 mtortonesi[svn] Added sanity checks for -k, -p, -r and -N when...
2006-07-10 hniksic[svn] Mark DEL (0x7f) as a control character and |...
2006-06-28 mtortonesi[svn] Fixes for recursive spider mode.
2006-06-26 hniksic[svn] Allow 64-bit wgint without LFS.
2006-06-26 hniksic[svn] Don't assume that strtoll_type is 64 bits wide...
2006-06-21 hniksic[svn] Cast void pointer to char * before doing arithmet...
2006-06-20 hniksic[svn] Made base64 tables const.
2006-06-20 hniksic[svn] Made base64 DATA and DEST pointers void*.
2006-06-19 hniksic[svn] base64_encode could read past the end of STR.
2006-06-13 mtortonesi[svn] Added support for --restrict-file-names=lowercase...
2006-06-12 mtortonesi[svn] Fixed recursive FTP retrieval over proxy.
2006-05-25 mtortonesi[svn] Fixed recursive spider mode.
2006-05-21 hniksic[svn] Fix breakage in ls output parsing. By Larry...
2006-04-28 mtortonesi[svn] Improvements/fixes to HTTP Content-Disposition...
2006-04-11 hniksic[svn] Wrap macro arg in parentheses.
2006-04-08 hniksic[svn] Document parse_content_disposition.
2006-03-15 mtortonesi[svn] Restricted operational semantics of frontcmp...
2006-03-14 mtortonesi[svn] recur.c: changed type of html_allowed member...
2006-03-09 mtortonesi[svn] Add support for download of hidden files from...
2006-03-06 hniksic[svn] Fixed definition of TOLOWER when STANDALONE.
2006-03-02 mtortonesi[svn] Fixed recursive HTTP retrieval
2006-02-28 hniksic[svn] Use extract_params to parse the Set-Cookies header.
2006-02-28 hniksic[svn] Parse Content-Disposition better. Implement...
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.
next