- 15 May, 2017 1 commit
-
-
Patrick Steinhardt committed
-
- 18 Nov, 2016 2 commits
-
-
Edward Thomson committed
-
Introduce `git_thread_exit`, which will allow threads to terminate at an arbitrary time, returning a `void *`. On Windows, this means that we need to store the current `git_thread` in TLS, so that we can set its `return` value when terminating. We cannot simply use `ExitThread`, since Win32 returns `DWORD`s from threads; we return `void *`.
Edward Thomson committed
-
- 08 Nov, 2014 1 commit
-
-
This describes their purpose better, as we now initialize ssl and some other global stuff in there. Calling the init function is not something which has been optional for a while now.
Carlos Martín Nieto committed
-
- 13 Sep, 2014 1 commit
-
-
When we free the global state at thread termination, we must also free the error message in order not to leak the string once per thread.
Carlos Martín Nieto committed
-
- 14 Nov, 2013 1 commit
-
-
Ben Straub committed
-
- 05 Oct, 2013 1 commit
-
-
Ben Straub committed
-
- 07 Feb, 2013 1 commit
-
-
Scott J. Goldman committed
-
- 30 Mar, 2012 1 commit
-
-
Ben Straub committed
-