Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-02global: move init callbacks into an arrayPatrick Steinhardt
2018-11-28stream: provide generic registration APIEdward Thomson
2018-11-28http: remove cURLEdward Thomson
2018-11-28tls: introduce a wrap functionEdward Thomson
2018-06-07alloc: make memory allocators use function pointersPatrick Steinhardt
2018-05-09Merge pull request #4645 from pks-t/pks/racy-init-deinitPatrick Steinhardt
2018-05-04global: adjust init count under lockPatrick Steinhardt
2018-04-11mbedtls: add global initializationEtienne Samson
2018-02-28curl: explicitly initialize and cleanup global curl statePatrick Steinhardt
2017-10-23stream: Gather streams to src/streamsEtienne Samson
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2017-05-02transports: ssh: clean up after libssh2 on exitPatrick Steinhardt
2016-11-02global: reset global state on shutdown without threadingPatrick Steinhardt
2016-11-01global: synchronize initialization and shutdown with pthreadsPatrick Steinhardt
2016-08-04mwindow: init mwindow files in git_libgit2_initEdward Thomson
2016-06-20threads: add platform-independent thread initialization functionPatrick Steinhardt
2016-06-07global: clean up crt only after freeing tls dataPatrick Steinhardt
2016-06-01win32: clean up unused warnings in DllMainEdward Thomson
2016-03-18Merge pull request #3699 from libgit2/cmn/win32-free-tlsEdward Thomson
2016-03-18win32: free thread-local data on thread exitCarlos Martin Nieto
2016-03-17merge driver: correct global initializationEdward Thomson
2016-03-14Setup better defaults for OpenSSL ciphersDirkjan Bussink
2016-03-04ssh: initialize libssh2Carlos Martín Nieto
2016-02-19global: remove an unused variableCarlos Martín Nieto
2016-02-09global: make openssl registration like the restEdward Thomson
2016-02-09global: refactor setup and cleanupEdward Thomson
2015-11-12settings: add a setter for a custom user-agentCarlos Martín Nieto
2015-07-28error: store the error messages in a reusable bufferCarlos Martín Nieto
2015-07-22Merge branch 'master' into fix-init-orderingjoshaber
2015-07-22Increment `git__n_inits` before doing `init_once`.joshaber
2015-06-29Include stacktrace summary in memory leak output.Jeff Hostetler
2015-06-08global: Ensure we free our SSL context.Tim Hentenaar
2015-04-23Rename GIT_SSL to GIT_OPENSSLCarlos Martín Nieto
2015-04-18Rename routine to free TLS dataJeff Hostetler
2015-04-17Remove DllMain now that TLS data freed by threadsJeff Hostetler
2015-04-17Also fix leak of TLS data on main thread.Jeff Hostetler
2015-04-17Attempt to fix Windows TLS memory leak.Jeff Hostetler
2015-03-04libgit2_shutdown: free TLS data (win32)Edward Thomson
2015-03-04libgit2_shutdown: clear err message on shutdownEdward Thomson
2015-03-04Fix leak of TLS error message in shutdown (ptherad version)Leo Yang
2014-12-24global: include sys/openssl.h for GIT_EXPORT of fnEdward Thomson
2014-12-12Make the OpenSSL locking function warnings more severeCarlos Martín Nieto
2014-12-05Merge pull request #2743 from ethomson/init_valCarlos Martín Nieto
2014-12-05init: return the number of initializationsEdward Thomson
2014-12-03Add missing else directiveStefan Widgren
2014-11-17Plug possible leak in the openssl locksUngureanu Marius
2014-11-09Rename git_threads_ to git_libgit2_Carlos Martín Nieto
2014-11-06Merge pull request #2676 from libgit2/cmn/threadingEdward Thomson
2014-11-03Make the Visual Studio compiler happyJacques Germishuys
2014-11-01ssl: separate locking init from general initCarlos Martín Nieto