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
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-10-01
core: replace "long unsigned int" by "unsigned long"
Sébastien Helleu
2018-08-14
core: fix type of variables "buffer_name" and "buffer_type" sent to the hook_...
Sébastien Helleu
2018-08-12
api: add function hook_line
Sébastien Helleu
2018-05-20
core: fix code style in function hashtable_add_from_infolist
Sébastien Helleu
2018-05-20
Merge remote-tracking branch 'origin/pr/623' into irc-3.2-cap
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-08-10
core: remove value for first #define in headers, add "PLUGIN" in plugin headers
Sébastien Helleu
2017-06-17
core: add hashtable_add_from_infolist to API
Simmo Saan
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-08-11
core: callback_free_key shouldn't point to already free'd value
Andrew Potter
2014-08-02
core: fix result of hash function (in hashtables) on 32-bit systems
Sébastien Helleu
2014-03-19
core: fix use of reserved C identifiers in headers (closes #31)
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
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