Age | Commit message (Expand) | Author |
2008-03-20 | - Added --with-ca-path=DIRECTORY configure option to use an openSSL CApath by | Michal Marek |
2008-03-18 | Fixed an infinite loop when given an invalid SFTP quote command. | Dan Fandrich |
2008-03-18 | - Added curl_easy_getinfo typechecker. | Michal Marek |
2008-03-13 | - Brian Ulm figured out that if you did an SFTP upload with | Daniel Stenberg |
2008-03-13 | Change the confusing two variables for the expect 100 continue stuff into | Daniel Stenberg |
2008-03-11 | - Dmitry Popov filed bug report #1911069 | Daniel Stenberg |
2008-03-11 | - Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and only | Michal Marek |
2008-03-09 | - Brian Ulm reported a crash when doing a second SFTP transfer on a re-used | Daniel Stenberg |
2008-03-07 | VS2005 and later dafault size for time_t is 64-bit, unless | Yang Tse |
2008-03-06 | Regression fix: | Yang Tse |
2008-03-04 | Mike Protts brought a patch that makes resumed transfers work with SFTP. | Daniel Stenberg |
2008-03-01 | - Anatoli Tubman found and fixed a crash with Negotiate authentication used on | Daniel Stenberg |
2008-02-28 | fixed commented define for SSPI. | Gunter Knauf |
2008-02-27 | another small change to the makefiles to simplify rules. | Gunter Knauf |
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 |