summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* check availability of poll.h header at configuration time, and includeYang Tse2008-01-221-2/+6
* update copyright yearYang Tse2008-01-221-2/+2
* Dmitry Kurochkin removed the cancelled state for pipelining, as we agreedDaniel Stenberg2008-01-214-45/+12
* Lau Hang Kin found and fixed a problem with the multi interface when doingDaniel Stenberg2008-01-181-0/+1
* updated lib versions.Gunter Knauf2008-01-171-2/+2
* updated copyright for new year.Gunter Knauf2008-01-171-1/+1
* Dmitry Kurochkin's additional pipelining bugfixDaniel Stenberg2008-01-161-1/+5
* Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support thatDaniel Stenberg2008-01-167-111/+262
* Calls to Curl_failf() are not supposed to provide a trailing newline as theDaniel Stenberg2008-01-158-59/+59
* Woops, partly revert my previous commit and do it slightly differently instead.Daniel Stenberg2008-01-155-29/+23
* I made the torture test on test 530 go through. This was actually due toDaniel Stenberg2008-01-154-17/+29
* Joe Malicki filed bug report #1871269Daniel Stenberg2008-01-141-1/+3
* fix compiler warningYang Tse2008-01-141-1/+1
* Trying GnuTLS and OpenSSL together fails to compile in not soGisle Vanem2008-01-141-0/+3
* fix compiler warningYang Tse2008-01-131-1/+1
* fix compiler warningYang Tse2008-01-111-4/+5
* fix compiler warningYang Tse2008-01-111-5/+4
* Daniel Egger made CURLOPT_RANGE work on file:// URLs the very same way itDaniel Stenberg2008-01-111-5/+84
* Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allowDaniel Stenberg2008-01-105-47/+99
* Nikitinskit Dmitriy filed bug report #1868255Daniel Stenberg2008-01-101-1/+4
* corrected commentDaniel Stenberg2008-01-101-2/+2
* fix compiler warningYang Tse2008-01-093-7/+8
* Introducing curl_easy_pause() and new magic return codes for both the readDaniel Stenberg2008-01-086-27/+231
* Change typecast due to http://cool.haxx.se/cvs.cgi/curl/include/curl/curl.h.d...Yang Tse2008-01-081-2/+2