- Mar 24, 2010
-
-
Daniel Stenberg authored
-
- Feb 26, 2010
-
-
Daniel Stenberg authored
-
- Feb 16, 2010
-
-
Yang Tse authored
replaced tabs with spaces
-
- Feb 14, 2010
-
-
Yang Tse authored
removed trailing whitespace
-
- Jan 21, 2010
-
-
Daniel Stenberg authored
the code more curl-style
-
- Jan 04, 2010
-
-
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 02, 2009
-
-
Daniel Stenberg authored
-
- Sep 10, 2009
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Sep 05, 2009
-
-
Daniel Stenberg authored
-
Guenter Knauf authored
-
- Sep 03, 2009
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Aug 31, 2009
-
-
Guenter Knauf authored
-
- Jun 10, 2009
-
-
Yang Tse authored
-
- Jun 08, 2009
-
-
Yang Tse authored
-
- Jun 05, 2009
-
-
Yang Tse authored
-
- May 19, 2009
-
-
Yang Tse authored
-
- May 18, 2009
-
-
Yang Tse authored
-
- Apr 18, 2009
-
-
Gisle Vanem authored
-
- Jan 12, 2009
-
-
Daniel Stenberg authored
new and non-standard one
-
- Nov 21, 2008
-
-
Daniel Stenberg authored
-
- Nov 19, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
*_socket_all() and *_socket() aren't used at all but only *_socket_action() is.
-
- Sep 22, 2008
-
-
Dan Fandrich authored
-
- Sep 10, 2008
-
-
Dan Fandrich authored
examples that I found in the FreeBSD ports system.
-
- Sep 06, 2008
- Sep 05, 2008
-
-
Daniel Stenberg authored
enabling this feature with CURLOPT_CERTINFO for a request using SSL (HTTPS or FTPS), libcurl will gather lots of server certificate info and that info can then get extracted by a client after the request has completed with curl_easy_getinfo()'s CURLINFO_CERTINFO option. Linus Nielsen Feltzing helped me test and smoothen out this feature. Unfortunately, this feature currently only works with libcurl built to use OpenSSL. This feature was sponsored by networking4all.com - thanks!
-
- Aug 31, 2008
-
-
Yang Tse authored
-
- Aug 17, 2008
-
-
Gisle Vanem authored
-
- Aug 14, 2008
-
-
Dan Fandrich authored
-
- Aug 13, 2008
-
-
Daniel Stenberg authored
header replacing an internal one
-
- Aug 07, 2008
-
-
Yang Tse authored
to have a curl_off_t data type no longer gated to off_t.
-
- Jul 15, 2008
-
-
Yang Tse authored
-
- Jul 08, 2008
-
-
Gisle Vanem authored
and cookie_interface.c.
-
- May 22, 2008
-
-
Dan Fandrich authored
to curl_easy_setopt instead of long.
-
- May 19, 2008
-
-
Daniel Stenberg authored
to be more descriptive and finally set VERBOSE mode to 1 by default
-
- May 16, 2008
-
-
Daniel Stenberg authored
-