summaryrefslogtreecommitdiff
path: root/src/connect.c
Commit message (Expand)AuthorAgeFilesLines
* Do not depend on always defined macrosGiuseppe Scrivano2014-06-121-4/+1
* Whitespace and formatting changes.(Aesthetic only)Darshit Shah2014-05-301-5/+5
* fix segfault in ftp.c (ftp_loop_internal)Tim Ruehsen2013-06-221-0/+1
* Fix a build error.y-iida@secom.co.jp2012-08-211-0/+2
* Revert 2b1dd8d23b987a82d03cfa803aabcb02f80e1066Giuseppe Scrivano2012-06-021-7/+2
* Guard inclusion of some headers.Steven Schweda2012-05-261-2/+7
* Assume some headers files provided by gnulib are always present.Giuseppe Scrivano2012-03-251-10/+3
* Properly format IPv6 addresses.Sasikantha Babu2012-01-091-1/+36
* Fix some problems under VMS.Steven Schweda2011-10-231-2/+7
* Ensure sockets are not blocking after a select under Windows.Ray Satiro2011-05-151-1/+17
* mass change: update copyright years.Giuseppe Scrivano2011-01-011-1/+2
* Remove redundant guard.Giuseppe Scrivano2010-12-011-3/+1
* Silent warnings reported by clang.Giuseppe Scrivano2010-10-161-1/+2
* Fix build under mingw.Giuseppe Scrivano2010-05-071-16/+4
* [mq]: cfg-mkMicah Cowan2009-09-211-1/+1
* Adjustments for MSDOS.Gisle Vanem2009-09-051-1/+1
* Ran update-copyright.Micah Cowan2009-09-041-1/+1
* Automated merge.Micah Cowan2009-07-041-1/+5
|\
| * Steven Schweda's VMS patch.Micah Cowan2008-04-221-1/+5
* | Merge with mainline.Micah Cowan2009-06-251-3/+19
|\ \
| * | iri.h is already included in wget.h, so don't include it in C filesXavier Saint2008-08-041-1/+0
| * | Show the hostname we are connecting to in the locale when possibleSaint Xavier2008-07-081-2/+19
| * | Remove an always true conditionSaint Xavier2008-07-081-1/+1
* | | stdint.h adjustments for Interix, thanks Markus Duft <mduft@gentoo.org>.Micah Cowan2009-04-241-0/+5
|/ /
* | Further quote*()-related integrations in connect.c.Steven Schubiger2008-04-241-1/+1
* | Undo the USE_GNULIB_ALLOC defines.Steven Schubiger2008-04-201-2/+0
* | Use Gnulib's alloc functions throughout the source.Steven Schubiger2008-04-191-0/+2
* | Revert using Gnulib's alloc functions in connect.c.Steven Schubiger2008-04-181-4/+2
* | Use Gnulib's alloc functions in connect.c.Steven Schubiger2008-04-181-2/+4
* | Use Gnulib's quote function in connect.c.Steven Schubiger2008-04-161-4/+4
|/
* Imported slash/--no-parents and sys/time.h fixes from eleven (99b1afbc14bc).Micah Cowan2008-03-171-0/+3
* Updated copyright year.Micah Cowan2008-01-251-1/+1
* Merge SFLC licensing changes for OpenSSL with tip.Micah Cowan2007-12-071-9/+10
|\
| * Updated licensing exception for OpenSSL from the SFLC.Micah Cowan2007-11-281-9/+10
* | Eschew config-post.h.Micah Cowan2007-10-181-3/+1
|/
* Warn about host resolution failure.Micah Cowan2007-10-021-1/+6
* Update copyright lists, conforming to maintainer guidelinesMicah Cowan2007-09-281-1/+2
* Gisle's MS-DOS supportMicah Cowan2007-09-281-1/+1
* [svn] Make indentation consistent (all-spaces, no tabs).micah2007-08-021-105/+105
* [svn] Merge of fix for bugs 20341 and 20410.micah2007-07-091-3/+2
* [svn] Added sanity checks for -k, -p, -r and -N when -O is given. Added fixes...mtortonesi2006-07-141-7/+7
* [svn] Simplify the ip_address data union. Always use inet_ntop for printinghniksic2005-08-101-23/+16
* [svn] Only allocate an error string on actual error.hniksic2005-07-041-1/+2
* [svn] Make last_tick unsigned.hniksic2005-07-041-1/+2
* [svn] Doc fix.hniksic2005-07-031-2/+3
* [svn] Document test_socket_open.hniksic2005-07-031-4/+13
* [svn] Correctly print SSL errors.hniksic2005-07-031-24/+42
* [svn] Update FSF's address and copyright years.hniksic2005-07-011-3/+3
* [svn] Renamed "pretty_print_address" to "print_address".hniksic2005-06-301-5/+5
* [svn] Use bool type for boolean variables and values.hniksic2005-06-221-27/+33