]> granicus.if.org Git - curl/shortlog
curl
2015-03-25 Jay Satirocyassl: Check for invalid length parameter in Curl_cyas...
2015-03-25 Jay Satirocyassl: If wolfSSL then identify as such in version...
2015-03-24 Dan Fandrichsymbols-in-versions: added CURLOPT_PATH_AS_IS
2015-03-24 Dan Fandrichtestcurl.pl: add the --notes option to supply more...
2015-03-24 Dan Fandrichcurl_memory: make curl_memory.h the second-last header...
2015-03-24 Daniel Stenbergopenssl: do the OCSP work-around for libressl too
2015-03-24 Daniel Stenbergopenssl: verifystatus: only use the OCSP work-around...
2015-03-24 Daniel Stenbergopenssl: adapt to ASN1/X509 things gone opaque in 1.1
2015-03-24 Jay Satirocurl_easy_setopt.3: Fix misspelling in CURLOPT_PATH_AS_...
2015-03-24 Viktor SzakátsCURLOPT_HTTPHEADER.3: fix typo in recent commit
2015-03-24 Viktor SzakátsCURLOPT_PATH_AS_IS.3: add type 'long' to prototype
2015-03-24 Dan Fandrichvtls: fix compile with --disable-crypto-auth but with SSL
2015-03-24 Patrick Monneratos400: define new options in ILE/RPG binding.
2015-03-24 Daniel StenbergRELEASE-NOTES: synced with f6878609361
2015-03-24 Daniel Stenbergcurl_easy_setopt.3: Add CURLOPT_PATH_AS_IS
2015-03-24 Daniel StenbergCURLOPT_PATH_AS_IS: added
2015-03-23 Yamada Yasuharucurl_easy_recv/send: make them work with the multi...
2015-03-23 Daniel Stenberghttp2: move the init too for when its actually needed
2015-03-23 Dan Fandrichdict: rename byte to avoid compiler shadowed declaratio...
2015-03-23 Dan Fandrichcyassl: include version.h to ensure the version macros...
2015-03-21 Dan Fandrichtest1513: eliminated race condition in test run
2015-03-21 Nick Zitzmanndarwinsssl: add support for TLS False Start
2015-03-21 Daniel Stenberggtls: add check of return code
2015-03-21 Daniel Stenberggtls: dereferencing NULL pointer
2015-03-21 Daniel Stenberggtls: avoid uninitialized variable.
2015-03-21 Dan Fandrichtests/certs: rebuild certificates with modified key...
2015-03-21 Dan Fandrichtests/certs: added make target to rebuild certificates
2015-03-21 Daniel Stenbergx509asn1: add /* fallthrough */ in switch() case
2015-03-21 Daniel Stenbergx509asn1: minor edit to unconfuse Coverity
2015-03-21 Dagobert Michelsentestcurl: Allow '=' in values given on command line
2015-03-21 Daniel Stenbergnss: error: unused variable 'connssl'
2015-03-21 Dan Fandrichtest938: added missing closing tags
2015-03-20 Dan Fandrichcyassl: use new library version macro when available
2015-03-20 Alessandro... curl: add --false-start option
2015-03-20 Alessandro... nss: add support for TLS False Start
2015-03-20 Alessandro... url: add CURLOPT_SSL_FALSESTART option
2015-03-20 Alessandro... gtls: implement CURLOPT_CERTINFO
2015-03-20 Alessandro... openssl: try to avoid accessing OCSP structs when possible
2015-03-20 Daniel StenbergCURLOPT_URL.3: spelling!
2015-03-20 Daniel StenbergCURLOPT_URL.3: Added "SECURITY CONCERNS"
2015-03-20 Daniel StenbergCURLOPT_HTTPHEADER.3: add a "SECURITY CONCERNS" section
2015-03-19 Dan Fandrichcyassl: detect the library as renamed wolfssl
2015-03-19 Daniel StenbergHTTP: don't switch to HTTP/2 from 1.1 until we get...
2015-03-19 Dan Fandrichaxtls: version 1.5.2 now requires that config.h be...
2015-03-19 Daniel Stenbergmetalink: fix resource leak in OOM
2015-03-18 Dan Fandrichdocs/libcurl: clean up libcurl-symbols.3
2015-03-18 Dan Fandrichdocs/libcurl: check that all options with man pages...
2015-03-18 Dan Fandrichcurl_easy_setopt.3: added a few missing options
2015-03-18 Kamil Dudkanss: explicitly tell NSS to disable NPN/ALPN
2015-03-18 Jay Satiromkhelp: Remove trailing carriage return from every...
2015-03-18 Daniel StenbergRELEASE-NOTES: synced with e539f01567
2015-03-18 Christian Weisgerberdocs/libcurl: make portability fix
2015-03-17 Dan Fandrichchecksrc: Fix whitelist on out-of-tree builds
2015-03-17 Stefan BühlerCurl_sh_entry: remove unused 'timestamp'
2015-03-17 Daniel StenbergHTTP: don't use Expect: headers when on HTTP/2
2015-03-17 Daniel Stenbergchecksrc: detect and remove space before trailing semic...
2015-03-17 Daniel Stenbergchecksrc: introduce a whitelisting concept
2015-03-17 Daniel Stenbergchecksrc: use space after comma
2015-03-17 Daniel Stenbergchecksrc: use space before paren in "return (expr);"
2015-03-17 Daniel StenbergCONTRIBUTE: refer to git log instead of deprecated...
2015-03-17 Daniel StenbergCURLOPT_*.3: more examples and edits
2015-03-17 Daniel StenbergCURLOPT_*.3: added lots of small example sections
2015-03-16 Daniel StenbergCURLOPT_PRIVATE.3: provide an example
2015-03-16 Daniel StenbergCURLOPT_*TIMEOUT.3: provide examples
2015-03-16 Daniel StenbergCURLOPT_USERAGENT.3: added an example
2015-03-16 Daniel StenbergCURLOPT_STDERR.3: added an example
2015-03-16 Daniel Stenbergcurl_easy_perform.3: remove superfluous close brace...
2015-03-16 Daniel Stenbergfree: instead of Curl_safefree()
2015-03-16 Markus ElfringBug #149: Deletion of unnecessary checks before a few...
2015-03-16 Markus ElfringBug #149: Deletion of unnecessary checks before calls...
2015-03-16 Jay Satiroconnect: Fix happy eyeballs logic for IPv4-only builds
2015-03-15 Daniel Stenbergmksymbolsmanpage.pl: use std header and generate better...
2015-03-15 Frank Meierclosesocket: call multi socket cb on close even with...
2015-03-14 Tobias Stoeckmannhostip: Fix signal race in Curl_resolv_timeout.
2015-03-14 Daniel Stenberghttp2: detect prematures close without data transfered
2015-03-13 Dan Fandrichtest320: Expect the Host header to be the first header
2015-03-12 Daniel StenbergRELEASE-NOTES: synced with 186e46d88dd
2015-03-12 Daniel Stenbergopenssl: use colons properly in the ciphers list
2015-03-12 Daniel Stenbergopenssl: sort the ciphers on strength
2015-03-12 Fabian Keiltest203[0-3]: Expect the Host header to be the first...
2015-03-12 Daniel Stenbergopenssl: show the cipher selection to use
2015-03-12 Daniel Stenberghttp: always send Host: header as first header
2015-03-11 Alexander Peppermk-ca-bundle bugfix: Don't report SHA1 numbers with...
2015-03-11 Daniel Stenbergproxy: re-use proxy connections (regression)
2015-03-10 Jay Satiromemanalyze.pl: handle free(NULL)
2015-03-10 Jay Satiro.travis.yml: Change CI make test to make test-full
2015-03-10 Alessandro... gtls: correctly align certificate status verification...
2015-03-10 Alessandro... gtls: don't print double newline after certificate...
2015-03-10 Alessandro... gtls: print negotiated TLS version and full cipher...
2015-03-10 Daniel Stenberggtls: fix compiler warnings
2015-03-10 Alessandro... gtls: add support for CURLOPT_CAPATH
2015-03-09 stopiccotMacOSX-Framework: use @rpath instead of @executable_path
2015-03-09 Daniel StenbergRELEASE-NOTES: synced with c19349951
2015-03-07 Daniel Stenbergmulti: fix *getsock() with CONNECT
2015-03-07 Daniel Stenbergconncontrol: only log changes to the connection bit
2015-03-07 Daniel Stenberghttp2: use CURL_HTTP_VERSION_* symbols instead of NPN_*
2015-03-07 Daniel Stenberghttp2: make the info-message about receiving HTTP2...
2015-03-07 Alessandro... urldata: remove unused asked_for_h2 field
2015-03-07 Alessandro... polarssl: make it possible to enable ALPN/NPN without...
2015-03-07 Alessandro... nss: make it possible to enable ALPN/NPN without HTTP2
next