]> sjero.net Git - wget/shortlog
wget
2003-11-05 hniksic[svn] Update to libtool 1.5.
2003-11-05 hniksic[svn] MSVC doesn't support uint32_t.
2003-11-05 hniksic[svn] Make setsockopt(SO_REUSEADDR) non-fatal if fails.
2003-11-05 hniksic[svn] More specific error message in resolve_bind_address.
2003-11-05 hniksic[svn] Remove the broken check for socks.
2003-11-05 hniksic[svn] Substitute ANSI2KNR again.
2003-11-05 hniksic[svn] Use the standard AC_C_PROTOTYPES macro.
2003-11-05 hniksic[svn] New option --keep-session-cookies.
2003-11-04 hniksic[svn] findcmd -> command_by_name
2003-11-04 hniksic[svn] HAVE_FNMATCH_H is now HAVE_WORKING_FNMATCH_H.
2003-11-04 hniksic[svn] *** empty log message ***
2003-11-04 hniksic[svn] Use the new form of AC_OUTPUT.
2003-11-04 hniksic[svn] Invoke autoheader.
2003-11-04 hniksic[svn] New file.
2003-11-04 hniksic[svn] Delete config.h.in from `make realclean'.
2003-11-04 hniksic[svn] Require Autoconf 2.57.
2003-11-04 hniksic[svn] Use autoheader to generate config.h.in.
2003-11-04 hniksic[svn] Quote arguments to AC_DEFINE.
2003-11-04 hniksic[svn] Consistently use AC_MSG_NOTICE where appropriate.
2003-11-04 hniksic[svn] Don't use HAVE_SYS_TYPES_H because we don't check...
2003-11-04 hniksic[svn] Make the message after "checking for socklen_t...
2003-11-04 hniksic[svn] Use more standard description.
2003-11-04 hniksic[svn] Imported Mauro's IPv6 ChangeLog.
2003-11-04 hniksic[svn] *** empty log message ***
2003-11-04 hniksic[svn] Only set a flag in the SIGWINCH handler.
2003-11-04 hniksic[svn] Doc fix.
2003-11-04 hniksic[svn] Enable SYSTEM_FNMATCH only if fnmatch.h is available.
2003-11-04 hniksic[svn] Move some checks to aclocal.m4.
2003-11-04 hniksic[svn] Don't use AC_CHECK_HEADERS.
2003-11-04 hniksic[svn] Use AC_MSG_NOTICE instead of echo.
2003-11-03 hniksic[svn] Check whether #include <md5.h> works before decid...
2003-11-03 hniksic[svn] Yet another version of nanosleep test.
2003-11-03 hniksic[svn] Actually define HAVE_NANOSLEEP if it's found...
2003-11-03 hniksic[svn] Check for nanosleep in -lrt and -lposix4.
2003-11-03 hniksic[svn] New function xsleep that resumes sleeps interrupt...
2003-11-03 hniksic[svn] Don't shadow SEED.
2003-11-03 hniksic[svn] Renamed logvprintf to log_vprintf_internal.
2003-11-03 hniksic[svn] Msg fix.
2003-11-03 hniksic[svn] Don't parenthesize argument to N_.
2003-11-02 hniksic[svn] Don't take the address of in.s_addr because that...
2003-11-02 hniksic[svn] Generalized the third argument to select_fd.
2003-11-02 hniksic[svn] Cosmetic change.
2003-11-02 hniksic[svn] Revert DEBUG_MALLOC to undefined.
2003-11-02 hniksic[svn] Abort on xfree(NULL).
2003-11-02 hniksic[svn] Retired the `boolean' type. Renamed FREE_MAYBE...
2003-11-02 hniksic[svn] Added undefs for FITS and SKIP_SEMI macros.
2003-11-02 hniksic[svn] Improved support for entities.
2003-11-01 hniksic[svn] Document the Opie code better. Use uint32_t...
2003-11-01 hniksic[svn] Don't call select_fd unless timeout is desired.
2003-11-01 hniksic[svn] Improved fatal error message.
2003-11-01 hniksic[svn] Renamed HASH_FULLNESS_THRESHOLD to HASH_MAX_FULLNESS.
2003-11-01 hniksic[svn] Doc fix.
2003-11-01 hniksic[svn] Fixed declaration of VEC in lookup_host.
2003-10-31 hniksic[svn] Create configure.bat in $srcdir.
2003-10-31 hniksic[svn] New file.
2003-10-31 hniksic[svn] Don't declare long-gone function "pwd_cuserid".
2003-10-31 hniksic[svn] Use new macros xnew, xnew0, xnew_array, and xnew0...
2003-10-31 hniksic[svn] Moved malloc-related code to xmalloc.c. Defined...
2003-10-31 hniksic[svn] Retired broken code that checked for NULL ip_addr...
2003-10-31 hniksic[svn] Removed address_list_from_single.
2003-10-31 hniksic[svn] Networking improvements: get rid of the MSOCK...
2003-10-30 hniksic[svn] *** empty log message ***
2003-10-30 hniksic[svn] Reenable configure.in autodetection.
2003-10-30 hniksic[svn] Use `S >= 8' rather than `S == 8' when looking...
2003-10-30 hniksic[svn] Don't unescape URL escapes twice.
2003-10-30 hniksic[svn] Fix -p so it doesn't imply FTP recursion.
2003-10-30 hniksic[svn] Clarify how setoptval() works.
2003-10-29 hniksic[svn] Updated IPv6 code.
2003-10-29 hniksic[svn] Dummy ChangeLog entry for Mauro's IPv6 changes.
2003-10-29 hniksic[svn] Imported Mauro's IPv6 changes.
2003-10-26 hniksic[svn] Fixed typo. By DervishD.
2003-10-26 hniksic[svn] Change u_int32_t to uint32_t.
2003-10-26 hniksic[svn] Reenable compilation under Watcom C.
2003-10-26 hniksic[svn] Fix compilation under Borland.
2003-10-26 hniksic[svn] Support for MINGW compilation.
2003-10-26 hniksic[svn] Reset the QUOTE flag after the closing quote.
2003-10-25 hniksic[svn] Updated from TP.
2003-10-25 hniksic[svn] Better document the workings of construct_relative().
2003-10-24 hniksic[svn] Updated from the TP.
2003-10-24 hniksic[svn] Updated from the TP.
2003-10-23 hniksic[svn] Handle the case when only a single wget.info...
2003-10-23 hniksic[svn] Keep configure.bat in the distribution.
2003-10-23 hniksic[svn] Fixed compilation under Ultrix.
2003-10-23 hniksic[svn] Bump version.
2003-10-23 hniksic[svn] Don't use trailing commas in enums.
2003-10-21 hniksic[svn] Delete `libtool' from `make distclean'.
2003-10-20 hniksic[svn] Updated from the TP.
2003-10-16 hniksic[svn] Don't let absolute path specified by -P introduce...
2003-10-16 hniksic[svn] Fix broken quoting of EXPORT_TAG.
2003-10-16 hniksic[svn] Don't check for int32_t.
2003-10-14 hniksic[svn] Accept HTTP status 307 as redirect.
2003-10-14 hniksic[svn] Updated comment.
2003-10-14 hniksic[svn] Correctly loop through the linked list.
2003-10-14 hniksic[svn] New file from TP.
2003-10-14 hniksic[svn] Updated from TP.
2003-10-14 hniksic[svn] Updated from TP.
2003-10-13 hniksic[svn] Expect links followed from Refreshes to contain...
2003-10-13 hniksic[svn] Don't define int32_t because we're not using it.
2003-10-13 hniksic[svn] MSVC doesn't have u_int32_t.
2003-10-13 hniksic[svn] Updated from TP.
next