platform/upstream/curl.git
2009-08-11 Dan FandrichInclude the Android make file in the source package...
2009-08-11 Patrick MonneratFix definition of CURLOPT_SOCKS5_GSSAPI_SERVICE from...
2009-08-11 Daniel StenbergAdded links to more details on most issues. Moved all...
2009-08-11 Dan FandrichFixed a memory leak in the FTP code and an off-by-one...
2009-08-09 Dan FandrichFixed some memory leaks in the command-line tool that...
2009-08-07 Gunter Knauffix cast for some systems which are broken due to absen...
2009-08-06 Gunter Knaufadded a cast to silent compiler warning with 64bit...
2009-08-06 Gunter Knauffixed cast added with last commit.
2009-08-06 Gunter Knaufcast to fix 64bit build warnings. From manpage:
2009-08-04 Daniel StenbergRFC1867 was updated by RFC2388
2009-08-03 Daniel Stenbergavoid possible NULL dereference caused by my previous fix
2009-08-03 Gisle VanemRemove call to LoadLibrary(). (leftover from debugging).
2009-08-03 Gisle VanemFix bad sentence.
2009-08-03 Daniel Stenberg- Timo Teras changed the reason code used in the resolv...
2009-08-03 Daniel Stenberg256 - "More questions about ares behavior"
2009-08-03 Daniel Stenbergindentation fixes only
2009-08-03 Daniel Stenberg- Joshua Kwan fixed the init routine to fill in the...
2009-08-03 Daniel Stenbergrespect error code from ftruncate(), mentioned by Peter...
2009-08-03 Daniel StenbergReverted the zero-byte-in-name check to instead rely...
2009-08-02 Daniel Stenbergclarified configure detection of GnuTLS
2009-08-02 Daniel StenbergExtended my embedded-zero-in-cert-name fix based on...
2009-08-02 Daniel Stenbergmention two crashing bugs we'd like fixed
2009-08-01 Daniel Stenbergclarify the description of the null byte in cert name fix
2009-08-01 Daniel Stenberg- Curt Bogmine reported a problem with SNI enabled...
2009-08-01 Daniel Stenberg- Scott Cantor posted the bug report #2829955
2009-08-01 Daniel Stenberg- Tanguy Fautre pointed out that OpenSSL's function...
2009-08-01 Daniel Stenberg- Alexander Beedie provided the patch for a noproxy...
2009-08-01 Daniel Stenbergupdated with recent issues
2009-07-31 Daniel Stenberg67. When creating multipart formposts. The file name...
2009-07-31 Dan FandrichCopy the libcurl header files into the right location...
2009-07-28 Daniel Stenberguse --insecure for the SFTP and SCP tests
2009-07-27 Daniel Stenbergmoved the changes that aren't strictly bugfixes until...
2009-07-27 Daniel Stenberg- All the quote options (CURLOPT_QUOTE, CURLOPT_POSTQUO...
2009-07-27 Daniel StenbergFrom: Johan van Selst
2009-07-26 Daniel Stenberg- Bug report #2825989 (curl.haxx.se/bug/view.cgi?id...
2009-07-25 Daniel Stenbergproperly free data returned by aprintf(), and bring...
2009-07-25 Gunter Knaufblocked new stuff with HAVE_LIBSSH2_KNOWNHOST_API...
2009-07-24 Gunter Knaufchanges to silent compiler warnings with 64bit systems.
2009-07-24 Gunter Knaufchanges to silent compiler warnings with 64bit systems.
2009-07-23 Gunter Knaufchanges to silent compiler warnings with 64bit systems.
2009-07-23 Gunter Knauffixed brace error.
2009-07-23 Gunter Knaufchanges to silent compiler warnings with 64bit systems.
2009-07-23 Gunter Knaufblocked sshkeycallback() with HAVE_LIBSSH2_KNOWNHOST_AP...
2009-07-22 Daniel Stenberg242 - SSH knownhost support (powered by libssh2 1.2)
2009-07-22 Daniel Stenberg- Added CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION...
2009-07-22 Daniel Stenbergdon't set READDATA since it isn't used and only confuse...
2009-07-22 Michal Marek- David Binderman found a memory and fd leak in lib...
2009-07-21 Daniel Stenberg66. When using telnet, the time limitation options...
2009-07-20 Kamil Dudka- Claes Jakobsson improved the support for client certi...
2009-07-17 Gunter Knauftrial to fix a win64 compiler warning.
2009-07-16 Gunter Knaufadded a cast to silent compiler warning with 64bit...
2009-07-16 Gunter Knauftest if adding ../lib to includes can fix the current...
2009-07-15 Dan FandrichAdded nonblock.c to the non-automake makefiles (note...
2009-07-15 Bill HoffmanENH: fix build with ssl
2009-07-15 Bill HoffmanENH: move dashboard location
2009-07-15 Bill HoffmanBUG: curl did not build with cmake with VS 2005 for...
2009-07-15 Michal Marek- Changed the description of CURLINFO_OS_ERRNO to make...
2009-07-15 Gunter Knauffixed typo.
2009-07-14 Bill HoffmanENH: add optional support for c-ares
2009-07-14 Gunter Knaufrenamed generated config.h to curl_config.h in order...
2009-07-14 Gunter Knaufupdated openssl version to latest; removed obsolete...
2009-07-14 Bill HoffmanENH: move config.h.cmake to curl_config.h.cmake so...
2009-07-14 Gunter Knaufrenamed generated config.h to ares_config.h in order...
2009-07-14 Bill HoffmanENH: add nonblock.c to build for CMake
2009-07-14 Bill HoffmanENH: do not report if zlib is not found as it still...
2009-07-14 Gunter Knaufrenamed generated config.h to curl_config.h in order...
2009-07-14 Gunter Knaufrenamed generated config.h to curl_config.h in order...
2009-07-13 Gunter Knaufadded PKG_CONFIG_PATH to output to better verify if...
2009-07-11 Daniel Stenbergsilence a compiler warning
2009-07-09 Daniel Stenbergadd these new files to CVS as well
2009-07-09 Daniel Stenberg241 - expose Curl_nonblock as curlx_nonblock
2009-07-09 Daniel Stenberg- Eric Wong introduced curlx_nonblock() that the curl...
2009-07-09 Daniel Stenberg240 - GnuTLS configure fix to find older installations
2009-07-09 Daniel Stenbergbring back the libgnutls-config use for checking for...
2009-07-09 Daniel Stenbergtwo more pending issues
2009-07-08 Daniel Stenberg245 - HTTP version getinfo
2009-07-08 Daniel Stenbergupdated with the actions I want to have done before...
2009-07-08 Daniel StenbergMarkus Koetter's man page updates for the FTPPORT ranges
2009-07-08 Daniel Stenberg- Constantine Sapuntzakis posted bug report #2813123
2009-07-04 Gunter Knaufadded INET_ADDRSTRLEN define in case system headers...
2009-07-04 Gunter Knaufremoved NIFLAGS which is no longer used; added NI_MAXHO...
2009-07-04 Gunter KnaufMarkus Koetter provided a patch to avoid getnameinfo...
2009-06-30 Daniel Stenbergsilly typo, pointed out by Fabian Keil
2009-06-30 Daniel StenbergTor Arntsen pointed out a missing #ifdef for IPv6,...
2009-06-29 Daniel Stenbergmy CURLINFO_CERTINFO fix
2009-06-29 Daniel Stenberg- Markus Koetter made CURLOPT_FTPPORT (and curl's ...
2009-06-29 Daniel Stenberg- Modified the separators used for CURLOPT_CERTINFO...
2009-06-27 Dan FandrichFixed a compiler warning.
2009-06-21 Yang TseRefactor how libraries are checked for connect() functi...
2009-06-20 Yang TseRefactor how libraries are checked for connect() function,
2009-06-20 Gisle VanemRemove unneeded defines.
2009-06-20 Gisle VanemUse select_s() and not select().
2009-06-20 Gunter Knaufavoid pressanykey() call when curl finishes and was...
2009-06-19 Michal Marekfix indentation.
2009-06-19 Yang Tsesclose() function-like macro definition used to close...
2009-06-18 Yang Tseadd CloseSocket camel case function check
2009-06-17 Yang Tsecheck for socket() and closesocket() as it is done...
2009-06-17 Yang Tsesocket() and closesocket() prototypes might be in socket.h
2009-06-17 Yang Tsecheck for socket() and closesocket() as it is done...
2009-06-17 Dan FandrichAdded a few more compiler warning options for gcc.
next