- Mar 25, 2008
-
-
Daniel Stenberg authored
functional if libcurl is built against OpenSSL
-
- Mar 13, 2008
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
- Mar 11, 2008
-
-
Daniel Stenberg authored
a "dummy" just to get things as fixed as possible in case we ever get the urge to change this to actually mean something.
-
Michal Marek authored
works in C mode atm (http://curl.haxx.se/mail/lib-2008-02/0267.html , http://curl.haxx.se/mail/lib-2008-02/0292.html )
-
- Mar 06, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
usage
-
- Feb 27, 2008
-
-
Daniel Stenberg authored
test code. Thanks to his curl_easy_setopt() typechecker work...
-
- Feb 23, 2008
-
-
Daniel Stenberg authored
-
- Feb 21, 2008
-
-
Guenter Knauf authored
Mentioned on the list by Michal Marek.
-
- Feb 20, 2008
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Feb 19, 2008
-
-
Guenter Knauf authored
http://sourceforge.net/tracker/index.php?func=detail&aid=1767276&group_id=976&atid=350976 Submitted by Kaspar Brand.
-
Guenter Knauf authored
-
Guenter Knauf authored
replaced fstat() with stat() call and bail out if local file not found.
-
- Feb 18, 2008
-
-
Guenter Knauf authored
-
Guenter Knauf authored
moved sample program defines into separate Makefile.inc so that other makefiles can pick up the defines from there.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
get a fresh one downloaded and created with 'make ca-bundle' or you can get one from here => http://curl.haxx.se/docs/caextract.html if you want a fresh new one extracted from Mozilla's recent list of ca certs. The configure option --with-ca-bundle now lets you specify what file to use as default ca bundle for your build. If not specified, the configure script will check a few known standard places for a global ca cert to use.
-
- Feb 08, 2008
-
-
Guenter Knauf authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
instead of downloading it from the curl site
-
- Feb 07, 2008
-
-
Daniel Stenberg authored
ca-bundle.crt file as outdated and in need for replacement by anyone who wants to verify modern peers as the one we have is from year 2000!
-
- Feb 03, 2008
-
-
Daniel Stenberg authored
HTTPS sites with OpenSSL-enabled libcurl (and pthreads) and thus do the thread-locking and things openssl-style.
-
Daniel Stenberg authored
-
- Jan 31, 2008
-
-
Daniel Stenberg authored
51.Kevin Reed's reported problem with a proxy when doing CONNECT and it wants NTLM and close the connection to the initial CONNECT response: http://curl.haxx.se/bug/view.cgi?id=1879375
-
- Jan 29, 2008
-
-
Daniel Stenberg authored
crash!
-
- Jan 28, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
release but hopefully they'll all be fixed in 7.18.1...
-
- Jan 25, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 23, 2008
-
-
Yang Tse authored
-
- Jan 20, 2008
-
-
Daniel Stenberg authored
status. It uses Gtk+ to make a smooth pulse. Written by Jud Bishop
-
- Jan 17, 2008
-
-
Daniel Stenberg authored
-
- Jan 15, 2008
-
-
Daniel Stenberg authored
silly code left from when we switched to let the multi handle "hold" the dns cache when using the multi interface... Of course this only triggered when a certain function call returned error at the correct moment.
-
Daniel Stenberg authored
-
- Jan 14, 2008
-
-
Daniel Stenberg authored
-
- Jan 12, 2008
-
-
Daniel Stenberg authored
--keepalive-time to curl to set the keepalive probe interval. I also took the opportunity to rename the recently added no-keep-alive option to no-keepalive to keep a consistent naming and to avoid getting two dashes in these option names. Eric also provided an update to the man page for the new option.
-
- Jan 11, 2008
-
-
Daniel Stenberg authored
already worked for FTP:// URLs
-