summaryrefslogtreecommitdiff
path: root/src/hashtable.c
Commit message (Expand)AuthorAgeFilesLines
* Rename git_khash_str to git_strmap, etc.Russell Belfer2012-04-251-328/+0
* Adding stash to hashtable implementationRussell Belfer2012-04-251-41/+102
* Continue error conversionRussell Belfer2012-03-141-1/+6
* Convert attr and other files to new errorsRussell Belfer2012-03-141-29/+33
* error-handling: On-disk config file backendVicent Martí2012-03-091-2/+2
* Update Copyright headerschu2012-02-131-1/+1
* hashtable: add remove2 to retrieve the value that was removedCarlos Martín Nieto2012-01-191-1/+2
* Add APIs for git attributesRussell Belfer2011-12-201-0/+14
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-5/+5
* Cleanup legal dataVicent Marti2011-09-191-21/+3
* cleanup: remove trailing spacesKirill A. Shutemov2011-07-011-5/+5
* hashtable: Reword errorsVicent Marti2011-05-231-1/+1
* hashtable.c: Move to new error handling mechanismJakob Pfender2011-05-231-2/+2
* Debug assertion when using an initialized hashtableVicent Marti2011-03-151-0/+6
* Add extra methods to the new Hashtable implementationVicent Marti2011-03-031-1/+13
* Rewrite git_hashtable internalsVicent Marti2011-02-221-146/+141
* Split object methods from repository.cVicent Marti2011-01-031-1/+0
* Add support for manually freeing repo objectsVicent Marti2010-08-121-0/+31
* Redesigned the walking/object lookup interfaceVicent Marti2010-08-121-0/+218