Added --enable-curldebug configure option to enable and disable building
[platform/upstream/curl.git] / lib /
2009-06-09 Bill HoffmanENH: lower case cmake functions and remove tabs and...
2009-06-09 Yang Tseinitialize fread callback pointer to avoid compiler...
2009-06-08 Daniel Stenberg- Claes Jakobsson provided a patch for libcurl-NSS...
2009-06-08 Yang TseIgor Novoseltsev adjusted Makefile.vxworks to get sourc...
2009-06-08 Daniel Stenberg../include/curl/curlbuild.h.dist is not present in...
2009-06-06 Yang TseRevert delegating c-ares linking magic on libtool and...
2009-06-05 Daniel Stenberg- Setting the Content-Length: header from your app...
2009-06-04 Yang Tsefix shadowing of a global declaration
2009-06-04 Yang Tseallow building libcurl for VxWorks
2009-06-04 Yang Tsec-ares embbeded builds header include paths fully defin...
2009-05-30 Yang TseDelegate c-ares linking magic on libtool and auto-makef...
2009-05-29 Daniel Stenbergcorrected comments
2009-05-28 Dan FandrichFixed a few comment typos (from the FreeBSD ports)
2009-05-28 Yang Tsefix compiler warning: variable was set but never used
2009-05-28 Yang Tsefix compiler warning: unused parameter
2009-05-27 Daniel Stenberg- Claes Jakobsson fixed libcurl-NSS to build fine even...
2009-05-27 Daniel Stenberg- Mike Crowe pointed out that setting CURLOPT_USERPWD...
2009-05-27 Daniel Stenberg- Andre Guibert de Bruet found a call to a OpenSSL...
2009-05-27 Daniel Stenberg- Frank McGeough provided a small OpenSSL #include...
2009-05-25 Daniel Stenberg- bug report #2796358 (curl.haxx.se/bug/view.cgi?id...
2009-05-22 Dan FandrichRemoved some obsolete digest code that caused a valgrin...
2009-05-19 Gunter Knaufchanged ssh.c to use HAVE_LIBSSH2_SESSION_BLOCK_DIRECTI...
2009-05-19 Daniel Stenberg- Kamil Dudka brought the patch from the Redhat bug...
2009-05-19 Yang TseRemove empty line used to force CVS to update the ...
2009-05-18 Yang TseAdd empty line, to force CVS to update the $Id date...
2009-05-18 Yang TseUpdate copyright year, to force CVS to update the ...
2009-05-18 Yang TseSimplify c-ares function capability check
2009-05-17 Gunter Knauffixed case.
2009-05-17 Yang TseTake in account c-ares 1.6.1 introduces ares_library_in...
2009-05-17 Daniel Stenberg- James Bursa posted a patch to the mailing list that...
2009-05-12 Daniel StenbergReverted my change to use Curl_connected_proxy() here...
2009-05-12 Daniel Stenbergmake no proxy set return OK from Curl_connected_proxy...
2009-05-11 Daniel Stenbergmoved variables more locally to get rid of one set...
2009-05-11 Daniel StenbergUse Curl_connected_proxy() here instead of duplicating...
2009-05-11 Daniel Stenbergfix the Curl_connected_proxy function for when libcurl...
2009-05-11 Daniel Stenberg- Balint Szilakszi reported a memory leak when libcurl...
2009-05-11 Daniel Stenberg- Kamil Dudka provided a fix for libcurl-NSS reported...
2009-05-11 Daniel Stenberg- I fixed the problem with doing NTLM, POST and then...
2009-05-11 Daniel StenbergInternal cleanup: KEEP_WRITE and KEEP_READ are now...
2009-05-10 Daniel Stenberg- Andre Guibert de Bruet correctly pointed out an over...
2009-05-10 Yang TseFix function call pointed data size argument mismatch...
2009-05-10 Yang TseFix type cast
2009-05-09 Daniel StenbergConnectPlease() fixed for the new proxy connect functio...
2009-05-09 Yang TseFix libssh2 preprocessor symbol definition check
2009-05-09 Yang TseIgnore more files for cvs
2009-05-08 Yang TseFix CR
2009-05-08 Yang TseRenamed vc6 workspace and project files to avoid filena...
2009-05-08 Yang TseRenamed vc6 workspace and project files to avoid filena...
2009-05-08 Daniel Stenberg- Constantine Sapuntzakis fixed bug report #2784055
2009-05-07 Daniel StenbergCurl_sndbufset is (at times) defined in the header...
2009-05-07 Daniel Stenberg- Made the SO_SNDBUF setting for the data connection...
2009-05-07 Yang TseFix an issue, affecting FTP transfers, introduced with...
2009-05-07 Daniel Stenberg- Vijay G filed bug report #2723236
2009-05-05 Yang Tsefix compiler warning
2009-05-05 Daniel StenbergI simplified the SSL session id re-use code now to...
2009-05-04 Daniel Stenberg- Inspired by Michael Smith's session id fix for OpenSS...
2009-05-04 Daniel Stenberg- Michael Smith posted bug report #2786255
2009-05-04 Yang TseDavid McCreedy's "transfer.c fixes for CURL_DO_LINEEND_...
2009-05-02 Yang TseUse build-time configured curl_socklen_t instead of...
2009-05-01 Yang TseDavid McCreedy's "http.c fix to Curl_proxyCONNECT for...
2009-05-01 Yang TseDavid McCreedy's "TPF-platform specific changes to...
2009-04-30 Yang Tsefix compiler warning: unused parameter
2009-04-30 Yang TseUse 'unsigned int' instead of size_t attempting to...
2009-04-30 Yang TseNetWare LibC's getpeername() third argument data type...
2009-04-29 Yang Tsecurl_socklen_t NetWare follow-up
2009-04-29 Daniel Stenberg- Based on bug report #2723219 (curl.haxx.se/bug/view...
2009-04-28 Daniel Stenberg- Constantine Sapuntzakis filed bug report #2783090
2009-04-28 Yang Tseallow usage of in-tree c-ares when building from outsid...
2009-04-28 Daniel Stenberg- Bug report #2709004 (curl.haxx.se/bug/view.cgi?id...
2009-04-27 Daniel StenbergAdd missing cmake files to the tarball (thanks to Richa...
2009-04-26 Daniel Stenberg- Bug report #2779733 (curl.haxx.se/bug/view.cgi?id...
2009-04-25 Yang TseFurther narrow the use of the icc 9.1 optimizer workaround.
2009-04-24 Daniel Stenberg- Kamil Dudka fixed another NSS-related leak when clien...
2009-04-24 Yang TseTry a simpler variation of the 'volatile' variables...
2009-04-23 Yang TseTry another variation of the 'volatile' variables icc...
2009-04-23 Dan FandrichAdded new libcurl source files to Amiga, RiscOS and...
2009-04-22 Yang TseDisable optimizations when compiling function Curl_free...
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2009-04-21 Yang TseMoved potential inclusion of system's malloc.h and...
2009-04-21 Yang Tseremove unnecessary typecast
2009-04-20 Daniel Stenberg- Leanic Lefever reported a crash and did some detailed...
2009-04-19 Yang Tseattempt to workaround icc 9.1 optimizer induced problem
2009-04-18 Gisle VanemAdded 'slist.obj'.
2009-04-18 Gisle VanemAdded HAVE_LIMITS_H.
2009-04-17 Daniel Stenberg- Pramod Sharma reported and tracked down a bug when...
2009-04-17 Yang Tsefurther narrow the use of the icc 9.1 optimizer workaround
2009-04-16 Yang Tseattempt to workaround icc 9.1 optimizer induced problem
2009-04-15 Gunter Knaufmoved HAVE_LIMITS_H to common defines (no idea why...
2009-04-14 Yang TseHAVE_LIMITS_H definition for NetWare CLIB
2009-04-14 Daniel Stenbergfirst take at bundling cmake-related files in the tarball
2009-04-14 Yang Tseuse HAVE_LIMITS_H symbol to protect limits.h inclusion
2009-04-14 Yang Tseinclude <limits.h> for INT_MAX definition
2009-04-14 Yang Tsefix compiler warning: implicit conversion shortens...
2009-04-14 Daniel StenbergKamil Dudka's follow-up fix
2009-04-13 Daniel Stenberg- bug report #2727981 (curl.haxx.se/bug/view.cgi?id...
2009-04-13 Daniel Stenberg- Toshio Kuratomi reported a memory leak problem with...
2009-04-13 Yang Tsefix compiler warning: implicit conversion shortens...
2009-04-11 Dan FandrichAdded new libcurl source files to Symbian OS build...
2009-04-11 Yang TseUse 'curl_socket_t' instead of 'int' for socket.
2009-04-11 Yang Tsefix compiler warning: enumerated type mixed with anothe...
next