platform/upstream/curl.git
2014-03-25 Daniel StenbergRELEASE-NOTES: synced with 3ebfaf6a0399b6a
2014-03-23 Steve Holmetool_operate: Fixed uninitialised variable under some...
2014-03-22 Steve Holmetool_parsecfg: Reworked error handling from commit...
2014-03-22 Steve Holmetool_getparam: Removed "dead assignment" code introduce...
2014-03-22 Gisle Vanempolarssl: avoid extra newlines in debug messages
2014-03-20 Daniel Stenbergrtsp: parse "Session:" header properly
2014-03-19 Daniel Stenbergruntests.pl: verify specified test cases
2014-03-19 Dan FandrichRELEASE-NOTES: fixed typo
2014-03-19 Daniel Stenbergtrynextip: don't store 'ai' on failed connects...
2014-03-19 Daniel StenbergRELEASE-NOTES: synced with 47f8e99e78c
2014-03-19 Gaël PORTAYpolarssl: fix possible handshake timeout issue in multi.
2014-03-18 Gaël PORTAYpolarssl: break compatibility with version older than...
2014-03-18 Gaël PORTAYpolarssl: drop use of 1.2 compatibility header.
2014-03-18 Daniel Stenbergpolarssl: added missing end-of-comment from previous...
2014-03-17 Daniel Stenbergpolarssl: now require 1.3.0+
2014-03-17 hasufellpolarssl: fix compilation
2014-03-15 Kamil Dudkanss: allow to enable/disable new AES GCM cipher-suites
2014-03-15 Kamil Dudkanss: allow to enable/disable new HMAC-SHA256 cipher...
2014-03-15 Kamil Dudkanss: do not enable AES cipher-suites by default
2014-03-15 Dan Fandrichtests: made the SASL modes separate keywords
2014-03-15 Dan Fandrichtests: added missing HTTP NTLM auth keywords
2014-03-15 Dan Fandrichtests: disable valgrind on the remaining scp/sftp tests
2014-03-15 Dan Fandrichvalgrind.supp: added another test 165 suppression
2014-03-15 Dan Fandrichssh: prevent a logic error that could result in an...
2014-03-14 Dan Fandrichdocs: fixed a bunch of typos
2014-03-14 Dan Fandrichtest640/1: add tests for --head with sftp and scp
2014-03-14 Dan Fandrichssh: removed a redundant close state transition
2014-03-14 Dan Fandrichssh: abort immediately on a header callback error
2014-03-14 Daniel Stenbergchunked-encoding: provide a readable error string for...
2014-03-11 Daniel StenbergTODO: remove http2, we now have it
2014-03-10 Tatsuhiro Tsujikawahttp2: free resources on disconnect
2014-03-10 Daniel Stenbergopenssl: info massage with SSL version used
2014-03-09 Steve HolmeRELEASE-NOTES: Synced with 8ddda0e999
2014-03-09 Daniel StenbergREADME.http2: clarify the build prerequisites
2014-03-09 Daniel StenbergSSL-PROBLEMS: add "missing intermediate certificates...
2014-03-08 Daniel StenbergSSL-PROBLEMS: describes common curl+SSL problems
2014-03-08 Nick Zitzmanndocs: remove documentation on setting up krb4 support
2014-03-06 Daniel Stenbergssh: fix compiler warning converting ssize_t to int
2014-03-06 Dan Fandrichssh: Fixed a style warning
2014-03-06 Dan Fandrichssh: Pass errors from libssh2_sftp_read up the stack
2014-03-06 Daniel Stenbergparse_remote_port: error out on illegal port numbers...
2014-03-05 Daniel Stenbergremote_port: allow connect to port 0
2014-03-03 Daniel Stenbergmulti_runsingle: move timestamp into INIT
2014-03-03 Daniel Stenberghostcheck: update comment after previous change
2014-03-03 Daniel Stenberghostcheck: Curl_cert_hostcheck is not used by NSS builds
2014-03-03 Michael Osipovconfigure: call it GSS-API
2014-03-03 Daniel Stenbergx509asn: moved out Curl_verifyhost from NSS builds
2014-03-03 Daniel StenbergNSS: avoid compiler warnings when built without http2...
2014-03-03 Jiri MalakRework Open Watcom make files to use standard Wmake...
2014-03-02 Jiri Malakparsedate: Fixed compilation warning
2014-03-02 Steve HolmeRELEASE-NOTES: Synced with 7fef4016de
2014-03-02 Steve Holmetool: Do not output libcurl source for the information...
2014-03-02 Steve Holmetool: Fixed libcurl source output for multiple operations
2014-03-01 Steve Holmetool_metalink.h: Fixed compilation warning
2014-03-01 Steve Holmetool: Moved internal variable isatty to the global...
2014-03-01 Steve Holmetool_operate.c: Fixed compilation error
2014-03-01 Steve Holmetool: Moved --libcurl to the global config
2014-03-01 Steve Holmetool: Moved --progress-bar to the global config
2014-03-01 Steve Holmetool: Moved --stderr to the global config
2014-02-28 Steve Holmetransfer.c: Fixed non-HTTP2 builds from commit cde0cf7c5e
2014-02-28 Tatsuhiro TsujikawaFix bug that HTTP/2 hangs if whole response body is...
2014-02-28 Daniel Stenberghttp2: build with current nghttp2 version
2014-02-28 Dan Fandrichtool_main: Fixed a memory leak on main_init error
2014-02-28 Steve Holmetest96: Updated accordly for recent changes
2014-02-27 Steve Holmetool_cfgable: Code policing of structure pointers
2014-02-27 Steve Holmetool: Moved --trace and --verbose to the global config
2014-02-27 Steve Holmetool_main: Forgot to initialise the first operation...
2014-02-27 Steve Holmetool: Moved --silient to the global config
2014-02-27 Steve Holmetool_cfgable: Added GlobalConfig pointer to OperationConfig
2014-02-26 Steve Holmetool: Added support to .curlrc for URL specific options
2014-02-26 Steve Holmetool: Reworked argument parsing to use --next/-:
2014-02-26 Steve Holmetool_getparam: Added initial support for --next/-:
2014-02-26 Dan Fandrichvalgrind.supp: tweaked a test 165 suppression
2014-02-25 nickzmanMerge pull request #93 from d235j/darwinssl_ip_address_fix
2014-02-25 Daniel Stenbergparse_args: fix a too long source code line
2014-02-25 naotaconfigure: Tiny fix to honor POSIX
2014-02-25 Steve Holmetool_help: Moved --no-alpn and --no-npn to be listed...
2014-02-25 Steve Holmetool: Moved --showerror to the global config
2014-02-25 Steve Holmetool_getparam: Added global config to getparameter()
2014-02-25 Steve Holmetool_getparam.h: Fixed compilation warning
2014-02-24 Marc HoerskenRELEASE-NOTES: Updated for 63fc8ee7
2014-02-24 Steve Holmetool_cfgable: Added support for knowing the current...
2014-02-24 Marc Hoerskencurl_schannel.c: Updated copyright years
2014-02-24 David Ryskalczykwinssl: Enable hostname verification of IP address...
2014-02-24 Steve Holmetool_operate: Moved easy handle cleanup into tool_main
2014-02-24 Marc Hoerskentool_hugehelp: partially reverted 24e22e10
2014-02-24 Steve Holmetool_main: Moved easy handle into global config structure
2014-02-23 David RyskalczykDon't omit CN verification in DarwinSSL when an IP...
2014-02-23 Steve Holmetool: Fixed line longer than 79 characters from commit...
2014-02-23 Steve Holmetool_main: Corrected typo from commit d6b9f054e9 in...
2014-02-23 Steve Holmetool_main: Moved OperateConfig cleanup into main_free()
2014-02-23 Steve Holmetool_main: Moved initial OperateConfig creation into...
2014-02-23 Steve Holmetool_cfgable: Added global config structure
2014-02-23 Steve Holmetool_cfgable: Renamed Configurable structure to Operati...
2014-02-23 Steve Holmetool: Fixed incorrect return code with --version from...
2014-02-23 Steve HolmeRELEASE-NOTES: Synced with 8c80840d01
2014-02-23 Steve Holmetool_getparam: Moved tool_help() call into operate()
2014-02-23 Steve Holmetool_getparam: Moved hugehelp() call into operate()
2014-02-23 Steve Holmetool_getparam: Moved tool_version_info() call into...
2014-02-22 Steve Holmetool_cfgable: Removed list_engine flag from config...
next