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