summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Delegate c-ares linking magic on libtool and auto-makefiles when usingYang Tse2009-05-301-2/+8
* Remove empty line used to force CVS to update the $Id date string formatYang Tse2009-05-191-1/+0
* Add empty line, to force CVS to update the $Id date string formatYang Tse2009-05-181-0/+1
* Update copyright year, to force CVS to update the $Id date string formatYang Tse2009-05-185-5/+5
* Ignore more files for cvsYang Tse2009-05-091-5/+14
* Fix CRYang Tse2009-05-082-271/+271
* Renamed vc6 workspace and project files to avoid filename clash when used for...Yang Tse2009-05-081-2/+2
* Renamed vc6 workspace and project files to avoid filename clash when used for...Yang Tse2009-05-084-271/+271
* Use build-time configured curl_socklen_t instead of socklen_tYang Tse2009-05-022-7/+0
* David McCreedy's "TPF-platform specific changes to various files" patchYang Tse2009-05-012-5/+10
* - Bug report #2709004 (http://curl.haxx.se/bug/view.cgi?id=2709004) by TimDaniel Stenberg2009-04-281-3/+4
* - Gisle Vanem noticed that --libtool would produce bogus strings at times forDaniel Stenberg2009-04-201-40/+41
* moved HAVE_LIMITS_H to common defines (no idea why I didnt this initially alr...Gunter Knauf2009-04-151-2/+1
* HAVE_LIMITS_H definition for NetWare CLIBYang Tse2009-04-141-0/+1
* first take at bundling cmake-related files in the tarballDaniel Stenberg2009-04-141-3/+4
* some minor Makefile tweaks for latest libssh2.Gunter Knauf2009-04-092-3/+3
* Added newline ad the end of generated hugehelp.c (the "default" one, when it ...Benoit Neil2009-04-081-1/+1
* Made the CMake scripts read Makefile.inc. Needs testing I guess.Benoit Neil2009-04-061-21/+6
* Added tests (exes) targets, refactor a few things.Benoit Neil2009-04-061-9/+1
* Added curl (exe) target, fixed static/dynamic linking errors.Benoit Neil2009-04-061-0/+78
* some minor Makefile tweaks.Gunter Knauf2009-03-292-8/+8
* Oops, make the memory magic debug stuff done before global init too just toDaniel Stenberg2009-03-111-6/+9
* - Kamil Dudka made the curl tool properly call curl_global_init() before anyDaniel Stenberg2009-03-111-4/+6
* - 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