summaryrefslogtreecommitdiff
path: root/src/sortedcache.h
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-1/+1
* Be a little bit less aggressive GIT_WARN_UNUSED_RESULTlhchavez2021-08-081-9/+6
* Proof-of-concept for a more aggressive GIT_UNUSED()lhchavez2021-08-081-1/+2
* Introduce GIT_WARN_UNUSED_RESULTlhchavez2021-08-081-12/+16
* threads: rename thread files to thread.[ch]Edward Thomson2020-12-061-1/+1
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+2
* Add stddef include for sortedcacheRussell Belfer2013-08-281-0/+2
* Fix sortedcache docs and other feedbackRussell Belfer2013-08-221-7/+28
* Convert sortedcache to use rwlockRussell Belfer2013-08-221-35/+71
* Improve comments on locking for sortedcache APIsRussell Belfer2013-08-211-10/+21
* Add sortedcache APIs to lookup index and removeRussell Belfer2013-08-211-0/+7
* Add sorted cache data typeRussell Belfer2013-08-201-0/+101