summaryrefslogtreecommitdiff
path: root/src/strmap.h
Commit message (Collapse)AuthorAgeFilesLines
* config: get rid of a useless asignmentCarlos Martín Nieto2013-08-121-1/+0
|
* added new type and several functions to git_strmapNico von Geyso2013-08-081-0/+12
| | | | | | | | | | | This step is needed to easily add iterators to git_config_backend As well use these new git_strmap functions to implement foreach * git_strmap_iter * git_strmap_has_data(...) * git_strmap_begin(...) * git_strmap_end(...) * git_strmap_next(...)
* update copyrightsEdward Thomson2013-01-081-1/+1
|
* Missed a couple of khash inline dependenciesRussell Belfer2012-07-121-1/+1
|
* Fix memory leaks and use after freeRussell Belfer2012-05-041-9/+19
|
* Rename git_khash_str to git_strmap, etc.Russell Belfer2012-04-251-0/+54
This renamed `git_khash_str` to `git_strmap`, `git_hash_oid` to `git_oidmap`, and deletes `git_hashtable` from the tree, plus adds unit tests for `git_strmap`.