]> granicus.if.org Git - curl/shortlog
curl
2015-04-03 Jay Satirochecksrc.bat: Check lib\vtls source
2015-04-03 Jay Satirocyassl: Set minimum protocol version before CTX callback
2015-04-02 Jay Satirobuild-openssl.bat: Fix mixed line endings
2015-04-02 Jay Satirocyassl: Fix certificate load check
2015-04-02 Tatsuhiro Tsujikawahttp2: Fix missing nghttp2_session_send call in Curl_ht...
2015-04-01 Daniel Stenbergcookie: handle spaces after the name in Set-Cookie
2015-04-01 Jay Satirocyassl: Fix library initialization return value
2015-03-31 Thomas RueckerCURLOPT_HTTP200ALIASES.3: Mainly SHOUTcast servers...
2015-03-31 Dan Fandrichaxtls: add timeout within Curl_axtls_connect
2015-03-30 Jay Satirochecksrc: Windows-specific input fixes
2015-03-30 Dagobert Michelsenconfigure: Use KRB5CONFIG for krb5-config
2015-03-29 Daniel Stenbergmulti: remove_handle: move pending connections
2015-03-29 Daniel StenbergKNOWN_BUGS: 89 is bug #1411
2015-03-28 Jay Satirocyassl: CTX callback cosmetic changes and doc fix
2015-03-28 Daniel StenbergRELEASE-NOTES: synced with d2feb71752f
2015-03-28 Dan Fandrichtool_operate: only set SSL options if SSL is enabled
2015-03-27 Dan Fandrichruntests.pl: detect WolfSSL as yassl
2015-03-27 Kyle L. Huffcyassl: add SSL context callback support for CyaSSL
2015-03-27 Kyle L. Huffcyassl: remove undefined reference to CyaSSL_no_filesys...
2015-03-27 Jay Satirobuild: Fix libcurl.sln erroneous mixed configurations
2015-03-27 Jay Satirovtls: Don't accept unknown CURLOPT_SSLVERSION values
2015-03-27 Jay Satirourl: Don't accept CURLOPT_SSLVERSION unless USE_SSL...
2015-03-26 Paul Howarthbuild: link curl to openssl libraries when openssl...
2015-03-26 Daniel Stenbergmulti: on a request completion, check all CONNECT_PEND...
2015-03-25 Emil Lernerglobbing: fix url number calculation when using range...
2015-03-25 Daniel StenbergREADME.http2: refreshed and added TODO items
2015-03-25 Emil Lernerglobbing: fix step parsing for character globbing ranges
2015-03-25 Daniel Stenbergpolarssl: called mbedTLS in 1.3.10 and later
2015-03-25 Daniel Stenbergpolarssl: remove dead code
2015-03-25 Daniel Stenbergpolarssl: remove superfluous for(;;) loop
2015-03-25 Daniel StenbergCurl_ssl_md5sum: return CURLcode
2015-03-25 Jay Satirocyassl: default to highest possible TLS version
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()
next