platform/upstream/curl.git
2010-06-24 Daniel Stenbergmulti_socket: re-use of same socket without notifying app
2010-06-24 Pavel Raiskupftp-wildcard: avoid tight loop when used without any...
2010-06-21 Daniel Stenbergmaketgz: produce CHANGES automatically with the 1000...
2010-06-21 Daniel Stenbergignore: CHANGES.dist gets generated by maketgz
2010-06-21 Daniel StenbergCHANGES: move all contents from CHANGES to CHANGES.0
2010-06-21 Daniel Stenberglog2changes: correct command line, fix tag usage, chang...
2010-06-21 Dan FandrichMake the output of log2changes.pl even more closely...
2010-06-19 Daniel Stenberglog2changes: first version of the git log to CHANGES...
2010-06-18 Daniel Stenbergsendrecv: treat all negative values from send/recv...
2010-06-18 Daniel Stenbergmulti: prevent NULL pointer dereference
2010-06-18 Daniel Stenbergsmtp: fixed a few uses of size_t that seemed to believe...
2010-06-17 Dan FandrichFixed an OOM memory leak in the FTP wildcard code
2010-06-17 Kamil Dudkatest575: do not fail with threaded DNS resolver
2010-06-17 Krister Johansenmulti: unmark handle as used when no longer head of...
2010-06-17 Daniel Stenbergmulti: call the progress function only once and allow...
2010-06-17 Daniel Stenbergmulti: call the progress callback in all states
2010-06-17 Daniel Stenbergconfigure: spell --disable-threaded-resolver correctly
2010-06-16 Daniel Stenbergrelease: start on 7.21.1, bump contributor count
2010-06-16 Daniel Stenbergversion: start working on the 7.21.1-dev version
2010-06-16 Daniel StenbergTHANKS: added contributors from the 7.21.0 release
2010-06-16 Daniel Stenbergrelease: 7.21.0
2010-06-10 Yang Tseremove unused 'tmpdata' and 'backup' ftp_parselist_data...
2010-06-10 Yang Tsereplace isprint() with ISPRINT()
2010-06-10 Yang Tseensure that Curl_wildcard_dtor() leaves WildcardData...
2010-06-09 Patrick MonneratILE/RPG binding updated to current curl.h definitions.
2010-06-09 Yang Tsecode simplification
2010-06-09 Yang Tseadd Curl_ prefix to conform with cURL naming standards
2010-06-08 Yang TseMerge branch 'master' of git@github.com:bagder/curl
2010-06-08 Yang Tsefix compiler warning using curl_socket_t to store socke...
2010-06-08 Daniel Stenberginet_pton: warnings: use size_t to store pointer deltas
2010-06-08 Yang Tseavoid redundant work when reusing same connection
2010-06-08 Yang Tsefix function result checking
2010-06-08 Daniel Stenbergtransfer: warning: implicit conversion
2010-06-08 Daniel StenbergTFTP: fix compiler warning
2010-06-08 Daniel StenbergTFTP: fix warning for sendto() usage on non-POSIX systems
2010-06-07 Dan FandrichInclude Makefile.inc to get the list of source files...
2010-06-07 Yang TseCurl_updateconninfo() error handling fix
2010-06-05 Constantine... OpenSSL: fix spurious SSL connection aborts
2010-06-05 Yang Tsereplace socklen_t with curl_socklen_t
2010-06-04 Frank Meiergetinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORT
2010-06-04 Daniel StenbergRELEASE-NOTES: add contributors not mentioned
2010-06-04 Yang TseEnable OpenLDAP support for cygwin builds.
2010-06-02 Kamil Dudkaftplistparser.c: oops, fix typo in the last commit
2010-06-02 Kamil Dudkaftplistparser.c: avoid some invalid dereferences
2010-06-02 Kamil Dudkalib: eliminate some dead code
2010-06-02 Daniel StenbergSSH: corrected the inability to respect the timeout
2010-06-02 Yang Tsemention last changes
2010-06-02 Yang Tseadd missing new files to non-configure target build...
2010-06-02 Yang Tseinclude libcurl standard internal headers
2010-06-02 Daniel StenbergTODO: add multi interface improvement remove ldap select
2010-06-02 Yang Tsemake setup.h first included file
2010-06-02 Yang Tsefix spnego memory leak
2010-06-02 Yang Tseopenldap header inclusions fix
2010-06-01 Daniel Stenbergmulti_socket: handles timer inaccuracy better for timeouts
2010-06-01 Yang Tsefix ldaps option issue
2010-06-01 Yang Tsefix ldap related compilation issues
2010-06-01 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2010-05-31 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2010-05-31 Patrick Monneratsmtp_authenticate: avoid compiler warnings
2010-05-31 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2010-05-31 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2010-05-31 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2010-05-31 Yang Tsefix compiler warning: external declaration in primary...
2010-05-31 Yang Tsefix compiler warning: variable was set but never used
2010-05-31 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2010-05-31 Yang Tsefix compiler warning: external declaration in primary...
2010-05-31 Yang Tseupdate year in copyright notice
2010-05-29 Kamil Dudkastrtoofft: rename CURL_LLONG_MIN -> CURL_OFF_T_MIN
2010-05-29 Kamil DudkaCURL_LLONG_MAX: avoid constant overflow
2010-05-28 Howard ChuLDAPS: list availability depending on SSL's presence
2010-05-28 Howard ChuLDAP: make it build without SSL if no such support...
2010-05-28 Daniel StenbergTODO: removed fixed items
2010-05-28 Kamil Dudkalib: eliminate 'statement not reached' warnings
2010-05-27 Daniel Stenbergtest1115: verify that unexpected 1xx responses work...
2010-05-27 Kamil Dudkalib577: avoid redefinition of ERROR
2010-05-27 Kamil Dudkatest313: a new test for CRL support
2010-05-27 Kamil Dudkatests/certs: re-generated because of lost pass-phrase
2010-05-27 Kamil Dudkatests/certs/scripts: generate also CRL
2010-05-27 Howard Chuopenldap: fix compiler warnings
2010-05-27 Daniel Stenbergindent: some whitespace edits
2010-05-27 Kamil Dudkawildcard.c: add missing include of "setup.h"
2010-05-27 Tor Arntsenlib573: do not compare double for exact match
2010-05-27 Pavel Raiskupwildcard.c: add missing include of "curl_memory.h"
2010-05-27 Tor Arntsensetup_once: use enum type for 'bool' on non-C99 platforms
2010-05-27 Kamil Dudkaurl.c: avoid implied cast to bool
2010-05-27 Tor Arntsencurl_fnmatch: remove use of register keyword
2010-05-25 Julien ChaffraixRTMP: Fix compiler warnings
2010-05-25 Julien ChaffraixOOM fixes in http_negociate.c and lib/splay.c
2010-05-24 Howard ChuLDAP: properly implemented as a curl_handler
2010-05-21 Tor Arntsencurl_fnmatch: Use int not bool when function returns int
2010-05-21 Daniel StenbergTFTP: send legal timeout value
2010-05-21 Daniel StenbergTFTP: don't ack if wrong block num is received
2010-05-21 Daniel StenbergTFTP: block id wrap bug fix
2010-05-20 Ben GreearFix build warnings.
2010-05-20 Ben Greearsetopt: Fix setting of set.is_fwrite_set
2010-05-20 Tanguy Fautrebuild: allow curl to build with Microsoft VC10
2010-05-20 Tor ArntsenTest 573: Use correct type for CURLINFO_CONNECT_TIME
2010-05-19 Tor Arntsenlib: Fix AIX build failure
2010-05-19 Dan FandrichFixed some memory leaks in the POP3 torture tests
2010-05-18 Dan FandrichFixed a memory leak in the SMTP torture tests
next