platform/upstream/curl.git
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
2010-05-18 Daniel StenbergTFTP: send timeout option correctly
2010-05-16 Tor Arntsenlib: Change some CRLF line endings to LF
2010-05-16 Kamil Dudkaftp wildcard: a new option CURLOPT_FNMATCH_DATA
2010-05-15 Howard ChuRMTP: the version code is now rtmp aware
2010-05-15 Howard ChuRTMP: fix wrong #ifdef
2010-05-15 Pavel Raiskupftp wildcard: fix int32_t and size/group mixups
2010-05-14 Dan FandrichFixed test 577 to work when --enable-hidden-symbols...
2010-05-14 Daniel StenbergOpenSSL: multi interface handshake could hang
2010-05-14 Daniel Stenbergchangelog: add link to bug report
2010-05-14 Dan FandrichAdded directories.pm to the source tar ball
2010-05-14 Daniel Stenbergfollow redirect: ignore response-body on redirect even...
2010-05-14 Daniel Stenbergversion: we're now going for 7.21.0
2010-05-13 Hoi-Ho ChanRemove support for BSD version of PolarSSL
2010-05-13 Dan FandrichAdded Polar SSL and RTMP files to the non-autoconf...
2010-05-13 Dan FandrichAdded the new ftp source files to the non-autoconf...
2010-05-12 Dan FandrichCopy the license file so it's seen by the Android build...
2010-05-12 Daniel Stenbergupdated with symbols added in recent commits for 7...
2010-05-12 Daniel Stenbergchangelogs: mention RTMP and the FTP wildcard support
2010-05-12 Daniel Stenbergftp wildcards: mention they're added in 7.21.0
2010-05-12 Daniel Stenbergstyle: minor whitespace change
2010-05-12 Daniel Stenbergsyntax: cleanups
2010-05-12 Pavel RaiskupFTP: WILDCARDMATCH/CHUNKING/FNMATCH added
2010-05-12 Howard ChuRTMP: initial support added, powered by librtmp
2010-05-11 Howard Chusendrecv: make them two pairs of send/recv to properly...
2010-05-11 Kamil Dudkachangelog: fixed CRL support in libcurl-NSS
2010-05-11 Kamil Dudkanss: make it possible to read ASCII and DER CRL
2010-05-11 Kamil Dudkanss: add CRL to cache instead of read-only NSS db
2010-05-10 Daniel Stenberggit: how to write a fine commit message
2010-05-09 Daniel Stenbergfindtool: file name as a full path requires a slash
2010-05-08 Hackimoved vars into conditional since seems that winsock...
2010-05-07 Daniel Stenbergmulti interface: missed storing connection time
2010-05-07 Daniel Stenbergverboseconnect: so the verbose checking within the...
2010-05-07 Daniel Stenbergchangelogs: split the I/O handling
2010-05-07 Howard Chusendrecv: split the I/O handling into private handler
2010-05-05 Daniel Stenbergchangelog: PolarSSL
2010-05-05 Hoi-Ho ChanPolarSSL: initial support added
2010-04-29 Daniel StenbergTODO: we've done PRET already, consider HOST for the...
2010-04-29 Daniel StenbergTODO: GnuTLS connects are now non-blocking
2010-04-29 Daniel StenbergINTERNALS: tftp is decent now, ldap is not
2010-04-29 Daniel Stenbergchangelog: mention Ben Greear's telnet work
2010-04-29 Ben Greeartelnet: Allow programatic use of telnet.
2010-04-28 Daniel Stenbergtest: enable valgrind for 604, seems to work
2010-04-28 Paul Howarthadd 1s post-command delay to tests 513 and 514
2010-04-26 Kalle VahlmanAllow tools to be defined with full path in buildconf
2010-04-26 Daniel Stenbergprogress callback: can be called more than once per sec
2010-04-25 Daniel StenbergSSH: init and cleanup libssh2 in global_init/cleanup
2010-04-25 Daniel Stenbergnew configure option --enable-threaded-resolver
2010-04-25 Daniel Stenbergconfigure: check for libssh2_init and libssh2_exit
2010-04-24 Kamil Dudkanss: fix SSL handshake timeout underflow
2010-04-24 Guenter Knaufencourage users to take latest lib dependencies.
2010-04-24 Daniel Stenbergsocks5: please static code analyzer
2010-04-24 Daniel Stenberggzip: Value stored to 'data' is never read
2010-04-24 Daniel StenbergRELEASE-NOTES: update top numbers
2010-04-24 Daniel Stenbergchangelog: added the --proto and -proto-redir options
2010-04-24 Alex Blighcurl: added --proto and --proto-redir
2010-04-24 Kamil Dudkatest536: do not fail with threaded DNS resolver
2010-04-21 Daniel Stenbergcurl: -O crash on windows
2010-04-20 Yang Tsehmac.c related compilation adjustment
2010-04-20 Yang Tsehmac.c related compilation adjustment
2010-04-20 monneratAdd compilation directives for hmac in Watcom,riscos...
2010-04-20 Ruslan Gazizovreplaced wsock32.lib usage with ws2_32.lib in MSVC...
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-19 monneratRemove null-effect leftover code.
2010-04-19 Daniel Stenbergchangelog: -J/--remote-header-name strips CRLF
2010-04-19 Daniel Stenbergparse_filename: strip trailing CRs and LFs
2010-04-19 Daniel StenbergCurl_HMAC_MD5: fix the array init to not warn with...
2010-04-19 monneratFix GnuTLS compilation problem in md5.c
2010-04-19 monneratFix compilation problem: declare Curl_HMAC_MD5 as exter...
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-19 monneratImplement SMTP authentication
2010-04-17 Daniel Stenbergparseconfig: Value stored to 'line' is never read
2010-04-17 Daniel Stenbergparsedate: Value stored to 'found' is never read
2010-04-17 Daniel Stenbergcheck_gzip_header: Value stored to 'data' is never...
2010-04-16 Daniel Stenbergdprintf_formatf: Value stored to 'left' is never read
2010-04-16 Daniel Stenbergcurl_version: remove superfluous assignments
2010-04-16 Daniel StenbergFTP PORT: Value stored to 'rc' is never read
next