index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
wee-hashtable.c
Age
Commit message (
Expand
)
Author
2011-03-15
Allow removal of hashtable entry in callback of hashtable_map
Sebastien Helleu
2011-01-02
Add function "hashtable_set_pointer" in plugin API
Sebastien Helleu
2011-01-01
Update copyright dates
Sebastien Helleu
2010-10-17
Use const void * for keys and values in some hashtable functions
Sebastien Helleu
2010-10-16
Fix crash in hashtable_get_string with "values" or "keys_values" when some va...
Sebastien Helleu
2010-10-15
Add properties "values" and "keys_values" for hashtable_get_string (return st...
Sebastien Helleu
2010-10-11
Add function "hashtable_has_key" in WeeChat and plugin API
Sebastien Helleu
2010-10-10
Add property "keys" for hashtable_get_string (return string with list of keys)
Sebastien Helleu
2010-10-10
Allow null value for hashtable entries
Sebastien Helleu
2010-09-27
Fix memory leak when removing item in hashtable
Sebastien Helleu
2010-08-27
Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, i...
Sebastien Helleu
2010-07-05
Use of hashtable for local variables of buffers
Sebastien Helleu
2010-06-28
Add hashtable in core and plugin API
Sebastien Helleu