summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Created a CURLMIN macro to match CURLMAXDan Fandrich2009-01-071-8/+0
* added HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID to ares Makefile.netware and sync'd wit...Gunter Knauf2008-12-301-3/+3
* changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since ju...Gunter Knauf2008-12-303-3/+3
* added HAVE_SIN6_SCOPE_ID define to all non-configure platforms which seem to ...Gunter Knauf2008-12-303-0/+7
* Added the use of Watt-32 tcp/ip stack for Win32 targets.Gisle Vanem2008-12-162-4/+30
* the IP address we want/request/use from the interface is the 'local'Yang Tse2008-11-171-3/+0
* if2ip.c related preprocessor cleanupYang Tse2008-11-171-2/+0
* check for NULL returns from strdup() - reported by Jim MeyeringDaniel Stenberg2008-11-141-8/+21
* Refactor configure script detection of functions used to set sockets intoYang Tse2008-11-133-5/+15
* 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
* 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
* If building with CURLDEBUG, sprintf() is defined away. So use curl_msprintf()Gisle Vanem2008-11-031-8/+8
* 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-0/+14
* NetWare LIBC target has getaddrinfo() and freeaddrinfo()Yang Tse2008-10-301-0/+2
* curlx.h isn't a system include file so it gets double quotesDan Fandrich2008-10-281-1/+1
* Added rawstr.c to some more non-configure curl makefilesDan Fandrich2008-10-272-2/+6
* Added explicit rule and dependencies for $(OBJ_DIR)\rawstr.obj.Gisle Vanem2008-10-271-3/+15
* add missing header inclusionsYang Tse2008-10-251-1/+4
* fix compiler warningYang Tse2008-10-242-8/+8
* Added rawstr.c to the non-configure curl makefilesDan Fandrich2008-10-232-0/+14
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-232-1/+2
* Fixed potential memory leak in OOM situations. Detected by coverity.comDaniel Stenberg2008-10-191-1/+1
* dumpeasycode() uses warnf() which uses config->errors so we must not closeDaniel Stenberg2008-10-191-2/+5
* Removed dead code, identified by coverity.com.Daniel Stenberg2008-10-191-3/+1
* After having studied one of the coverity.com reports at length last night, IDaniel Stenberg2008-10-171-0/+7
* compile the library file strequal.c to get the Curl_raw_equal function asDaniel Stenberg2008-10-161-1/+2
* Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg2008-10-161-7/+7
* - Pascal Terjan filed bug #2154627Daniel Stenberg2008-10-151-7/+7
* eeek, append 1 on the right place as otherwise we didn't fix the problemDaniel Stenberg2008-10-141-2/+2
* Prevent the accidental passing along NULL for the cases where the --traceDaniel Stenberg2008-10-131-11/+14
* Prevent an off-by-one in a allocated buffer in glob_match_url() - detected byDaniel Stenberg2008-10-131-2/+5
* Update docs now that SFTP supports file ranges.Dan Fandrich2008-10-091-1/+1
* remove unnecessary typecast, otherwise triggering compiler warning:Yang Tse2008-09-301-1/+1
* HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse2008-09-241-1/+0
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-242-10/+0
* Removed reference to curl-ca-bundle.crt in the host verification failureDan Fandrich2008-09-171-2/+2
* NetWare seems to have writev()Yang Tse2008-09-161-0/+1
* NetWare CLIB target has stricmp() and strnicmp()Yang Tse2008-09-161-0/+1
* HAVE_STRNCASECMP and HAVE_STRNICMP definitions for WIN32Yang Tse2008-09-151-0/+9
* fix compiler warning: external declaration in primary source fileYang Tse2008-09-131-4/+4
* ANSI C compatibility adjustmentYang Tse2008-09-121-2/+2
* Checked in some code improvements and minor fixes that I discovered in theDan Fandrich2008-09-101-2/+7
* remove unnecessary typecasting of malloc()Yang Tse2008-09-062-9/+9
* remove unnecessary typecasting of calloc()Yang Tse2008-09-061-1/+1
* - Martin Drasar provided the CURLOPT_POSTREDIR patch. It renamesDaniel Stenberg2008-09-051-10/+19