aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-23now builds and runs with GnuTLS-built libcurls tooDaniel Stenberg
2008-02-23- Sam Listopad provided a patch in feature-request #1900014Daniel Stenberg
2008-02-22- Georg Lippitsch made the src/Makefile.vc6 makefile use the same memory modelDaniel Stenberg
2008-02-22Revert sockfilt.c back to revision 1.42Yang Tse
2008-02-21- Zmey Petroff found a crash when libcurl accessed a NULL pointer, whichDaniel Stenberg
2008-02-21fixed missing header; changed bail out from exit() to return().Gunter Knauf
2008-02-21assert that the *connp is a non-NULL pointer when Curl_done() is calledDaniel Stenberg
2008-02-20Avoid timeout restart when signal caught while awaiting socket and stdin eventsYang Tse
2008-02-20reformatted comment.Gunter Knauf
2008-02-20added read callback function in order to prevent crashs on Win32 when linked ...Gunter Knauf
2008-02-20- Fixed test case 405 to not fail when libcurl is built with GnuTLSDaniel Stenberg
2008-02-20made the non-matching error code output nicer since we know it is a numberDaniel Stenberg
2008-02-20mention removal of SSLv2 by default.Gunter Knauf
2008-02-20oops, fixed to buildDaniel Stenberg
2008-02-20"118 - Gautam Kachroo's issue with proxies and ssl" is now in CVSDaniel Stenberg
2008-02-20- Based on initial work done by Gautam Kachroo to address a bug, we now keepDaniel Stenberg
2008-02-20- We no longer support setting the CURLOPT_URL option from inside a callbackDaniel Stenberg
2008-02-19applied patch to disable SSLv2 by default; discussion:Gunter Knauf
2008-02-19Added test309 to test HTTP redirect to HTTPS URLDan Fandrich
2008-02-19juggle() actually returns bool.Yang Tse
2008-02-19fix compiler warnings: 'statement is unreachable'Yang Tse
2008-02-19fix for new codestyle.Gunter Knauf
2008-02-19made changes to work with Win32;Gunter Knauf
2008-02-19fix compiler warnings: 'enumerated type mixed with another type'Yang Tse
2008-02-18Reduce to 20 seconds the time allowed to set SO_REUSEADDR option on sockfilt ...Yang Tse
2008-02-18https_getsock() should be static all over (and did some fixed indenting)Daniel Stenberg
2008-02-18the ca-bundle is now removedDaniel Stenberg
2008-02-18added makefile for MingW32 to build most of the samples.Gunter Knauf
2008-02-18moved sample program defines into separate Makefile.inc so that other makefil...Gunter Knauf
2008-02-18added check symbol for linking with POSIX prelude.Gunter Knauf
2008-02-18fix compiler warnings:Yang Tse
2008-02-18just mention in --cacert that curl normally has a default ca cert path built-inDaniel Stenberg
2008-02-18the ca-bundle is no longer shippedDaniel Stenberg
2008-02-18- We're no longer providing a very old ca-bundle in the curl tarball. You canDaniel Stenberg
2008-02-17- Jerome Muffat-Meridol helped me fix Curl_done() to close the currentDaniel Stenberg
2008-02-17rephrased commentDaniel Stenberg
2008-02-17In Curl_done() if premature is TRUE, it means this connection was said to beDaniel Stenberg
2008-02-17don't do the GOT_NOTHING error check if the DONE function was called withDaniel Stenberg
2008-02-17added a comment about the ignoring of the Curl_done() return codeDaniel Stenberg
2008-02-17sockfilt will quit when orphanedYang Tse
2008-02-16oops, that was debug code not meant to be committed like this...Daniel Stenberg
2008-02-16fix warnings about shadowingDaniel Stenberg
2008-02-16seems that curently we dont need the imports from (l)ldapx.imp.Gunter Knauf
2008-02-16fixed linker def file for tools when compiled with gcc/nlmconv.Gunter Knauf
2008-02-16re-ordered the module dependency list;Gunter Knauf
2008-02-15- Made the gnutls code path not even try to get the server cert if no peerDaniel Stenberg
2008-02-15mention that we explicitly ignore the return codeDaniel Stenberg
2008-02-15log SSH public key authentication failure and reasonYang Tse
2008-02-15new mirror and mirror recount after cleansingDaniel Stenberg
2008-02-15- Pooyan McSporran found and fixed a flaw where you first would do a normalDaniel Stenberg