]> sjero.net Git - wget/history - src/ChangeLog
[svn] Removed string_t.c from the list of source files in Makefiles.
[wget] / src / ChangeLog
2005-04-05 mtortonesi[svn] Removed string_t.c from the list of source files...
2005-04-05 mtortonesi[svn] Removed (not used anymore) string_t.{c,h}.
2005-04-01 hniksic[svn] Made rewrite_shorthand_url recognize HOST:PORT...
2005-04-01 hniksic[svn] Avoid explicit 64-bit constants; construct them...
2005-03-30 hniksic[svn] Use sets/hash-tables instead of "slists". Remove...
2005-03-29 hniksic[svn] Replace GETALL and others with GLOB_GETALL.
2005-03-29 hniksic[svn] Slightly better handling of negative numbers...
2005-03-22 hniksic[svn] Support human-readable file size printing.
2005-03-20 hniksic[svn] Improve built-in memory debugger.
2005-03-20 hniksic[svn] Use high-resolution timers on Windows.
2005-03-19 hniksic[svn] Undo the 2004-11-18 change to fd_read_body. ...
2005-03-19 hniksic[svn] Limit the maximum amount of memory allocated...
2005-03-19 hniksic[svn] cmd_bytes now stores wgint, not long.
2005-03-19 hniksic[svn] Concatenate strings using concat_strings.
2005-03-19 hniksic[svn] Handle negative numbers and detect overflow in...
2005-03-06 hniksic[svn] Handle multiple Set-Cookie headers sent by the...
2005-03-06 hniksic[svn] Use the passive FTP transfer mode by default.
2005-03-06 hniksic[svn] Store errors for Winsock calls in errno. Provide...
2005-03-06 hniksic[svn] Reject port numbers greater than 65535.
2005-03-06 hniksic[svn] Remove warnings under Borland C.
2005-03-05 hniksic[svn] Fix parse error when O_BINARY is available.
2005-03-05 hniksic[svn] Fix bogus ".." hosts injecting such components...
2005-03-04 hniksic[svn] Fix escape chars in server response vulnerability...
2005-03-04 hniksic[svn] Fix a possible race condition when opening files.
2005-03-04 hniksic[svn] Improve handling of numeric hosts when ENABLE_IPV6.
2005-02-26 hniksic[svn] iFixes for compilation under MingW. By Gisle...
2005-02-26 hniksic[svn] Large file fixes for Borland C, published in
2005-02-25 hniksic[svn] iInitialize err in getftp to suppress gcc warning.
2005-02-24 hniksic[svn] Fix infloop in ftp_expected_bytes introduced...
2005-02-24 hniksic[svn] Fix Windows problems introduced by LFS. Published in
2005-02-23 hniksic[svn] Large file support added. Published in <87psyr6j...
2005-02-19 mtortonesi[svn] Added the --ftp-passwd command line option.
2005-02-11 mtortonesi[svn]
2005-01-01 mtortonesi[svn] Added string.c module. Updated copyright informat...
2004-12-09 mtortonesi[svn] Fixed a problem in ftp_parse_winnt_ls that could...
2004-11-19 mtortonesi[svn] Fixed -k when using -O.
2004-11-18 mtortonesi[svn] Fixed a timeout problem in src/retr.c:fd_read_bod...
2004-05-09 hniksic[svn] Fix fake_fork under Borland C.
2004-03-31 hniksic[svn] Fix typo.
2004-03-30 hniksic[svn] Send the Proxy-Authorization header over non...
2004-03-25 hniksic[svn] Fix fake_fork error handling for Windows 98.
2004-03-24 hniksic[svn] New Windows implementation of fork_to_background().
2004-03-19 hniksic[svn] Fixed bugs in Windows console event handling.
2004-03-19 hniksic[svn] Decode %HH sequences in host name.
2004-03-04 hniksic[svn] Quote # and % when creating links to local files.
2004-03-04 hniksic[svn] * mswindows.c (ws_percenttitle): Guard against...
2004-03-04 hniksic[svn] Don't change Windows console title if quiet.
2004-02-26 hniksic[svn] Improved Windows power management logic. Submitt...
2004-02-25 hniksic[svn] Revamped MS console logic. Submitted by David...
2004-02-24 hniksic[svn] Formatting tweaks by David Fritz.
2004-02-22 hniksic[svn] Remove ws_help; it doesn't make sense to invoke...
2004-02-17 hniksic[svn] Under Windows, if $HOME is not defined, use the...
2004-02-07 hniksic[svn] Respect --ignore-length.
2004-02-06 hniksic[svn] Zero out sockaddr_in/sockaddr_in6. Apparently...
2004-02-04 hniksic[svn] Make hash.c compilable outside the source tree.
2004-01-29 hniksic[svn] Return a value on non-Windows systems without...
2004-01-28 hniksic[svn] Correctly determine screen size under Windows.
2004-01-28 hniksic[svn] Fixes by Christian Biere:
2004-01-25 hniksic[svn] Don't sleep using usleep for more than a second.
2003-12-16 hniksic[svn] Fix generation of `Content-Length'.
2003-12-15 hniksic[svn] Fixed return value; 'url' if no credentials.
2003-12-14 hniksic[svn] Return a pointer from url_skip_credentials.
2003-12-14 hniksic[svn] Declare the pointers to literal strings as `const'.
2003-12-12 hniksic[svn] retr.c (fd_read_body): Pass total size to progres...
2003-12-12 hniksic[svn] Don't fiddle with "interactive timeout" if read...
2003-12-12 hniksic[svn] Don't set the IPV6_V6ONLY option on the socket.
2003-12-06 hniksic[svn] New option --protocol-directories.
2003-12-06 hniksic[svn] Correctly calculate bandwidth as total data read...
2003-12-05 hniksic[svn] Support the 303 See Other response.
2003-11-30 hniksic[svn] * retr.c (fd_read_body): Report the amount of...
2003-11-30 hniksic[svn] Read the data in skip_short_body directly.
2003-11-30 hniksic[svn] Better documentation for fd_read_body args.
2003-11-30 hniksic[svn] Try to reuse connections that return error codes.
2003-11-29 hniksic[svn] Initialize SSL only the first time when an SSL...
2003-11-29 hniksic[svn] Restructure generation of HTTP requests. Allow...
2003-11-28 hniksic[svn] Don't include the Proxy-Authorization header...
2003-11-28 hniksic[svn] Use the CONNECT method to establish passthrough...
2003-11-27 hniksic[svn] Don't #include netinet/Winsock stuff.
2003-11-27 hniksic[svn] Use fd_read_hunk for reading HTTP response head...
2003-11-27 hniksic[svn] Don't calculate the ETA if nothing has yet been...
2003-11-27 hniksic[svn] Renamed sa_len to addrlen because IRIX defines...
2003-11-26 hniksic[svn] Squash embedded newlines in links.
2003-11-26 hniksic[svn] Set con->csock to -1 where rbuf_uninitialize...
2003-11-26 hniksic[svn] Added the trailing backslash that was missing.
2003-11-21 hniksic[svn] Remove headers.c and headers.h.
2003-11-21 hniksic[svn] Remove the "rbuf" buffering layer. Provide peeki...
2003-11-20 hniksic[svn] Renamed xread/xwrite/xclose to fd_read/fd_write...
2003-11-20 hniksic[svn] It's not necessary to initialize RES.
2003-11-19 hniksic[svn] Don't reference opt.ipv4_only and opt.ipv6_only...
2003-11-19 hniksic[svn] Don't compile socket_has_inet6 if IPv6 is disabled.
2003-11-18 hniksic[svn] Warn the user when using weak random seed.
2003-11-18 hniksic[svn] Renamed address_list_find to address_list_contains.
2003-11-17 hniksic[svn] Make select_fd return 1 if select is unavailable.
2003-11-17 hniksic[svn] Don't reference address list after releasing it.
2003-11-17 hniksic[svn] Fix alignment of FTP options output.
2003-11-17 hniksic[svn] Don't auto-set opt.ipv4_only on systems without...
2003-11-16 hniksic[svn] Fix minor problems with --help text.
2003-11-16 hniksic[svn] No longer include INET headers in ftp-basic.c.
2003-11-16 hniksic[svn] Don't allow opt.ipv4_only and opt.ipv6_only to...
2003-11-15 hniksic[svn] Specify AI_ADDRCONFIG only when the address famil...
next