summaryrefslogtreecommitdiff
path: root/src/sortedcache.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing license headersPatrick Steinhardt2017-07-031-0/+7
* strmap: remove GIT__USE_STRMAP macroPatrick Steinhardt2017-02-171-2/+0
* khash: avoid using `kh_key`/`kh_val` as lvaluePatrick Steinhardt2017-02-171-2/+2
* khash: avoid using `kh_put` directlyPatrick Steinhardt2017-02-171-1/+1
* khash: avoid using `kh_key` directlyPatrick Steinhardt2017-02-171-1/+1
* khash: avoid using `kh_val`/`kh_value` directlyPatrick Steinhardt2017-02-171-1/+1
* giterr_set: consistent error messagesEdward Thomson2016-12-291-5/+5
* sortedcache: plug leaked file descriptorPatrick Steinhardt2016-11-151-0/+1
* sortedcache: check file size after opening the fileCarlos Martín Nieto2016-11-141-5/+13
* pool: Simplify implementationVicent Marti2015-10-281-2/+3
* Remove extra semicolon outside of a functionStefan Widgren2015-02-151-1/+1
* Make our overflow check look more like gcc/clang'sEdward Thomson2015-02-131-4/+4
* allocations: test for overflow of requested sizeEdward Thomson2015-02-121-1/+3
* Attribute file cache refactorRussell Belfer2014-04-171-3/+2
* Add diff threading tests and attr file cache locksRussell Belfer2014-04-171-3/+2
* Convert pqueue to just be a git_vectorRussell Belfer2014-02-041-1/+1
* Fix sortedcache docs and other feedbackRussell Belfer2013-08-221-4/+4
* Trying to fix Win32 warningsRussell Belfer2013-08-221-1/+1
* A bit of item alignment paranoiaRussell Belfer2013-08-221-4/+7
* Convert sortedcache to use rwlockRussell Belfer2013-08-221-66/+89
* No need to lock newly created tgt in copyRussell Belfer2013-08-211-4/+0
* Fix warnings when compiling without threadsRussell Belfer2013-08-211-0/+2
* Add sortedcache APIs to lookup index and removeRussell Belfer2013-08-211-0/+59
* Add sorted cache data typeRussell Belfer2013-08-201-0/+297