summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - Bill Egert pointed out (http://curl.haxx.se/bug/view.cgi?id=2671602) thatDaniel Stenberg2009-03-081-4/+5
* Do not halt compilation when using VS2008 to build a Windows 2000 targetYang Tse2009-02-201-6/+22
* spell-fixed comments and other minor non-code editsDaniel Stenberg2009-02-181-4/+5
* - CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 in addition to 1 forDaniel Stenberg2009-02-171-14/+8
* Added an explicit buffer limit check in msdosify() (patch based on FreeBSD).Dan Fandrich2009-02-051-3/+5
* - Craig A West brought us: libcurl now defaults to do CONNECT with HTTPDaniel Stenberg2009-02-021-0/+11
* Introduced curl_sspi.c and curl_sspi.h for the implementation of functionsYang Tse2009-01-291-2/+2
* - Markus Moeller introduced two new options to libcurl:Daniel Stenberg2009-01-282-2/+36
* added CURLX_ONES again to object list for dynamic linking.Gunter Knauf2009-01-261-2/+5
* - Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option.Daniel Stenberg2009-01-251-1/+11
* 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