summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Refactor configure script detection of functions used to set sockets intoYang Tse2008-11-1311-73/+104
* - Fixed a potential data loss in Curl_client_write() when the transfer isMichal Marek2008-11-131-4/+4
* changed to latest libidn version.Gunter Knauf2008-11-132-2/+2
* changed defines to make autobuild logs display libidn usage.Gunter Knauf2008-11-131-1/+2
* - Rainer Canavan filed bug #2255627Daniel Stenberg2008-11-113-9/+10
* updated OpenSSL version.Gunter Knauf2008-11-111-1/+1
* added libidn build.Gunter Knauf2008-11-111-0/+12
* updated coment, updated OpenSSL version.Gunter Knauf2008-11-111-2/+2
* added libidn build.Gunter Knauf2008-11-111-1/+10
* Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535)Yang Tse2008-11-113-3/+7
* The getifaddrs() version of Curl_if2ip() crashed when used on a LinuxDan Fandrich2008-11-071-1/+2
* Add missing curl_addrinfo, and sort the list.Yang Tse2008-11-061-35/+36
* Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single oneYang Tse2008-11-069-217/+146
* Factored out some common code into a new function output_auth_headersDan Fandrich2008-11-061-121/+92
* corrected and clarified the *_SPEED_LARGE commentsDaniel Stenberg2008-11-051-6/+4
* CURLINFO_FILETIME now works for file:// transfers as wellDaniel Stenberg2008-11-041-0/+2
* - Bug #2218480 (http://curl.haxx.se/bug/view.cgi?id=2218480) pointed out aDaniel Stenberg2008-11-034-60/+39
* Added '#define HAVE_GETNAMEINFO' and qualifiers/typesGisle Vanem2008-11-031-1/+8
* djgpp/DOS does have getaddrinfo().Gisle Vanem2008-11-031-0/+1
* fix length of longest IPv6 address stringYang Tse2008-11-031-1/+2
* I liked Daniel Johnson's simplified version bumper guide so I modified theDaniel Stenberg2008-11-031-23/+8
* Marked with TODO comments a number of problems in the Kerberos code detectedDan Fandrich2008-11-022-1/+8
* Daniel Johnson reported and fixed ipv4 name resolves when libcurl is builtDaniel Stenberg2008-11-011-1/+4
* bump VERSIONINFO for the upcoming releaseDaniel Stenberg2008-11-011-2/+2
* Adjust WIN32 freeaddrinfo, getaddrinfo and getnameinfo availabilityYang Tse2008-11-011-2/+2
* WIN32 availability of freeaddrinfo, getaddrinfo and getnameinfo functions is ...Yang Tse2008-11-011-10/+14
* init_resolve_thread() needs 'hints' on the native form.Gisle Vanem2008-11-011-2/+2
* Added '#define HAVE_GETADDRINFO'.Gisle Vanem2008-11-011-0/+7
* Added curl_addrinfo.obj. Rearranged alphabetically.Gisle Vanem2008-11-011-29/+35
* Fix typos.Gisle Vanem2008-11-011-3/+3
* NetWare LIBC target has getaddrinfo() and freeaddrinfo()Yang Tse2008-10-301-0/+2
* Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo()Yang Tse2008-10-305-42/+79
* remove bogus whitespaceYang Tse2008-10-301-2/+2
* These two variables are now Curl_addrinfo pointersYang Tse2008-10-301-1/+1
* remove bogus commentYang Tse2008-10-301-1/+0
* Use our Curl_addrinfo definition even when an addrinfo struct is available.Yang Tse2008-10-309-200/+438
* Fixed a bug that caused a few bytes of garbage to be sent after aDan Fandrich2008-10-291-2/+6
* added an extra set of braces to unconfuse emacs and then I re-indented aDaniel Stenberg2008-10-281-108/+108
* add null-pointer checkYang Tse2008-10-272-2/+4
* add missing header inclusionsYang Tse2008-10-252-3/+9
* Added experimental support for zlib and OpenSSL on Symbian OS.Dan Fandrich2008-10-252-6/+15
* add missing header inclusionsYang Tse2008-10-251-8/+19
* Stop using in6addr_any because it's not available everywhere (e.g. Symbian)Dan Fandrich2008-10-241-1/+3
* fix compiler warningYang Tse2008-10-242-17/+24
* fix compiler warningYang Tse2008-10-242-8/+5
* Added rawstr.c to the non-configure libcurl makefilesDan Fandrich2008-10-235-3/+16
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-2321-126/+190
* added include to make the krb4 code compile againDaniel Stenberg2008-10-231-0/+1
* Really old gcc doesn't like parenthesis around the names of functions thatDan Fandrich2008-10-231-5/+5
* Created Curl_raw_nequal() which does a C-locale string case comparison.Dan Fandrich2008-10-2310-24/+38