libgit2/src/hash
Russell Belfer a3aa5f4d5d Add simple global shutdown hooks
Increasingly there are a number of components that want to do some
cleanup at global shutdown time (at least if there are not going
to be memory leaks).  This creates a very simple system of shutdown
hooks that will be invoked by git_threads_shutdown.  Right now, the
maximum number of hooks is hardcoded, but since adding a hook is
not a public API, it should be fine and I thought it was better to
start off with really simple code.
2013-09-17 09:31:45 -07:00
..
hash_generic.c Revert "hash: remove git_hash_init from internal api" 2013-02-26 01:08:34 +01:00
hash_generic.h Add simple global shutdown hooks 2013-09-17 09:31:45 -07:00
hash_openssl.h Add simple global shutdown hooks 2013-09-17 09:31:45 -07:00
hash_win32.c Add simple global shutdown hooks 2013-09-17 09:31:45 -07:00
hash_win32.h Unify whitespaces to tabs 2013-05-15 20:26:55 +08:00