| Commit message (Expand) | Author | Age | Files | Lines |
* | some minor Makefile tweaks for latest libssh2. | Gunter Knauf | 2009-04-09 | 2 | -3/+3 |
* | Added newline ad the end of generated hugehelp.c (the "default" one, when it ... | Benoit Neil | 2009-04-08 | 1 | -1/+1 |
* | Made the CMake scripts read Makefile.inc. Needs testing I guess. | Benoit Neil | 2009-04-06 | 1 | -21/+6 |
* | Added tests (exes) targets, refactor a few things. | Benoit Neil | 2009-04-06 | 1 | -9/+1 |
* | Added curl (exe) target, fixed static/dynamic linking errors. | Benoit Neil | 2009-04-06 | 1 | -0/+78 |
* | some minor Makefile tweaks. | Gunter Knauf | 2009-03-29 | 2 | -8/+8 |
* | Oops, make the memory magic debug stuff done before global init too just to | Daniel Stenberg | 2009-03-11 | 1 | -6/+9 |
* | - Kamil Dudka made the curl tool properly call curl_global_init() before any | Daniel Stenberg | 2009-03-11 | 1 | -4/+6 |
* | - Bill Egert pointed out (http://curl.haxx.se/bug/view.cgi?id=2671602) that | Daniel Stenberg | 2009-03-08 | 1 | -4/+5 |
* | Do not halt compilation when using VS2008 to build a Windows 2000 target | Yang Tse | 2009-02-20 | 1 | -6/+22 |
* | spell-fixed comments and other minor non-code edits | Daniel Stenberg | 2009-02-18 | 1 | -4/+5 |
* | - CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 in addition to 1 for | Daniel Stenberg | 2009-02-17 | 1 | -14/+8 |
* | Added an explicit buffer limit check in msdosify() (patch based on FreeBSD). | Dan Fandrich | 2009-02-05 | 1 | -3/+5 |
* | - Craig A West brought us: libcurl now defaults to do CONNECT with HTTP | Daniel Stenberg | 2009-02-02 | 1 | -0/+11 |
* | Introduced curl_sspi.c and curl_sspi.h for the implementation of functions | Yang Tse | 2009-01-29 | 1 | -2/+2 |
* | - Markus Moeller introduced two new options to libcurl: | Daniel Stenberg | 2009-01-28 | 2 | -2/+36 |
* | added CURLX_ONES again to object list for dynamic linking. | Gunter Knauf | 2009-01-26 | 1 | -2/+5 |
* | - Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option. | Daniel Stenberg | 2009-01-25 | 1 | -1/+11 |
* | Created a CURLMIN macro to match CURLMAX | Dan Fandrich | 2009-01-07 | 1 | -8/+0 |
* | added HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID to ares Makefile.netware and sync'd wit... | Gunter Knauf | 2008-12-30 | 1 | -3/+3 |
* | changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since ju... | Gunter Knauf | 2008-12-30 | 3 | -3/+3 |
* | added HAVE_SIN6_SCOPE_ID define to all non-configure platforms which seem to ... | Gunter Knauf | 2008-12-30 | 3 | -0/+7 |
* | Added the use of Watt-32 tcp/ip stack for Win32 targets. | Gisle Vanem | 2008-12-16 | 2 | -4/+30 |
* | the IP address we want/request/use from the interface is the 'local' | Yang Tse | 2008-11-17 | 1 | -3/+0 |
* | if2ip.c related preprocessor cleanup | Yang Tse | 2008-11-17 | 1 | -2/+0 |
* | check for NULL returns from strdup() - reported by Jim Meyering | Daniel Stenberg | 2008-11-14 | 1 | -8/+21 |
* | Refactor configure script detection of functions used to set sockets into | Yang Tse | 2008-11-13 | 3 | -5/+15 |
* | changed to latest libidn version. | Gunter Knauf | 2008-11-13 | 2 | -2/+2 |
* | changed defines to make autobuild logs display libidn usage. | Gunter Knauf | 2008-11-13 | 1 | -1/+2 |
* | updated OpenSSL version. | Gunter Knauf | 2008-11-11 | 1 | -1/+1 |
* | added libidn build. | Gunter Knauf | 2008-11-11 | 1 | -0/+12 |
* | updated coment, updated OpenSSL version. | Gunter Knauf | 2008-11-11 | 1 | -2/+2 |
* | added libidn build. | Gunter Knauf | 2008-11-11 | 1 | -1/+10 |
* | If building with CURLDEBUG, sprintf() is defined away. So use curl_msprintf() | Gisle Vanem | 2008-11-03 | 1 | -8/+8 |
* | Adjust WIN32 freeaddrinfo, getaddrinfo and getnameinfo availability | Yang Tse | 2008-11-01 | 1 | -2/+2 |
* | WIN32 availability of freeaddrinfo, getaddrinfo and getnameinfo functions is ... | Yang Tse | 2008-11-01 | 1 | -0/+14 |
* | NetWare LIBC target has getaddrinfo() and freeaddrinfo() | Yang Tse | 2008-10-30 | 1 | -0/+2 |
* | curlx.h isn't a system include file so it gets double quotes | Dan Fandrich | 2008-10-28 | 1 | -1/+1 |
* | Added rawstr.c to some more non-configure curl makefiles | Dan Fandrich | 2008-10-27 | 2 | -2/+6 |
* | Added explicit rule and dependencies for $(OBJ_DIR)\rawstr.obj. | Gisle Vanem | 2008-10-27 | 1 | -3/+15 |
* | add missing header inclusions | Yang Tse | 2008-10-25 | 1 | -1/+4 |
* | fix compiler warning | Yang Tse | 2008-10-24 | 2 | -8/+8 |
* | Added rawstr.c to the non-configure curl makefiles | Dan Fandrich | 2008-10-23 | 2 | -0/+14 |
* | moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ | Daniel Stenberg | 2008-10-23 | 2 | -1/+2 |
* | Fixed potential memory leak in OOM situations. Detected by coverity.com | Daniel Stenberg | 2008-10-19 | 1 | -1/+1 |
* | dumpeasycode() uses warnf() which uses config->errors so we must not close | Daniel Stenberg | 2008-10-19 | 1 | -2/+5 |
* | Removed dead code, identified by coverity.com. | Daniel Stenberg | 2008-10-19 | 1 | -3/+1 |
* | After having studied one of the coverity.com reports at length last night, I | Daniel Stenberg | 2008-10-17 | 1 | -0/+7 |
* | compile the library file strequal.c to get the Curl_raw_equal function as | Daniel Stenberg | 2008-10-16 | 1 | -1/+2 |
* | Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function | Daniel Stenberg | 2008-10-16 | 1 | -7/+7 |