summaryrefslogtreecommitdiff
path: root/src/cache.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #384 from kiryl/warningsVicent Martí2011-09-181-6/+6
|\
| * CMakefile: add -Wstrict-aliasing=2 and fix warningsKirill A. Shutemov2011-08-301-6/+6
* | Cleanup legal dataVicent Marti2011-09-191-21/+3
|/
* cache: Drop cuckoo hashingVicent Marti2011-05-171-66/+22
* cache: Fix deadlockVicent Marti2011-05-171-6/+14
* Return success code on `git_cache_init`Vicent Marti2011-05-151-0/+2
* Move cache.c to the new error handlingnulltoken2011-05-151-2/+4
* Move repository.c to the new error handlingnulltoken2011-05-141-1/+1
* Fix MSVC warningsVicent Marti2011-03-211-1/+1
* I broke your bindingsVicent Marti2011-03-201-30/+16
* Thread safe cacheVicent Marti2011-03-201-0/+175