summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed a memory leak in the FTP code and an off-by-one heap buffer overflow.Dan Fandrich2009-08-111-3/+3
* fix cast for some systems which are broken due to absense of socklen_t, there...Gunter Knauf2009-08-071-1/+2
* fixed cast added with last commit.Gunter Knauf2009-08-061-1/+1
* cast to fix 64bit build warnings. From manpage:Gunter Knauf2009-08-061-1/+1
* avoid possible NULL dereference caused by my previous fixDaniel Stenberg2009-08-031-1/+1
* indentation fixes onlyDaniel Stenberg2009-08-031-28/+27
* Reverted the zero-byte-in-name check to instead rely on the fact that strlenDaniel Stenberg2009-08-031-32/+30
* Extended my embedded-zero-in-cert-name fix based on a comment from ScottDaniel Stenberg2009-08-021-12/+17
* - Curt Bogmine reported a problem with SNI enabled on a particular server. WeDaniel Stenberg2009-08-012-0/+8
* - Scott Cantor posted the bug report #2829955Daniel Stenberg2009-08-011-11/+22
* - Tanguy Fautre pointed out that OpenSSL's function RAND_screen() (presentDaniel Stenberg2009-08-011-2/+8
* - Alexander Beedie provided the patch for a noproxy problem: If I have setDaniel Stenberg2009-08-011-4/+7
* - All the quote options (CURLOPT_QUOTE, CURLOPT_POSTQUOTE andDaniel Stenberg2009-07-271-3/+18
* From: Johan van SelstDaniel Stenberg2009-07-271-0/+3
* - Bug report #2825989 (http://curl.haxx.se/bug/view.cgi?id=2825989) pointedDaniel Stenberg2009-07-261-5/+3
* changes to silent compiler warnings with 64bit systems.Gunter Knauf2009-07-241-1/+1
* changes to silent compiler warnings with 64bit systems.Gunter Knauf2009-07-241-2/+2
* changes to silent compiler warnings with 64bit systems.Gunter Knauf2009-07-231-21/+15
* fixed brace error.Gunter Knauf2009-07-231-1/+1
* changes to silent compiler warnings with 64bit systems.Gunter Knauf2009-07-231-26/+20
* blocked sshkeycallback() with HAVE_LIBSSH2_KNOWNHOST_API to avoid compiler wa...Gunter Knauf2009-07-231-0/+2
* - 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