]> sjero.net Git - wget/history - src/connect.c
Use Gnulib's alloc functions throughout the source.
[wget] / src / connect.c
2008-04-18 Steven SchubigerUse Gnulib's alloc functions throughout the source.
2008-04-18 Steven SchubigerRevert using Gnulib's alloc functions in connect.c.
2008-04-18 Steven SchubigerUse Gnulib's alloc functions in connect.c.
2008-04-16 Steven SchubigerUse Gnulib's quote function in connect.c.
2008-03-20 Micah CowanMerging ABOUT-NLS modification in to reinstate ABOUT...
2008-03-17 Micah CowanImported slash/--no-parents and sys/time.h fixes from...
2008-01-25 Micah CowanUpdated copyright year.
2007-12-08 Micah CowanMerge SFLC licensing changes for OpenSSL with tip.
2007-11-28 Micah CowanUpdated licensing exception for OpenSSL from the SFLC.
2007-10-19 Micah CowanEschew config-post.h.
2007-10-06 Micah CowanMerging with previous Makefile.in updates.
2007-10-05 Micah CowanAutomated merge with file:/home/micah/devel/wget/eleven
2007-10-03 Micah CowanWarn about host resolution failure.
2007-10-03 Micah CowanMerge with mainline
2007-09-28 Micah CowanMerge from mainline
2007-09-28 Micah CowanUpdate copyright lists, conforming to maintainer guidelines
2007-09-28 Micah CowanGisle's MS-DOS support
2007-08-03 micah[svn] Make indentation consistent (all-spaces, no tabs).
2007-07-10 micah[svn] Merge of fix for bugs 20341 and 20410.
2006-07-14 mtortonesi[svn] Added sanity checks for -k, -p, -r and -N when...
2005-08-10 hniksic[svn] Simplify the ip_address data union. Always use...
2005-07-04 hniksic[svn] Only allocate an error string on actual error.
2005-07-04 hniksic[svn] Make last_tick unsigned.
2005-07-04 hniksic[svn] Doc fix.
2005-07-04 hniksic[svn] Document test_socket_open.
2005-07-03 hniksic[svn] Correctly print SSL errors.
2005-07-02 hniksic[svn] Update FSF's address and copyright years.
2005-06-30 hniksic[svn] Renamed "pretty_print_address" to "print_address".
2005-06-22 hniksic[svn] Use bool type for boolean variables and values.
2005-06-22 hniksic[svn] Define the IF_DEBUG macro.
2005-06-22 hniksic[svn] Expect existence of C89 functions, as well as...
2005-06-19 hniksic[svn] Remove K&R support.
2005-06-17 hniksic[svn] Stop using AI_ADDRCONFIG.
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...
next