platform/upstream/curl.git
2012-09-16 Sara Golemoncurl_multi_wait: Add parameter to return number of...
2012-09-14 Marc Hoerskensocks.c: Fixed warning: conversion to 'int' from 'long...
2012-09-14 Marc Hoerskenhttp_negotiate.c: Fxied warning: unused variable 'rc'
2012-09-14 Marc Hoerskenssh.c: Fixed warning: implicit conversion from enumerat...
2012-09-14 Marc Hoerskensocks.c: Check that IPv6 is enabled before using it...
2012-09-13 Marc Hoerskenchecksrc: Fixed line length and comment indentation
2012-09-13 Marc Hoerskensocks.c: Updated error messages to handle hostname...
2012-09-13 Marc Hoerskensocks.c: Added support for IPv6 connections through...
2012-09-13 Daniel Stenbergparse_proxy: treat "socks://x" as a socks4 proxy
2012-09-12 Kamil Dudkassh: do not crash if MD5 fingerprint is not provided...
2012-09-12 Kamil Dudkassh: move the fingerprint checking code to a separate fnc
2012-09-11 Marc Hoerskentool_metalink.c: Added name of validation hash to messages
2012-09-11 Marc Hoerskenwincrypt: Fixed cross-compilation issues caused by...
2012-09-11 Marc Hoerskenmd5.c: Added support for Microsoft Windows CryptoAPI
2012-09-11 Marc HoerskenMakefile.m32: Updated to build against libmetalink...
2012-09-11 Marc Hoerskentool_metalink.c: Added support for Microsoft Windows...
2012-09-11 Marc Hoerskenlibntlmconnect.c: Fixed typo and conversion
2012-09-11 Marc Hoerskenlibntlmconnect.c: Fixed warning: curl_easy_getinfo...
2012-09-11 Marc Hoerskensws.c: Fixed warning: 'err' may be used uninitialized...
2012-09-11 Marc Hoerskenlibntlmconnect.c: Fixed warning: comparison of signed...
2012-09-11 Marc Hoerskennss.c: Fixed warning: 'err' may be used uninitialized...
2012-09-11 Marc Hoerskentool_metalink.c: Fixed error: 'O_BINARY' undeclared
2012-09-10 Marc Hoerskentool_metalink.c: Fixed validation of binary files conta...
2012-09-10 Marc Hoerskenwinbuild: Added support for building with SPNEGO enabled
2012-09-10 Marc Hoerskenwinbuild: Adjusted order of options to generated config...
2012-09-09 Anthony BryanMANUAL: clarified user+password in HTTP URLs
2012-09-09 Daniel StenbergRELEASE-NOTES: synced with 6c6f1f64c2
2012-09-09 Daniel StenbergTODO-RELEASE: CURLSSH_AUTH_AGENT and curl_multi_wait...
2012-09-09 Marc Hoerskencurl_schannel.c: Reference count the credential/session...
2012-09-08 Nick Zitzmanndarwinssl: fixed for older Mac OS X versions
2012-09-06 David Blaikietool_easysrc.c: Test pointers against NULL
2012-09-06 Daniel StenbergSOCKS: truly disable it if CURL_DISABLE_PROXY is defined
2012-09-04 Daniel Stenbergmk-ca-bundle: detect start of trust section better
2012-09-04 Alessandro... gnutls: do not fail on non-fatal handshake errors
2012-09-04 Daniel StenbergFILEFORMAT: the FTP commands work for more protocols
2012-09-04 Daniel Stenbergtest1411: verify SMTP without SIZE support
2012-09-04 František KučeraSMTP: only send SIZE if supported
2012-09-04 Daniel Stenbergftpserver: respond with a 250 to SMTP EHLO
2012-09-03 Daniel StenbergRELEASE-NOTES: synced with abb0da919300e
2012-09-03 Dan FandrichUpdated Symbian build files
2012-09-03 Dan FandrichUpdated build docs w.r.t. Android and binary sizes
2012-09-01 Daniel Stenbergsymbols-in-versions: new CURL_WAIT_* symbols
2012-09-01 Sara GolemonUnit test for curl_multi_wait()
2012-09-01 Sara GolemonManpage for curl_multi_wait().
2012-09-01 Sara Golemonmulti: add curl_multi_wait()
2012-09-01 Nick Zitzmanndarwinssl: Bugfix for previous commit for older cats
2012-09-01 Joe MasonUse MAX_EASY_HANDLES instead of hardcoding the number...
2012-08-31 Daniel Stenbergtest2032: bail out after last transfer
2012-08-31 Joe MasonNTLM: re-use existing connection better
2012-08-31 Joe MasonNTLM: verify multiple connections work
2012-08-28 Daniel Stenbergcurl.1: list the -w variables sorted alphabetically
2012-08-27 Daniel Stenberglibcurl-share.3: remove wrong info of what can be shared
2012-08-27 Dave Reisnerexamples: use do/while loop for multi examples
2012-08-27 Daniel Stenbergcurl.h: fix comment to refer to current names
2012-08-27 Daniel Stenbergftpsget: simple example showing a FTPS fetch
2012-08-27 Daniel Stenbergsftpget: SFTP is not "SSH FTP"
2012-08-27 Armel Asselinsftpget: example showing a simple SFTP download
2012-08-26 Daniel Stenbergcurl_multi_perform.3: extended/clarified
2012-08-23 Daniel StenbergINSTALL.cmake: clarify some flaws/limits in the cmake...
2012-08-21 Daniel Stenberghttps.c example: spell check used define
2012-08-18 Daniel Stenbergconfigure: update the copyright years for the output
2012-08-18 Nick Zitzmanndarwinssl: add TLS 1.1 and 1.2 support, replace depreca...
2012-08-16 Daniel Stenbergcurl_easy_setopt: documented CURLSOCKTYPE_ACCEPT for...
2012-08-16 Gokhan Sengunftp: active conn, place calling sockopt callback at...
2012-08-16 Gokhan Sengunftp: active conn, allow application to set sockopt...
2012-08-16 Daniel Stenbergconfigure: remove the --enable/disable-nonblocking...
2012-08-14 Ant BryanMANUAL review
2012-08-10 Daniel Stenbergcurl.1: shorten lines, avoid referring to libcurl inste...
2012-08-10 Ant Bryancurl.1: fix more consistent wording
2012-08-10 Daniel Stenbergssh: use the libssh2 agent API conditionally
2012-08-10 Daniel Stenbergwhite space fix: shorten long line
2012-08-09 Kamil Dudkadocs: update the links to cipher-suites supported by NSS
2012-08-09 Kamil Dudkanss: do not print misleading NSS error codes
2012-08-08 Daniel StenbergRELEASE-NOTES: synced with 0774386b23
2012-08-08 Armel Asselindocs: mention CURLSSH_AUTH_AGENT
2012-08-08 Armel AsselinSSH: added agent based authentication
2012-08-08 Daniel Stenbergbump version to 7.28.0
2012-08-08 Daniel StenbergRELEASE-NOTES: added missing link
2012-08-08 Daniel Stenbergcurl_version: fixed Value stored to 'len' is never...
2012-08-08 Daniel StenbergTODO-RELEASE: the (nil) bug is fixed
2012-08-08 Daniel Stenbergadd_next_timeout: minor restructure of code
2012-08-08 Daniel Stenbergverbose messages: fixed output of hostnames in re-used...
2012-08-08 Nick Zitzmannmetalink: Un-broke the build when building --with-darwinssl
2012-08-08 Guenter KnaufFix some compiler warnings.
2012-08-07 Daniel StenbergTODO-RELEASE: two bugs fixed
2012-08-07 Daniel Stenbergcurl.1: minor format fix for --data-ascii
2012-08-07 Ant Bryancurl man page cleanup
2012-08-07 Mike CroweAvoid leak of local device string when reusing connection
2012-08-07 Daniel StenbergCurl_socket_check: fix timeout return value for select...
2012-08-07 Maxime LarocqueCurl_socket_check: fix return code for timeout
2012-08-07 Daniel StenbergRELEASE-NOTES: synced with b4a558041fdf65c0
2012-08-07 Daniel StenbergTODO-RELEASE: fixed another bug
2012-08-07 Daniel StenbergWSAPoll: disabled on all windows builds
2012-08-07 Daniel Stenbergretry request: only access the HTTP data if in fact...
2012-08-07 Daniel StenbergTODO: support DANE, we already support gnutls without...
2012-08-07 Daniel Stenbergcurl-config: parentheses fix
2012-08-07 Daniel StenbergVC build: add define for openssl
2012-08-07 Daniel StenbergTODO-RELEASE: two bugs fixed!
2012-08-07 Daniel Stenbergglobbing: fix segfault when >9 globs were used
2012-08-06 Joe Masonsws: close sockets properly
next