]> granicus.if.org Git - curl/shortlog
curl
2014-10-14 Daniel Stenbergsingleipconnect: remove dead assignment never used
2014-10-13 Daniel Stenbergpinning: minor code style policing
2014-10-13 Patrick MonneratFactorize pinned public key code into generic file...
2014-10-13 Patrick Monneratvtls: remove QsoSSL
2014-10-13 Patrick Monneratgskit: supply dummy randomization function
2014-10-13 Patrick Monneratvtls/*: deprecate have_curlssl_md5sum and set-up defaul...
2014-10-13 Peter Wutests: move TESTCASES to Makefile.inc, add show for...
2014-10-13 Peter Wucmake: enable IPv6 by default if available
2014-10-12 Peter Wucmake: build tool_hugehelp (ENABLE_MANUAL)
2014-10-10 Peter Wutests/http_pipe.py: Python 3 support
2014-10-10 Daniel StenbergSECURITY: slightly nicer markdown format
2014-10-10 Daniel StenbergRELEASE-PROCEDURE: better markdown, more content
2014-10-09 Daniel StenbergRELEASE-NOTES: synced with 6637b237e6eb
2014-10-09 Daniel Stenbergvtls: have vtls.h include the backend header files
2014-10-09 Daniel Stenbergtest2036: verify -O with no slash at all in the URL
2014-10-09 Daniel Stenbergget_url_file_name: make no slash equal empty string
2014-10-09 Daniel Stenbergget_url_file_name: never return a NULL string *and* OK
2014-10-09 Jakub ZakrzewskiCmake: Build with GSSAPI (MIT or Heimdal)
2014-10-09 Jakub ZakrzewskiCmake: Got rid of setup_curl_dependencies
2014-10-09 Jakub ZakrzewskiCmake: Avoid cycle directory dependencies.
2014-10-09 Jakub ZakrzewskiCmake: Fix library list provided to cURL tests.
2014-10-09 Jakub ZakrzewskiCmake: Check for OpenSSL before OpenLDAP.
2014-10-09 Daniel Stenbergcurl_multi_fdset.3: improved the formatting slightly
2014-10-09 Daniel Stenbergcurl_multi_fdset: explain the fd_set arguments
2014-10-08 Kamil Dudkanss: do not fail if a CRL is already cached
2014-10-08 Patrick MonneratOS400: upgrade interface for pinned public key (no...
2014-10-08 Daniel StenbergFormAdd: precaution against memdup() of NULL pointer
2014-10-08 Daniel Stenbergoperate: avoid NULL dereference
2014-10-08 Daniel Stenbergdo_sec_send: remove dead code
2014-10-08 Daniel Stenbergkrb5_encode: remove unused argument
2014-10-08 Daniel Stenbergoperate_do: skip superfluous check for NULL pointer
2014-10-07 Daniel Stenbergcurl_easy_getinfo.3: spell-fix
2014-10-07 moparisthebestGnuTLS: Implement public key pinning
2014-10-07 moparisthebestSSL: implement public key pinning
2014-10-07 Daniel Stenbergmulti_runsingle: fix possible memory leak
2014-10-07 Daniel Stenbergares::Curl_resolver_cancel: skip checking for NULL...
2014-10-07 Daniel Stenbergparseconfig: skip a NULL check
2014-10-07 Waldek Kozbamulti-uv.c: call curl_multi_info_read() better
2014-10-06 Daniel Stenbergtool_go_sleep: use (void) to spell out we ignore the...
2014-10-06 Daniel Stenbergssh_statemach_act: split out assignment from check
2014-10-04 Marc Hoerskencurl_schannel.c: Fixed possible memory or handle leak
2014-10-04 Daniel Stenberggetparameter: remove dead code
2014-10-04 Daniel Stenberggetparameter: comment a switch FALLTHROUGH
2014-10-04 Daniel Stenbergchoose_mech: fix return code
2014-10-04 Daniel StenbergCurl_sec_read_msg: spell out that we ignore return...
2014-10-04 Daniel Stenbergnonblock: call with (void) to show we ignore the return...
2014-10-03 Daniel Stenbergparse_proxy: remove dead code.
2014-10-03 Daniel StenbergCurl_debug: document switch fallthroughs
2014-10-03 Daniel Stenbergcurl_multi_remove_handle: remove dead code
2014-10-03 Daniel StenbergCurl_pipeline_server_blacklisted: handle a NULL server...
2014-10-03 Daniel Stenbergssh: comment "fallthrough" in switch statement
2014-10-03 Jeremy Linssh: improve key file search
2014-10-03 Daniel StenbergCURLOPT_HTTPHEADER.3: libcurl doesn't copy the whole...
2014-10-02 Daniel Stenbergdetect_proxy: fix possible single-byte memory leak
2014-10-02 Daniel Stenbergmulti_runsingle: fix memory leak
2014-10-02 Daniel Stenbergpop3_perform_authentication: fix memory leak
2014-10-02 Daniel Stenbergimap_perform_authentication: fix memory leak
2014-10-02 Daniel Stenbergwait_or_timeout: return failure when Curl_poll() fails
2014-10-01 Daniel Stenbergcurl.1: mention quoting in the URL section
2014-09-30 Bill Nagelsmtp: Fixed intermittent "SSL3_WRITE_PENDING: bad write...
2014-09-30 Daniel StenbergRELEASE-NOTES: synced with 53cbea22310f15
2014-09-30 Daniel Stenbergfile: reject paths using embedded %00
2014-09-26 Dan Fandrichtest506: Fixed a couple of memory leaks in test
2014-09-25 Yousuke KimotoCURLOPT_COOKIELIST: Added "RELOAD" command
2014-09-25 Michael WallnerCURLOPT_POSTREDIR.3: Added availability for CURL_REDIR_...
2014-09-23 Daniel Stenbergthreaded-resolver: revert Curl_expire_latest() switch
2014-09-19 Daniel Stenberglibcurl docs: improvements all over
2014-09-19 Steve Holmebuild: Added WinIDN build configuration options
2014-09-19 Daniel Stenbergtutorial: signals aren't used for the threaded resolver
2014-09-19 Daniel StenbergFAQ: update the pronunciation section
2014-09-18 Daniel StenbergCURLOPT_COOKIE*: added more cross-references
2014-09-18 Daniel StenbergBINDINGS: add node-libcurl
2014-09-15 Daniel StenbergREADME.http2: updated to reflect current status
2014-09-13 Daniel Stenbergformdata: removed unnecessary USE_SSLEAY use
2014-09-13 Daniel Stenbergcurlssl: make tls backend symbols use curlssl in the...
2014-09-13 Daniel Stenbergurl: let the backend decide CURLOPT_SSL_CTX_ support
2014-09-13 Daniel Stenbergvtls: have the backend tell if it supports CERTINFO
2014-09-13 Catalin Patuleaconfigure: allow --with-ca-path with PolarSSL too
2014-09-13 Daniel StenbergCURLOPT_CAPATH: return failure if set without backend...
2014-09-13 Tatsuhiro Tsujikawahttp2: Fix busy loop when EOF is encountered
2014-09-13 Steve Holmebuild: Added batch wrapper to checksrc.pl
2014-09-13 Steve HolmeRELEASE-NOTES: Synced with bd3df5ec6d
2014-09-13 Marcel Raadsasl_sspi: Fixed Unicode build
2014-09-12 Daniel Stenberglibcurl-tutorial.3: fix GnuTLS link to thread-safety...
2014-09-12 Daniel Stenbergcontributors.sh: split list of names at comma
2014-09-12 Ulrich Tellentlm: Fixed HTTP proxy authentication when using Window...
2014-09-12 Ray Satironewlines: fix mixed newlines to LF-only
2014-09-11 Viktor Szakátsmk-ca-bundle.pl: converted tabs to spaces, deleted...
2014-09-11 Daniel StenbergROADMAP: markdown eats underscores
2014-09-10 Daniel StenbergROADMAP: tiny formatting edit for nicer web output
2014-09-10 Steve HolmeROADMAP.md: Updated GSSAPI authentication following...
2014-09-10 Steve HolmeINTERNALS: Added email and updated Kerberos details
2014-09-10 Steve HolmeFEATURES: Updated Kerberos details
2014-09-10 Paul Howarthopenssl: build fix for versions < 0.9.8e
2014-09-10 Daniel Stenbergmk-ca-bundle.pl: first, try downloading HTTPS with...
2014-09-10 Daniel StenbergLICENSE-MIXING: removed krb4 info
2014-09-10 Daniel Stenbergbump: on the 7.38.1-DEV train now!
2014-09-10 Daniel StenbergSSLCERTS: minor updates
2014-09-10 Daniel Stenbergdist: two cmake files are no more curl-7_38_0
2014-09-10 Daniel StenbergRELEASE-NOTES: final update for 7.38.0
next