summaryrefslogtreecommitdiff
path: root/src/runtime.h
Commit message (Collapse)AuthorAgeFilesLines
* src: fix typos in header filesTobias Nießen2021-04-181-1/+1
|
* libgit2: provide init_count of the libraryEdward Thomson2020-12-091-0/+9
| | | | | | A function to provide the initialization count of the library; this is subject to race conditions but is useful for a naive determination as to whether the library has been initialized or not.
* runtime: move init/shutdown into the "runtime"Edward Thomson2020-10-111-0/+53
Provide a mechanism for system components to register for initialization and shutdown of the libgit2 runtime.