]> git.proxmox.com Git - libgit2.git/history - src/openssl_stream.c
Include stacktrace summary in memory leak output.
[libgit2.git] / src / openssl_stream.c
2015-06-27 Carlos Martín NietoMerge pull request #3265 from libgit2/leaks
2015-06-27 Carlos Martín NietoMerge pull request #3260 from ethomson/apply_with_reflo...
2015-06-27 Carlos Martín NietoMerge pull request #3264 from arthurschreiber/fast...
2015-06-26 Carlos Martín NietoMerge pull request #3263 from git-up/fixes
2015-06-26 Pierre-Olivier LatourFixed build failure if GIT_CURL is not defined
2015-06-25 Edward ThomsonMerge pull request #3256 from libgit2/cmn/fetch-spec...
2015-06-25 Edward ThomsonMerge pull request #3246 from libgit2/cmn/dont-grow...
2015-06-24 Carlos Martín NietoMerge pull request #3097 from libgit2/cmn/submodule...
2015-06-24 Carlos Martín NietoMerge pull request #3183 from libgit2/cmn/curl-stream
2015-06-24 Carlos Martín Nietocurl: remove the encrypted param to the constructor
2015-06-24 Carlos Martín Nietoopenssl: use the curl stream if available
2015-06-24 Edward ThomsonMerge pull request #3131 from urkud/const-char
2015-05-28 Edward ThomsonMerge pull request #3149 from libgit2/cmn/upstream...
2015-05-28 Carlos Martín NietoMerge pull request #3127 from libgit2/cmn/remote-fixups
2015-05-22 Carlos Martín NietoMerge pull request #3151 from ethomson/thinpack
2015-05-22 Edward ThomsonMerge pull request #3108 from libgit2/cmn/ssl-no-want
2015-05-21 Carlos Martín NietoMerge branch 'sni'
2015-05-21 Cristian OnețCall the openssl API to be able to work with SNI servers.
2015-05-20 Carlos Martín NietoMerge pull request #3137 from libgit2/cmn/server-errors
2015-05-20 Carlos Martín Nietoerrors: add GIT_EEOF to indicate early EOF
2015-05-09 Carlos Martín Nietoopenssl: don't try to handle WANT_READ or WANT_WRITE
2015-05-01 Edward ThomsonMerge pull request #3059 from libgit2/cmn/negotiation...
2015-04-24 Edward ThomsonMerge pull request #3071 from linquize/git_reflog_drop
2015-04-24 Carlos Martín NietoMerge pull request #3063 from ethomson/config_validate_name
2015-04-23 Edward ThomsonMerge pull request #2997 from libgit2/cmn/secure-transport
2015-04-23 Carlos Martín NietoRename GIT_SSL to GIT_OPENSSL
2015-04-23 Carlos Martín NietoSilence unused warnings when not using OpenSSL
2015-03-24 Carlos Martín NietoMerge pull request #3010 from ethomson/checkout_invalid...
2015-03-18 Carlos Martín NietoMerge remote-tracking branch 'ethomson/submodule_8dot3'
2015-03-11 Carlos Martín NietoMerge commit 'refs/pull/2879/head' of ssh://github...
2015-03-04 Carlos Martín NietoMerge pull request #2932 from jeffhostetler/jeffhostetl...
2015-03-04 Carlos Martín NietoMerge pull request #2886 from jeffhostetler/jeffhostetl...
2015-03-03 Edward ThomsonMerge pull request #2934 from akikoskinen/mingw_build_fix
2015-03-02 Aki KoskinenInclude openssl headers last
2015-03-02 Aki KoskinenDon't include headers on windows that aren't available
2015-02-13 Carlos Martín NietoMerge pull request #2897 from leoyanggit/fix_fileop_warning
2015-02-11 Carlos Martín NietoMerge pull request #2845 from rakuco/libssh2-detection-fix
2015-02-11 Carlos Martín NietoMerge pull request #2889 from jeffhostetler/jeffhostetl...
2015-01-30 Edward ThomsonMerge pull request #2832 from ethomson/appveyor_badge
2015-01-26 Edward ThomsonMerge pull request #2819 from libgit2/cmn/config-get...
2015-01-26 Edward ThomsonMerge pull request #2837 from swisspol/set_index
2015-01-26 Edward ThomsonMerge pull request #2839 from swisspol/typo
2015-01-26 Edward ThomsonMerge pull request #2847 from jacquesg/coverity
2015-01-26 Edward ThomsonMerge pull request #2840 from swisspol/sys_repository_i...
2015-01-26 Edward ThomsonMerge pull request #2841 from swisspol/set_bare
2015-01-26 Edward ThomsonMerge pull request #2844 from rakuco/netinet-include...
2015-01-24 Raphael Kubo da... openssl: Add all required includes for AF_INET6 and...
2014-12-22 Edward ThomsonMerge pull request #2745 from libgit2/cmn/pkg-config-ssh
2014-12-10 Edward ThomsonMerge pull request #2678 from libgit2/cmn/io-stream
2014-12-10 Carlos Martín Nietostream: constify the write buffer
2014-12-10 Carlos Martín Nietogitno: remove code which is no longer needed
2014-12-10 Carlos Martín NietoAdd an OpenSSL IO stream