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.h
Age
Commit message (
Expand
)
Author
2013-08-10
core: change type of hashtable key hash to unsigned long, return item pointer...
Sebastien Helleu
2013-08-09
core: add "callback_free_key" in hashtable
Sebastien Helleu
2013-01-26
core: use default hash/comparison callback for keys of type integer/pointer/t...
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
2011-12-19
core: add type "hashtable" for hdata, new api functions: hdata_hashtable and ...
Sebastien Helleu
2011-10-26
core: remove unneeded whitespace
Sebastien Helleu
2011-08-13
core: add function hashtable_dup (duplicate a hashtable)
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-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-08-27
Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, i...
Sebastien Helleu
2010-07-19
Remove unneeded spaces and tabs
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