]> sjero.net Git - wget/shortlog
wget
2003-11-11 hniksic[svn] Added (currently no-op) -4 and -6.
2003-11-11 hniksic[svn] Mention that gethostbyname is not required to...
2003-11-11 hniksic[svn] Use a more standard error message.
2003-11-11 hniksic[svn] Add docs for address_list_release.
2003-11-11 hniksic[svn] Mention progress bar improvement.
2003-11-11 hniksic[svn] Updated options news and the IPv6 changes news.
2003-11-10 hniksic[svn] Use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE.
2003-11-10 hniksic[svn] Use AC_CHECK_TYPES to check for struct utimbuf.
2003-11-10 hniksic[svn] Network updates.
2003-11-10 hniksic[svn] Special-case numeric addresses only in the IPv4...
2003-11-10 hniksic[svn] Split passive host lookups to a separate function.
2003-11-09 hniksic[svn] Explained what patches are. Added more informati...
2003-11-09 hniksic[svn] Download URLs from <object data="...">.
2003-11-09 hniksic[svn] Respect the user's LINGUAS setting at configure...
2003-11-09 hniksic[svn] Fix core dump with --mirror.
2003-11-09 hniksic[svn] Mark clearly where the response begins and ends...
2003-11-09 hniksic[svn] Don't attempt to use Emacs as a susbtitute for...
2003-11-09 hniksic[svn] Get rid of the node previous/next/up links.
2003-11-08 hniksic[svn] Update the documentation regarding the removal...
2003-11-08 hniksic[svn] Specify exact domain match on cookies that don...
2003-11-08 hniksic[svn] Doc fix.
2003-11-08 hniksic[svn] Retire options -g, -G, -s, and -C.
2003-11-08 hniksic[svn] Added --dont-remove-listing, removed -s.
2003-11-08 hniksic[svn] Doc fix.
2003-11-08 hniksic[svn] Support Windows-2000 ftp servers. By Gisle Vanem.
2003-11-08 hniksic[svn] Remove the debugging sledgehammer check.
2003-11-08 hniksic[svn] Update the progress gauge even when the data...
2003-11-08 hniksic[svn] Abort if wtimer_update is called on an uninitiali...
2003-11-08 hniksic[svn] Timer code update.
2003-11-08 hniksic[svn] Move the explanation of IdentityHashMap to hash_t...
2003-11-08 hniksic[svn] *** empty log message ***
2003-11-08 hniksic[svn] Name the source of the integer hash function.
2003-11-08 hniksic[svn] Replace conaddr with socket_ip_address.
2003-11-08 hniksic[svn] Mark entries as deleted with the correct marker.
2003-11-08 hniksic[svn] Use 0xff in hash_table_clear.
2003-11-08 hniksic[svn] Improve documentation.
2003-11-08 hniksic[svn] Don't force silent lookup.
2003-11-07 hniksic[svn] Explicitly check that fd>=0 in register_extended.
2003-11-07 hniksic[svn] Set last_info.
2003-11-07 hniksic[svn] Remove explicit version from README.
2003-11-07 hniksic[svn] Document the existence of --preserve-permissions.
2003-11-07 hniksic[svn] No need to initialize NEWEL->next to NULL, it...
2003-11-07 hniksic[svn] Improve documentation of "reserved" and "unsafe...
2003-11-07 hniksic[svn] Allow NULL/0 as hash table keys.
2003-11-07 hniksic[svn] Allow empty port spec in URL.
2003-11-06 hniksic[svn] Updated from the latest sources.
2003-11-06 hniksic[svn] Break up `--help' output to smaller chunks.
2003-11-06 hniksic[svn] Include xmalloc.c
2003-11-06 hniksic[svn] Don't declare log_* functions in main.c.
2003-11-06 hniksic[svn] Applied Dennis Smit's --preserve-permissions...
2003-11-06 hniksic[svn] Updated.
2003-11-06 hniksic[svn] Improved command line option processing, introduc...
2003-11-06 hniksic[svn] Improve SSL code. Only initialize PRNG when...
2003-11-06 hniksic[svn] Free INFO even if it doesn't register a closer.
2003-11-06 hniksic[svn] Use int for modification tick.
2003-11-06 hniksic[svn] Get rid of ssl_iread/ssl_iwrite. Have the SSL...
2003-11-05 hniksic[svn] Fix compilation under pre-C99 compilers.
2003-11-05 hniksic[svn] Document new option `--keep-session-cookies'.
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.
next