Age | Commit message (Expand) | Author |
2008-02-26 | some more minor makefile changes; removed useless dist target. | Gunter Knauf |
2008-02-26 | fixed install target to create a ca-bundle.crt since we have no longer one in... | Gunter Knauf |
2008-02-26 | Added support for server name indication (RFC 4366). | Gunter Knauf |
2008-02-25 | - Kaspar Brand made GnuTLS-built libcurl properly acknowledge the option that | Daniel Stenberg |
2008-02-23 | - Sam Listopad provided a patch in feature-request #1900014 | Daniel Stenberg |
2008-02-21 | - Zmey Petroff found a crash when libcurl accessed a NULL pointer, which | Daniel Stenberg |
2008-02-21 | assert that the *connp is a non-NULL pointer when Curl_done() is called | Daniel Stenberg |
2008-02-20 | oops, fixed to build | Daniel Stenberg |
2008-02-20 | - Based on initial work done by Gautam Kachroo to address a bug, we now keep | Daniel Stenberg |
2008-02-20 | - We no longer support setting the CURLOPT_URL option from inside a callback | Daniel Stenberg |
2008-02-19 | applied patch to disable SSLv2 by default; discussion: | Gunter Knauf |
2008-02-19 | fix compiler warnings: 'statement is unreachable' | Yang Tse |
2008-02-19 | fix compiler warnings: 'enumerated type mixed with another type' | Yang Tse |
2008-02-18 | https_getsock() should be static all over (and did some fixed indenting) | Daniel Stenberg |
2008-02-18 | added check symbol for linking with POSIX prelude. | Gunter Knauf |
2008-02-18 | fix compiler warnings: | Yang Tse |
2008-02-18 | - We're no longer providing a very old ca-bundle in the curl tarball. You can | Daniel Stenberg |
2008-02-17 | rephrased comment | Daniel Stenberg |
2008-02-17 | In Curl_done() if premature is TRUE, it means this connection was said to be | Daniel Stenberg |
2008-02-17 | don't do the GOT_NOTHING error check if the DONE function was called with | Daniel Stenberg |
2008-02-17 | added a comment about the ignoring of the Curl_done() return code | Daniel Stenberg |
2008-02-16 | oops, that was debug code not meant to be committed like this... | Daniel Stenberg |
2008-02-16 | fix warnings about shadowing | Daniel Stenberg |
2008-02-16 | seems that curently we dont need the imports from (l)ldapx.imp. | Gunter Knauf |
2008-02-16 | re-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 peer | Daniel Stenberg |
2008-02-15 | mention that we explicitly ignore the return code | Daniel Stenberg |
2008-02-15 | log SSH public key authentication failure and reason | Yang Tse |
2008-02-15 | - Pooyan McSporran found and fixed a flaw where you first would do a normal | Daniel Stenberg |
2008-02-15 | fixed version var. | Gunter Knauf |
2008-02-15 | moved info block up before help block so that it can also be displayed before... | Gunter Knauf |
2008-02-11 | Yang Tse pointed out a few remaining quirks from my timeout refactoring from | Daniel Stenberg |
2008-02-11 | open pipe to openssl commandline instead of writing into temp file. | Gunter Knauf |
2008-02-11 | Fixed unused variable warning. | Dan Fandrich |
2008-02-11 | added strict to make sure all vars are properly defined; | Gunter Knauf |
2008-02-10 | Bug report #1888932 (http://curl.haxx.se/bug/view.cgi?id=1888932) points | Yang Tse |
2008-02-10 | added -b switch to provide a backup functionality for existing ca-bundle.crt ... | Gunter Knauf |
2008-02-09 | fixed another wrong var in error message. | Gunter Knauf |
2008-02-09 | fixed wrong var in error message. | Gunter Knauf |
2008-02-08 | - Mike Hommey filed and fixed bug report #1889856 | Daniel Stenberg |
2008-02-08 | include mk-ca-bundle.pl in the tarballs | Daniel Stenberg |
2008-02-08 | use argument to specify output filename if present. | Gunter Knauf |
2008-02-08 | fixed regex to fetch certdata.txt version since it was replaced by CVS (argh!) | Gunter Knauf |
2008-02-08 | added Perl script to create a fresh ca-bundle.crt. | Gunter Knauf |
2008-02-07 | - Refactored a lot of timeout code into a few functions in an attempt to make | Daniel Stenberg |
2008-02-07 | ca-bundle.crt documentational updates that more clearly describe the bundle | Daniel Stenberg |
2008-02-06 | Fix problem in strdup replacement when dealing with absolutely huge strings. | Yang Tse |
2008-02-04 | fixed entry symbols when linked with posix prelude. | Gunter Knauf |
2008-02-04 | added makefile flag to link with NLM POSIX semantics. | Gunter Knauf |
2008-02-03 | - Dmitry Kurochkin cleaned up the pipelining code and removed the need for and | Daniel Stenberg |