]> sjero.net Git - wget/history - src/connect.c
[svn] Gettext-ize previously missed messages.
[wget] / src / connect.c
2005-06-15 hniksic[svn] Gettext-ize previously missed messages.
2005-05-10 hniksic[svn] Check for the server's identity after the SSL...
2005-04-28 hniksic[svn] Remove unreachable "break" statements.
2005-04-24 hniksic[svn] Make retryable_socket_connect_error return 0...
2005-04-21 mtortonesi[svn] Set IPV6_V6ONLY socket option when -6 switch...
2005-04-01 hniksic[svn] Avoid explicit 64-bit constants; construct them...
2005-03-16 hniksic[svn] Doc fix to fd_peek.
2005-03-04 hniksic[svn] Fix escape chars in server response vulnerability...
2005-02-28 hniksic[svn] Avoid unneeded initialization of local var.
2004-11-18 mtortonesi[svn] Fixed a timeout problem in src/retr.c:fd_read_bod...
2004-02-06 hniksic[svn] Zero out sockaddr_in/sockaddr_in6. Apparently...
2003-12-12 hniksic[svn] Don't set the IPV6_V6ONLY option on the socket.
2003-11-27 hniksic[svn] Renamed sa_len to addrlen because IRIX defines...
2003-11-26 hniksic[svn] Check for struct sockaddr_storage.
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 compile socket_has_inet6 if IPv6 is disabled.
2003-11-17 hniksic[svn] Document connect_to_host better.
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] Don't auto-set opt.ipv4_only on systems without...
2003-11-15 hniksic[svn] Add support for -4/-6.
2003-11-14 hniksic[svn] Renamed register_extended to register_transport.
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-10 hniksic[svn] Network updates.
2003-11-10 hniksic[svn] Split passive host lookups to a separate function.
2003-11-08 hniksic[svn] Replace conaddr with socket_ip_address.
2003-11-07 hniksic[svn] Explicitly check that fd>=0 in register_extended.
2003-11-07 hniksic[svn] Set last_info.
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] Make setsockopt(SO_REUSEADDR) non-fatal if fails.
2003-11-05 hniksic[svn] More specific error message in resolve_bind_address.
2003-11-02 hniksic[svn] Generalized the third argument to select_fd.
2003-11-02 hniksic[svn] Cosmetic change.
2003-11-01 hniksic[svn] Don't call select_fd unless timeout is desired.
2003-10-31 hniksic[svn] Use new macros xnew, xnew0, xnew_array, and xnew0...
2003-10-31 hniksic[svn] Retired broken code that checked for NULL ip_addr...
2003-10-31 hniksic[svn] Networking improvements: get rid of the MSOCK...
2003-10-29 hniksic[svn] Updated IPv6 code.
2003-10-29 hniksic[svn] Imported Mauro's IPv6 changes.
2003-10-11 hniksic[svn] Look for and use socklen_t.
2003-10-03 hniksic[svn] Include winsock headers from mswindows.h.
2003-09-22 hniksic[svn] Added comment about SO_SNDBUF for post.
2003-09-22 hniksic[svn] Doc update.
2003-09-21 hniksic[svn] Enabled separation of different timeout values.
2003-09-20 hniksic[svn] Allow decimal values for --timeout, --wait, and...
2003-09-15 hniksic[svn] Improved --limit-rate for small bandwidths.
2003-09-14 hniksic[svn] New mechanism for quoting file names.
2003-09-09 hniksic[svn] IPv6 configure auto-detection.
2002-05-18 hniksic[svn] Update the license to include the OpenSSL exception.
2002-04-14 hniksic[svn] Minor cleanup of iread/iwrite.
2002-04-14 hniksic[svn] Add the POST method.
2002-04-13 hniksic[svn] Generalize connect_with_timeout into run_with_tim...
2002-04-12 hniksic[svn] Implement connect timeout.
2002-01-25 hniksic[svn] Various IPv6 fixes.
2002-01-24 hniksic[svn] Commit IPv6 support by Thomas Lussnig.
2001-11-27 hniksic[svn] Don't reuse IP addresses proven to be faulty...
2001-11-27 hniksic[svn] Fix FTP PASV output.
2001-11-26 hniksic[svn] A lot of host name changes.
2001-11-25 hniksic[svn] Remove host canonicalization code.
2001-11-16 hniksic[svn] Applied Chris Seawood's patch for compilation...
2001-05-27 hniksic[svn] Update copyright notices.
2001-01-10 hniksic[svn] Declare addrlen as int. Published in <sxsu27cbtz...
2000-12-05 hniksic[svn] Committed C. Frankel's SSL patch.
2000-11-19 hniksic[svn] A bunch of new features:
2000-10-24 dan[svn] Manually applied Rob Mayoff <mayoff@dqd.com>...
1999-12-02 kwget[svn] Initial revision