- Dec 30, 2009
-
-
Yang Tse authored
-
- Dec 27, 2009
-
-
Yang Tse authored
Adjust FreeBSD version check to follow FreeBSD Porter's Handbook http://www.freebsd.org/doc/en/books/porters-handbook/porting-versions.html
-
- Dec 25, 2009
-
-
Daniel Stenberg authored
headers work correctly even on FreeBSD systems before v8.
-
- Dec 12, 2009
-
-
Daniel Stenberg authored
-
- Nov 27, 2009
-
-
Daniel Stenberg authored
-
- Nov 05, 2009
-
-
Yang Tse authored
curl.h, adjusting auto-makefiles include path, to enhance portability to OS's without an orthogonal directory tree structure such as OS/400.
-
- Nov 04, 2009
-
-
Daniel Stenberg authored
-
- Oct 27, 2009
-
-
Yang Tse authored
-
- Oct 16, 2009
-
-
Yang Tse authored
-
- Sep 27, 2009
-
-
Daniel Stenberg authored
the define CURL_MAX_HTTP_HEADER which is even exposed in the public header file to allow for users to fairly easy rebuild libcurl with a modified limit. The rationale for a fixed limit is that libcurl is realloc()ing a buffer to be able to put a full header into it, so that it can call the header callback with the entire header, but that also risk getting it into trouble if a server by mistake or willingly sends a header that is more or less without an end. The limit is set to 100K.
-
- Sep 01, 2009
-
-
Daniel Stenberg authored
test script
-
- Aug 31, 2009
-
-
Patrick Monnerat authored
-
Guenter Knauf authored
it breaks almost all autobuilds.
-
Guenter Knauf authored
-
- Aug 12, 2009
-
-
Daniel Stenberg authored
-
- Aug 11, 2009
-
-
Patrick Monnerat authored
Fix OS400 makefile for tests to use the new Makefile.inc in libtest Update the OS400 wrappers and RPG binding according to the current CVS source state
-
- Jul 22, 2009
-
-
Daniel Stenberg authored
They introduce known_host support for SSH keys to libcurl. See docs for details.
-
- Jul 15, 2009
-
-
Bill Hoffman authored
BUG: curl did not build with cmake with VS 2005 for two reasons, ws2tcpip.h requires winsock2.h to be included before it with that compiler, and wldap32 is not available with the default install of the compiler, so disable ldap support if that is not found
-
- Jun 10, 2009
-
-
Yang Tse authored
With the curl memory tracking feature decoupled from the debug build feature, CURLDEBUG and DEBUGBUILD preprocessor symbol definitions are used as follows: CURLDEBUG used for curl debug memory tracking specific code (--enable-curldebug) DEBUGBUILD used for debug enabled specific code (--enable-debug)
-
- Jun 06, 2009
-
-
Bill Hoffman authored
-
- Jun 04, 2009
-
-
Yang Tse authored
-
- Jun 01, 2009
-
-
Yang Tse authored
-
- May 30, 2009
-
-
Dan Fandrich authored
-
- May 28, 2009
-
-
Dan Fandrich authored
-
- May 18, 2009
-
-
Yang Tse authored
-
Daniel Stenberg authored
-
- May 12, 2009
-
-
Yang Tse authored
-
- May 11, 2009
-
-
Yang Tse authored
-
- May 06, 2009
-
-
Yang Tse authored
-
- May 04, 2009
- May 02, 2009
- May 01, 2009
- Apr 29, 2009
-
-
Yang Tse authored
-
- Apr 28, 2009
-
-
http://curl.haxx.se/bug/view.cgi?id=2709004Daniel Stenberg authored
Chen pointed out how curl couldn't upload with resume when reading from a pipe. This ended up with the introduction of a new return code for the CURLOPT_SEEKFUNCTION callback that basically says that the seek failed but that libcurl may try to resolve the situation anyway. In our case this means libcurl will attempt to instead read that much data from the stream instead of seeking and that way curl can now upload with resume when data is read from a stream!
-
- Apr 26, 2009
-
-
Yang Tse authored
-
- Apr 09, 2009
-
-
Benoit Neil authored
-
- Apr 08, 2009
-
-
Benoit Neil authored
-