- 10 Jun, 2018 1 commit
-
-
Patrick Steinhardt committed
-
- 14 Nov, 2013 1 commit
-
-
Ben Straub committed
-
- 22 Aug, 2013 2 commits
-
-
Russell Belfer committed
-
This is the first use we have of pthread_rwlock_t in libgit2. Hopefully it won't cause any serious portability problems.
Russell Belfer committed
-
- 21 Aug, 2013 1 commit
-
-
This adds two other APIs that I need to the sortedcache type.
Russell Belfer committed
-
- 20 Aug, 2013 1 commit
-
-
This adds a convenient new data type for caching the contents of file in memory when each item in that file corresponds to a name and you need to both be able to lookup items by name and iterate over them in some sorted order. The new data type has locks in place to manage usage in a threaded environment.
Russell Belfer committed
-