- Feb 13, 2010
-
-
Daniel Stenberg authored
-
- Feb 10, 2010
-
-
Dan Fandrich authored
-
- Feb 09, 2010
-
-
Daniel Stenberg authored
-
- Feb 02, 2010
-
-
Yang Tse authored
- Symbol CURL_FORMAT_OFF_T now obsoleted, will be removed in a future release, symbol will not be available when building with CURL_NO_OLDIES defined. Use of CURL_FORMAT_CURL_OFF_T is preferred since 7.19.0
-
- Jan 22, 2010
-
-
Daniel Stenberg authored
s/RTPDATA/INTERLEAVEDATA/
-
- Jan 21, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
libcurl options for controlling what to get and how to receive posssibly interleaved RTP data. Initial commit.
-
Daniel Stenberg authored
-
- Jan 01, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
command is a special "hack" used by the drftpd server, but even though it is a custom extension I've deemed it fine to add to libcurl since this server seems to survive and people keep using it and want libcurl to support it. The new libcurl option is named CURLOPT_FTP_USE_PRET, and it is also usable from the curl tool with --ftp-pret. Using this option on a server that doesn't support this command will make libcurl fail.
-
- 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
-
-
Yang Tse authored
-