index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hashmap.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-01
Merge branch 'en/doc-typofix'
Junio C Hamano
1
-1
/
+1
2019-11-10
Fix spelling errors in code comments
Elijah Newren
1
-1
/
+1
2019-11-07
hashmap: fix documentation misuses of -> versus .
Elijah Newren
1
-3
/
+3
2019-10-07
hashmap_entry: remove first member requirement from docs
Eric Wong
1
-2
/
+2
2019-10-07
hashmap: remove type arg from hashmap_{get,put,remove}_entry
Eric Wong
1
-12
/
+33
2019-10-07
OFFSETOF_VAR macro to simplify hashmap iterators
Eric Wong
1
-14
/
+30
2019-10-07
hashmap: introduce hashmap_free_entries
Eric Wong
1
-6
/
+13
2019-10-07
hashmap: hashmap_{put,remove} return hashmap_entry *
Eric Wong
1
-3
/
+12
2019-10-07
hashmap: use *_entry APIs for iteration
Eric Wong
1
-2
/
+13
2019-10-07
hashmap_cmp_fn takes hashmap_entry params
Eric Wong
1
-4
/
+9
2019-10-07
hashmap_get{,_from_hash} return "struct hashmap_entry *"
Eric Wong
1
-5
/
+7
2019-10-07
hashmap: use *_entry APIs to wrap container_of
Eric Wong
1
-6
/
+34
2019-10-07
hashmap_get_next returns "struct hashmap_entry *"
Eric Wong
1
-4
/
+8
2019-10-07
hashmap_put takes "struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_remove takes "const struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_get takes "const struct hashmap_entry *"
Eric Wong
1
-3
/
+5
2019-10-07
hashmap_add takes "struct hashmap_entry *"
Eric Wong
1
-2
/
+2
2019-10-07
hashmap_get_next takes "const struct hashmap_entry *"
Eric Wong
1
-1
/
+2
2019-10-07
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
1
-6
/
+6
2019-06-20
hashmap: convert sha1hash() to oidhash()
Jeff King
1
-3
/
+5
2019-05-05
*.[ch]: remove extern from function declarations using spatch
Denton Liu
1
-15
/
+15
2018-02-13
Merge branch 'rb/hashmap-h-compilation-fix'
Junio C Hamano
1
-2
/
+1
2018-01-16
hashmap.h: remove unused variable
Randall S. Becker
1
-2
/
+1
2017-12-05
hashmap: adjust documentation to reflect reality
Johannes Schindelin
1
-31
/
+29
2017-09-07
hashmap: add API to disable item counting when threaded
Jeff Hostetler
1
-21
/
+51
2017-06-30
hashmap: migrate documentation from Documentation/technical into header
Stefan Beller
1
-32
/
+316
2017-06-30
hashmap.h: compare function has access to a data field
Stefan Beller
1
-4
/
+8
2017-03-22
hashmap: add disallow_rehash setting
Jeff Hostetler
1
-0
/
+24
2017-03-22
hashmap: allow memihash computation to be continued
Jeff Hostetler
1
-0
/
+1
2014-07-07
hashmap: add string interning API
Karsten Blees
1
-0
/
+8
2014-07-07
hashmap: add simplified hashmap_get_from_hash() API
Karsten Blees
1
-0
/
+8
2014-07-07
hashmap: factor out getting a hash code from a SHA1
Karsten Blees
1
-0
/
+11
2014-02-24
hashmap.h: use 'unsigned int' for hash-codes everywhere
Karsten Blees
1
-1
/
+1
2013-11-18
add a hashtable implementation that supports O(1) removal
Karsten Blees
1
-0
/
+71