]> sjero.net Git - wget/shortlog
wget
2005-04-08 hniksic[svn] Declare ntlmbuf as char, to avoid warning with...
2005-04-08 hniksic[svn] Use Windows timers under Cygwin.
2005-04-08 hniksic[svn] Don't use $< in an explicit rule.
2005-04-08 hniksic[svn] Remove the unused "initialized" field from struct...
2005-04-08 hniksic[svn] Better selection of POSIX clocks.
2005-04-08 hniksic[svn] Check for all SSL headers that Wget uses.
2005-04-08 hniksic[svn] Include ptimer.c in Windows builds.
2005-04-08 hniksic[svn] Fix typo affecting Windows build.
2005-04-07 hniksic[svn] Check if -lrt needs to be used when using clock_g...
2005-04-07 hniksic[svn] Check that _POSIX_CLOCK_MONOTONIC >= 0 before...
2005-04-07 hniksic[svn] Check for defined-ness of _POSIX_MONOTONIC_CLOCK...
2005-04-07 hniksic[svn] Renamed OVERFLOW and UNDERFLOW to INT64_OVERFLOW...
2005-04-07 hniksic[svn] Don't automatically run autoheader.
2005-04-07 hniksic[svn] Extract timers to a separate file.
2005-04-07 hniksic[svn] Define NO_ADDRESS only after the system headers...
2005-04-06 hniksic[svn] Enable NTLM if SSL is available.
2005-04-06 hniksic[svn] Added NTLM support.
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-02 hniksic[svn] Use the xzero shorthand for memset(..., 0, ...).
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] Updated Croatian translation.
2005-03-29 hniksic[svn] Slightly better handling of negative numbers...
2005-03-23 hniksic[svn] Updated POTFILES.in.
2005-03-22 hniksic[svn] Restore correct handling of asis.
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] Documentation fix.
2005-03-19 hniksic[svn] Concatenate strings using concat_strings.
2005-03-19 hniksic[svn] Handle negative numbers and detect overflow in...
2005-03-16 hniksic[svn] Doc fix to fd_peek.
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] Enable merging of duplicate strings. Turn off...
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] Include stdio.h.
2005-03-06 hniksic[svn] Reenable warnings under Borland C, disabling...
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] Docfix.
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-28 hniksic[svn] Avoid unneeded initialization of local var.
2005-02-27 hniksic[svn] Remove duplicate initialization.
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] Upgrade to libtool 1.5.14.
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] Libtool updated to 1.5.8.
2005-02-23 hniksic[svn] Large file support added. Published in <87psyr6j...
2005-02-19 mtortonesi[svn] Updated Italian translation.
2005-02-19 mtortonesi[svn] Added the --ftp-passwd command line option.
2005-02-11 mtortonesi[svn] added string_t.{c,h} to CVS.
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-20 mtortonesi[svn] Describe limitations of combining the -O and...
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-11-15 mtortonesi[svn] merged YAMAZAKI Makoto's patch fixing termination...
2004-05-30 hniksic[svn] New file from the TP.
2004-05-13 hniksic[svn] Allow building in a separate tree when writing...
2004-05-13 hniksic[svn] Updated from the TP.
2004-05-09 hniksic[svn] Fix fake_fork under Borland C.
2004-05-09 hniksic[svn] Various fixes by David Fritz.
2004-04-18 hniksic[svn] Updated from the TP.
2004-03-31 hniksic[svn] Fix typo.
2004-03-31 hniksic[svn] Updated from the TP.
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-25 hniksic[svn] Updated from the TP.
2004-03-25 hniksic[svn] Announce that wget -b now works under Windows.
2004-03-25 hniksic[svn] Added docs. Submitted by David Fritz.
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-10 hniksic[svn] New file from the Translation Project.
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] Updated contributor list.
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-12 hniksic[svn] Document `-e'.
2004-02-12 hniksic[svn] Cleanup Windows Makefiles and README.
next