summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Removed some extraneous carriage return charactersDan Fandrich2009-09-282-108/+108
* fix compiler warning: conversion from "long" to "size_t" may lose signYang Tse2009-09-281-2/+2
* libcurl private function Curl_memrchr() now in curl_memrchr.c and curl_memrchr.hYang Tse2009-09-288-23/+132
* tiny indent fixDaniel Stenberg2009-09-271-1/+1
* - I introduced a maximum limit for received HTTP headers. It is controlled byDaniel Stenberg2009-09-271-3/+13
* unify two very similar code sections into one single function, header_append()Daniel Stenberg2009-09-271-46/+41
* - John P. McCaskey posted a bug report that showed how libcurl did wrong whenDaniel Stenberg2009-09-261-4/+32
* - Implemented a protocol independent way to specify blocking direction, used byKamil Dudka2009-09-263-18/+41
* minor whitespace editDaniel Stenberg2009-09-251-3/+3
* - Chris Mumford filed bug report #2861587Daniel Stenberg2009-09-251-2/+2
* fix compiler warning: end-of-loop code not reachedYang Tse2009-09-251-21/+17
* fix compiler warning: variable "sni" was set but never usedYang Tse2009-09-241-3/+11
* added support for new SQLite cert database format: added a runtime check for ...Gunter Knauf2009-09-211-2/+5
* added aditional check for the directory specified with SSL_DIR, and fall back...Gunter Knauf2009-09-211-7/+14
* fix compiler warning: comparison between signed and unsignedYang Tse2009-09-181-0/+6
* fix compiler warning: enumerated type mixed with another typeYang Tse2009-09-171-1/+1
* fix compiler warning: conversion to 'size_t' from 'curl_off_t' may alter its ...Yang Tse2009-09-171-1/+1
* Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.hYang Tse2009-09-1710-44/+116
* Attempt to silence bogus compiler warning: "Potential null pointer dereference"Yang Tse2009-09-171-3/+5
* - Sven Anders reported that we introduced a cert verfication flaw for OpenSSL-Daniel Stenberg2009-09-161-6/+11
* Some systems poll function sets POLLHUP in revents without settingYang Tse2009-09-151-0/+14
* Revert Joshua Kwan's patch committed 11 Sep 2009.Yang Tse2009-09-151-6/+2
* Joshua Kwan provided a patch to pass POLLERR / POLLHUP back to c-ares.Gunter Knauf2009-09-111-2/+6
* - Claes Jakobsson fixed a problem with cookie expiry dates at exctly the epochDaniel Stenberg2009-09-101-0/+6
* added debug output for NSS certpath.Gunter Knauf2009-09-081-0/+2
* changed NetWare makefiles to rely on SHELL rather than OSTYPE since we can ha...Gunter Knauf2009-09-071-1/+1
* added casts to silent compiler warning on 64bit systems.Gunter Knauf2009-09-061-2/+2
* use our define struct_stat to be compatible with largefile support.Gunter Knauf2009-09-061-3/+3
* added base64.h include to silent warnings about missing prototype for ATOB_Co...Gunter Knauf2009-09-061-0/+1
* fix copyright yearDaniel Stenberg2009-09-032-2/+2
* provide and export Curl_parsedate() as a library-wide internal functionDaniel Stenberg2009-09-032-9/+57
* - Daniel Johnson founded a flaw in the code convering sftp-errors to libcurlDaniel Stenberg2009-09-021-4/+1
* - Peter Sylvester made a debug featuer for Curl_resolv() that now will forceDaniel Stenberg2009-09-011-5/+15
* - When using the multi interface with FTP and you asked for NOBODY, you did noDaniel Stenberg2009-08-311-1/+5
* add casts to silent compiler warnings with 64bit systems.Gunter Knauf2009-08-301-2/+2
* add cast to silent compiler warning with 64bit systems.Gunter Knauf2009-08-291-1/+1
* fix shadow definition of outp.Gunter Knauf2009-08-291-8/+8
* add cast to silent compiler warning with 64bit systems.Gunter Knauf2009-08-291-1/+1
* removed obsolete casts.Gunter Knauf2009-08-291-2/+2
* add casts to silent compiler warnings with 64bit systems.Gunter Knauf2009-08-291-2/+2
* add cast to silient compiler warning with 64bit systems.Gunter Knauf2009-08-291-1/+1
* - Improved error message for not matching certificate subject name inKamil Dudka2009-08-281-5/+7
* - Introduced a SYST-based test to properly set-up name format when dealing w...Patrick Monnerat2009-08-242-5/+88
* clarify the code by initing newurl to NULLDaniel Stenberg2009-08-241-2/+2
* With CURLOPT_PROXY_TRANSFER_MODE, avoid sending invalid URLs likeMichal Marek2009-08-211-7/+14
* - Andre Guibert de Bruet pointed out a missing return code check for aDaniel Stenberg2009-08-213-14/+33
* - Lots of good work by Krister Johansen, mostly related to pipelining:Daniel Stenberg2009-08-215-80/+201
* added missing curl_easy_pause to export list.Gunter Knauf2009-08-161-0/+1
* - Changed NSS code to not ignore the value of ssl.verifyhost and produce moreKamil Dudka2009-08-131-4/+19
* add missing file, as pointed out by Karl MDaniel Stenberg2009-08-121-0/+1