]> sjero.net Git - wget/history - src/ChangeLog
[svn] Remove the "rbuf" buffering layer. Provide peeking primitives instead.
[wget] / src / ChangeLog
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...
2003-11-15 hniksic[svn] Don't refer to nonexistent forget_host_lookup.
2003-11-15 hniksic[svn] Fix call to socket_ip_address.
2003-11-15 hniksic[svn] Add support for -4/-6.
2003-11-14 hniksic[svn] Enable -4 and -6 switches only when IPv6 is enabled.
2003-11-14 hniksic[svn] Renamed register_extended to register_transport.
2003-11-14 hniksic[svn] Preserve consecutive slashes in URLs. Make sure...
2003-11-13 hniksic[svn] Don't attempt to talk to two different SSL sites...
2003-11-13 hniksic[svn] Use the new function retryable_socket_connect_err...
2003-11-13 hniksic[svn] Correctly check for unsupported socket families.
2003-11-13 hniksic[svn] Rewrote bindport and acceptport to use a more...
2003-11-13 hniksic[svn] Turn on opt.ipv4_only if we're compiling with...
2003-11-13 hniksic[svn] Document that the IP addresses are returned in...
2003-11-12 hniksic[svn] Better INT_MAX and UCHAR_MAX checks.
2003-11-11 hniksic[svn] Added (currently no-op) -4 and -6.
2003-11-11 hniksic[svn] Use a more standard error message.
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] Download URLs from <object data="...">.
2003-11-09 hniksic[svn] Fix core dump with --mirror.
2003-11-08 hniksic[svn] Specify exact domain match on cookies that don...
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] Support Windows-2000 ftp servers. By Gisle Vanem.
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] 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] 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] Allow NULL/0 as hash table keys.
2003-11-07 hniksic[svn] Allow empty port spec in URL.
2003-11-06 hniksic[svn] Break up `--help' output to smaller chunks.
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] 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] 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] 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] New option --keep-session-cookies.
2003-11-04 hniksic[svn] Delete config.h.in from `make realclean'.
2003-11-04 hniksic[svn] Use autoheader to generate config.h.in.
2003-11-04 hniksic[svn] Imported Mauro's IPv6 ChangeLog.
2003-11-04 hniksic[svn] Only set a flag in the SIGWINCH handler.
2003-11-04 hniksic[svn] Enable SYSTEM_FNMATCH only if fnmatch.h is available.
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] Abort on xfree(NULL).
2003-11-02 hniksic[svn] Retired the `boolean' type. Renamed FREE_MAYBE...
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] Fixed declaration of VEC in lookup_host.
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] 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-29 hniksic[svn] Updated IPv6 code.
2003-10-29 hniksic[svn] Dummy ChangeLog entry for Mauro's IPv6 changes.
2003-10-26 hniksic[svn] Change u_int32_t to uint32_t.
2003-10-26 hniksic[svn] Reset the QUOTE flag after the closing quote.
2003-10-25 hniksic[svn] Better document the workings of construct_relative().
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-16 hniksic[svn] Don't let absolute path specified by -P introduce...
2003-10-14 hniksic[svn] Accept HTTP status 307 as redirect.
2003-10-14 hniksic[svn] Correctly loop through the linked list.
2003-10-13 hniksic[svn] Expect links followed from Refreshes to contain...
next