summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Mike Hommey filed and fixed bug report #1889856Daniel Stenberg2008-02-081-1/+3
* include mk-ca-bundle.pl in the tarballsDaniel Stenberg2008-02-081-2/+2
* use argument to specify output filename if present.Gunter Knauf2008-02-081-3/+3
* fixed regex to fetch certdata.txt version since it was replaced by CVS (argh!)Gunter Knauf2008-02-081-3/+6
* added Perl script to create a fresh ca-bundle.crt.Gunter Knauf2008-02-081-0/+162
* - Refactored a lot of timeout code into a few functions in an attempt to makeDaniel Stenberg2008-02-078-180/+116
* ca-bundle.crt documentational updates that more clearly describe the bundleDaniel Stenberg2008-02-071-10/+32
* Fix problem in strdup replacement when dealing with absolutely huge strings.Yang Tse2008-02-061-2/+6
* fixed entry symbols when linked with posix prelude.Gunter Knauf2008-02-041-0/+5
* added makefile flag to link with NLM POSIX semantics.Gunter Knauf2008-02-041-0/+14
* - Dmitry Kurochkin cleaned up the pipelining code and removed the need for andDaniel Stenberg2008-02-033-50/+25
* - Niklas Angebrand made the cookie support in libcurl properly deal with theDaniel Stenberg2008-01-312-1/+21
* - Dmitry Kurochkin moved several struct fields from the connectdata struct toDaniel Stenberg2008-01-317-63/+56
* silent stupid 'del' message when no files to delete found;Gunter Knauf2008-01-291-3/+3
* - Dmitry Kurochkin fixed Curl_done() for pipelining, as it could previouslyDaniel Stenberg2008-01-291-5/+10
* this was modified this year so we bump the copyright yearDaniel Stenberg2008-01-281-1/+1
* Dmitry Kurochkin: In "real world" testing I found more bugs inDaniel Stenberg2008-01-271-0/+3
* - Kevin Reed filed bug report #1879375Daniel Stenberg2008-01-251-2/+11
* updated makefiles to use global copyright define.Gunter Knauf2008-01-241-1/+1
* minor makefile tweaks.Gunter Knauf2008-01-241-3/+3
* use copyright define instead of hardcoded string.Gunter Knauf2008-01-241-1/+2
* "Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and soDaniel Stenberg2008-01-233-9/+15
* Dmitry Kurochkin's pipelining close-down segfault fixDaniel Stenberg2008-01-231-2/+7
* update openssl versionYang Tse2008-01-231-1/+1
* happy new yearGunter Knauf2008-01-231-1/+1
* removed inclusion of libcurl memory debug headers since this lib stub is a we...Gunter Knauf2008-01-231-2/+0
* when unable to initialize sftp session, also log failure reasonYang Tse2008-01-221-1/+5