summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - Added CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION, CURLOPT_SSH_KEYDATA.Daniel Stenberg2009-07-224-8/+199
* - David Binderman found a memory and fd leak in lib/gtls.c:load_file()Michal Marek2009-07-221-5/+10
* - Claes Jakobsson improved the support for client certificates handlingKamil Dudka2009-07-202-129/+125
* added a cast to silent compiler warning with 64bit systems.Gunter Knauf2009-07-162-2/+2
* Added nonblock.c to the non-automake makefiles (note that the dependenciesDan Fandrich2009-07-153-3/+11
* fixed typo.Gunter Knauf2009-07-151-3/+3
* ENH: add optional support for c-aresBill Hoffman2009-07-141-1/+3
* ENH: move config.h.cmake to curl_config.h.cmake so it builds againBill Hoffman2009-07-141-0/+0
* ENH: add nonblock.c to build for CMakeBill Hoffman2009-07-141-0/+1
* renamed generated config.h to curl_config.h in order to avoid clashes when li...Gunter Knauf2009-07-149-22/+22
* silence a compiler warningDaniel Stenberg2009-07-111-1/+1
* add these new files to CVS as wellDaniel Stenberg2009-07-092-0/+133
* - Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses forDaniel Stenberg2009-07-096-66/+15
* - Constantine Sapuntzakis posted bug report #2813123Daniel Stenberg2009-07-081-11/+11
* added INET_ADDRSTRLEN define in case system headers dont provide.Gunter Knauf2009-07-041-0/+3
* removed NIFLAGS which is no longer used; added NI_MAXHOST since its missing w...Gunter Knauf2009-07-041-4/+2
* Markus Koetter provided a patch to avoid getnameinfo() usage which broke a co...Gunter Knauf2009-07-041-10/+11
* Tor Arntsen pointed out a missing #ifdef for IPv6, and I changed another oneDaniel Stenberg2009-06-301-2/+4
* - Markus Koetter made CURLOPT_FTPPORT (and curl's -P/--ftpport) support a portDaniel Stenberg2009-06-291-187/+159
* - Modified the separators used for CURLOPT_CERTINFO in multi-part outputs. IDaniel Stenberg2009-06-291-1/+1
* Fixed a compiler warning.Dan Fandrich2009-06-271-1/+1
* fix indentation.Michal Marek2009-06-191-13/+13
* sclose() function-like macro definition used to close a socket,Yang Tse2009-06-195-24/+19
* - When doing non-anonymous ftp via http proxies and the password is notMichal Marek2009-06-163-22/+38
* Replaced use of standard C library rand()/srand() by our own pseudo-random nu...Patrick Monnerat2009-06-153-5/+38
* DEBUGBUILD / CURLDEBUG decoupling follow-upYang Tse2009-06-151-2/+2
* DEBUGBUILD / CURLDEBUG decoupling follow-upYang Tse2009-06-154-7/+5
* improve usability with UNIX-like shells or a DOS command interpretersYang Tse2009-06-131-8/+21
* include <limits.h> for INT_MAX definitionYang Tse2009-06-121-0/+4
* fix compiler warningYang Tse2009-06-123-9/+13
* DOS adjustmentsYang Tse2009-06-111-12/+16
* - Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings andDaniel Stenberg2009-06-107-14/+7
* Adjusted to take in account that...Yang Tse2009-06-1012-30/+33
* ENH: lower case cmake functions and remove tabs and re-indent cmake codeBill Hoffman2009-06-091-70/+70
* initialize fread callback pointer to avoid compiler warningYang Tse2009-06-091-0/+1
* - Claes Jakobsson provided a patch for libcurl-NSS that fixed a bad refcountDaniel Stenberg2009-06-082-19/+12
* Igor Novoseltsev adjusted Makefile.vxworks to get sources and headersYang Tse2009-06-081-3/+6
* ../include/curl/curlbuild.h.dist is not present in release archives soDaniel Stenberg2009-06-081-4/+4
* Revert delegating c-ares linking magic on libtool and auto-makefiles when usingYang Tse2009-06-061-8/+0
* - Setting the Content-Length: header from your app when you do a POST or PUTDaniel Stenberg2009-06-051-3/+8
* fix shadowing of a global declarationYang Tse2009-06-044-17/+23
* allow building libcurl for VxWorksYang Tse2009-06-046-15/+1163
* c-ares embbeded builds header include paths fully defined in makefilesYang Tse2009-06-041-0/+7
* Delegate c-ares linking magic on libtool and auto-makefiles when usingYang Tse2009-05-301-0/+8
* corrected commentsDaniel Stenberg2009-05-291-2/+2
* Fixed a few comment typos (from the FreeBSD ports)Dan Fandrich2009-05-281-1/+1
* fix compiler warning: variable was set but never usedYang Tse2009-05-281-5/+8
* fix compiler warning: unused parameterYang Tse2009-05-283-1/+7
* - Claes Jakobsson fixed libcurl-NSS to build fine even without theDaniel Stenberg2009-05-271-0/+4
* - Mike Crowe pointed out that setting CURLOPT_USERPWD to NULL used to clearDaniel Stenberg2009-05-271-2/+8