platform/upstream/curl.git
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
2010-04-16 Daniel StenbergCurl_setup_transfer: no longer returns anything
2010-04-16 Daniel StenbergPASV response: Value stored to 'rc' is never read
2010-04-16 Daniel StenbergCurl_perform: Value stored to 'res2' is never read
2010-04-16 Daniel Stenbergsftp range: remove unnecessary check for NULL pointer
2010-04-16 Daniel Stenbergftp_range: remove unnecessary check for NULL pointer
2010-04-16 Daniel Stenbergfile_range: remove unnecessary check for NULL pointer
2010-04-16 Daniel StenbergSOCKS4: Value stored to 'rc' is never read
2010-04-16 Daniel StenbergFTP PASV: Value stored to 'rc' is never read
2010-04-16 Daniel Stenbergftp_range: Value stored to 'totalsize' is never read
2010-04-16 Daniel StenbergSOCKS5: when name resolves fail return immediately
2010-04-16 Daniel StenbergPOP3: when USER command fails, don't even try PASS
2010-04-16 Daniel Stenbergtftp_rx: Value stored to 'sbytes' is never read
2010-04-16 Daniel Stenbergfile_range: Value stored to 'totalsize' is never read
2010-04-16 Daniel Stenbergchangelog: GnuTLS: SSL handshake phase is non-blocking
2010-04-16 Jerome VouillonGnuTLS: make the connection phase non-blocking
2010-04-16 Daniel Stenbergkrb5_auth: fix my previous change to compile
2010-04-16 unknownOS400 version V5R2M0 not supported anymore by IBM:...
2010-04-16 Daniel Stenbergchangelog: GnuTLS fix, no reverse loopkups and fixed...
2010-04-16 Daniel StenbergSSL_RECV: EOF is not an error here
2010-04-16 Paul Howarthconfigure: GSSAPI detection on ancient Linux distros
2010-04-16 Daniel Stenbergresolvers: no more using AI_CANONNAME
2010-04-16 Daniel StenbergKRB5: use given host name instead of reverse lookup...
2010-04-15 Dan FandrichRemove redundant conditional
2010-04-15 Dan FandrichEliminated an unlikely race condition in some tests.
2010-04-15 Daniel Stenbergchangelog: prevent needless reverse name lookups
2010-04-15 Daniel StenbergCurl_ipv4_resolve_r: only set AI_CANONNAME when needed
2010-04-14 Daniel StenbergIGNORE: files generated by maketgz
2010-04-14 Daniel Stenbergbumped to start the journey towards 7.20.2
2010-04-14 Daniel Stenbergadded contributors from the 7.20.1 RELEASE-NOTES
2010-04-14 Daniel Stenbergignore files generated by 'maketgz'
2010-04-14 Daniel Stenberg7.20.1: 14 April 2010
2010-04-13 Guenter KnaufUse correct directory for c-ares git pull
2010-04-13 Yang Tsefix compiler warning: variable might be clobbered by...
2010-04-13 Guenter Knaufadded last git commit output for c-ares too.
2010-04-13 Guenter Knaufchanged the git update block to take care of c-ares...
2010-04-12 Guenter Knaufupdated timestamp of the script.
2010-04-12 Guenter Knaufremoved obsolete var in gitpull() function
2010-04-12 Guenter Knaufadded a cast to silent compiler warning with 64bit...
2010-04-12 Guenter Knauffixed a path typo in src/Makefile.netware.
2010-04-12 Daniel StenbergAdded text for How To Make a Patch with git
2010-04-12 Daniel Stenbergupdate the section on timeouts
2010-04-12 Daniel Stenbergupdate URL and cut out wrong info on ipv6
2010-04-12 Daniel Stenbergrefer to CURLMOPT_TIMERFUNCTION for multi_socket users
2010-04-11 Daniel Stenbergs/CVS/git
2010-04-11 Daniel Stenbergmodified to use the git file, not cvs
2010-04-10 Daniel Stenbergmention missing test servers for <server>
2010-04-09 Daniel StenbergFTP quote commands prefixed with '*' now can fail witho...
2010-04-07 Kamil Dudkaqssl: reflect recent code changes in SSL interface
2010-04-06 Kamil Dudkanss: handle client certificate related errors
2010-04-05 Ben Greearssl: Fix build when SSL isn't enabled
2010-04-04 Kamil Dudkarefactorize interface of Curl_ssl_recv/Curl_ssl_send
2010-04-04 Kamil Dudkasimplify code of Curl_resolv_timeout()
2010-04-04 Kamil Dudkaeliminate a race condition in Curl_resolv_timeout()
2010-04-02 Ben Greearfixed compiler warnings
2010-04-02 Daniel Stenbergupdated contributor count
2010-04-02 Daniel Stenbergadd contributors from the 7.20.0 release notes
2010-04-01 Daniel Stenbergfix SFTP download hang
2010-04-01 Dan FandrichFixed misleading test message
2010-03-31 Daniel Stenbergupdate the generic copyright year range
2010-03-31 Daniel Stenbergremoved README.cmake due to the improved situation
2010-03-31 Guenter Knauffix compiler warning with a cast.
2010-03-30 Guenter Knaufmake folks use latest available dependent libraries.
2010-03-30 Dan FandrichCall curl_global_cleanup() in test 560 to avoid a memor...
next