summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - Brian Ulm figured out that if you did an SFTP upload withDaniel Stenberg2008-03-131-2/+6
* Change the confusing two variables for the expect 100 continue stuff intoDaniel Stenberg2008-03-132-24/+29
* - Dmitry Popov filed bug report #1911069Daniel Stenberg2008-03-111-27/+15
* - Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and onlyMichal Marek2008-03-111-0/+1
* - Brian Ulm reported a crash when doing a second SFTP transfer on a re-usedDaniel Stenberg2008-03-091-1/+16
* VS2005 and later dafault size for time_t is 64-bit, unlessYang Tse2008-03-072-0/+20
* Regression fix:Yang Tse2008-03-061-8/+8
* Mike Protts brought a patch that makes resumed transfers work with SFTP.Daniel Stenberg2008-03-041-3/+111
* - Anatoli Tubman found and fixed a crash with Negotiate authentication used onDaniel Stenberg2008-03-012-3/+10
* fixed commented define for SSPI.Gunter Knauf2008-02-281-1/+1
* another small change to the makefiles to simplify rules.Gunter Knauf2008-02-271-5/+3
* some more minor makefile changes; removed useless dist target.Gunter Knauf2008-02-261-5/+2
* fixed install target to create a ca-bundle.crt since we have no longer one in...Gunter Knauf2008-02-261-4/+10
* Added support for server name indication (RFC 4366).Gunter Knauf2008-02-262-0/+32
* - Kaspar Brand made GnuTLS-built libcurl properly acknowledge the option thatDaniel Stenberg2008-02-251-1/+8
* - Sam Listopad provided a patch in feature-request #1900014Daniel Stenberg2008-02-231-1/+34
* - Zmey Petroff found a crash when libcurl accessed a NULL pointer, whichDaniel Stenberg2008-02-211-2/+6
* assert that the *connp is a non-NULL pointer when Curl_done() is calledDaniel Stenberg2008-02-211-2/+7
* oops, fixed to buildDaniel Stenberg2008-02-201-1/+1
* - Based on initial work done by Gautam Kachroo to address a bug, we now keepDaniel Stenberg2008-02-208-13/+38
* - We no longer support setting the CURLOPT_URL option from inside a callbackDaniel Stenberg2008-02-205-81/+26
* applied patch to disable SSLv2 by default; discussion:Gunter Knauf2008-02-193-3/+10
* fix compiler warnings: 'statement is unreachable'Yang Tse2008-02-191-3/+3
* fix compiler warnings: 'enumerated type mixed with another type'Yang Tse2008-02-191-6/+7
* https_getsock() should be static all over (and did some fixed indenting)Daniel Stenberg2008-02-181-18/+18
* added check symbol for linking with POSIX prelude.Gunter Knauf2008-02-181-0/+1
* fix compiler warnings:Yang Tse2008-02-181-21/+24
* - We're no longer providing a very old ca-bundle in the curl tarball. You canDaniel Stenberg2008-02-182-4401/+2
* rephrased commentDaniel Stenberg2008-02-171-1/+1
* In Curl_done() if premature is TRUE, it means this connection was said to beDaniel Stenberg2008-02-171-2/+9
* don't do the GOT_NOTHING error check if the DONE function was called withDaniel Stenberg2008-02-171-1/+3
* added a comment about the ignoring of the Curl_done() return codeDaniel Stenberg2008-02-171-2/+5
* oops, that was debug code not meant to be committed like this...Daniel Stenberg2008-02-161-4/+0
* fix warnings about shadowingDaniel Stenberg2008-02-161-19/+23
* seems that curently we dont need the imports from (l)ldapx.imp.Gunter Knauf2008-02-161-2/+2
* re-ordered the module dependency list;Gunter Knauf2008-02-161-4/+4
* - Made the gnutls code path not even try to get the server cert if no peerDaniel Stenberg2008-02-151-21/+25
* mention that we explicitly ignore the return codeDaniel Stenberg2008-02-151-1/+2
* log SSH public key authentication failure and reasonYang Tse2008-02-151-0/+4
* - Pooyan McSporran found and fixed a flaw where you first would do a normalDaniel Stenberg2008-02-151-2/+1
* fixed version var.Gunter Knauf2008-02-151-1/+1
* moved info block up before help block so that it can also be displayed before...Gunter Knauf2008-02-151-13/+20
* Yang Tse pointed out a few remaining quirks from my timeout refactoring fromDaniel Stenberg2008-02-113-9/+38
* open pipe to openssl commandline instead of writing into temp file.Gunter Knauf2008-02-111-6/+3
* Fixed unused variable warning.Dan Fandrich2008-02-111-3/+2
* added strict to make sure all vars are properly defined;Gunter Knauf2008-02-111-29/+38
* Bug report #1888932 (http://curl.haxx.se/bug/view.cgi?id=1888932) pointsYang Tse2008-02-101-1/+5
* added -b switch to provide a backup functionality for existing ca-bundle.crt ...Gunter Knauf2008-02-101-2/+11
* fixed another wrong var in error message.Gunter Knauf2008-02-091-1/+1
* fixed wrong var in error message.Gunter Knauf2008-02-091-1/+1