Age | Commit message (Expand) | Author |
2023-01-28 | core, plugins: replace calls to string_str(n)cmp by str(n)cmp (issue #1872) | Sébastien Helleu |
2023-01-28 | core: make hashtable types case sensitive (issue #1872) | Sébastien Helleu |
2023-01-28 | core: make get/set object properties case sensitive (issue #1872) | Sébastien Helleu |
2023-01-01 | core: update copyright dates | Sébastien Helleu |
2022-01-17 | core: update copyright dates | Sébastien Helleu |
2022-01-15 | api: fix add of infolist items in hashtable when prefix contains UTF-8 chars ... | Sébastien Helleu |
2021-06-26 | api: remember insertion order in hashtables | Sébastien Helleu |
2021-01-02 | core: update copyright dates | Sébastien Helleu |
2020-01-04 | core: update copyright dates | Sébastien Helleu |
2019-08-19 | core: use fixed-width integer for computing hashtable DJB2 key hash (closes #... | Sébastien Helleu |
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: fix format of variables in printf-like functions (from int to long and ... | Sébastien Helleu |
2018-10-01 | core: replace "long unsigned int" by "unsigned long" | Sébastien Helleu |
2018-05-20 | core: remove unneeded comment | Sébastien Helleu |
2018-05-20 | core: fix code style in function hashtable_add_from_infolist | Sébastien Helleu |
2018-05-20 | core: return an error if the infolist has no pointer to current item in funct... | 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-12 | core: fix cast of time_t (to "long long" instead of "long") (closes #1051) | Sébastien Helleu |
2017-06-17 | core: implement buffer type in hashtable_add_from_infolist | Simmo Saan |
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-10 | core: fix zero-length malloc of an hashtable item with type "buffer" | Sébastien Helleu |
2014-08-02 | core: fix result of hash function (in hashtables) on 32-bit systems | Sébastien 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: check that value is not NULL before calling free in hashtable_free_value | Sebastien Helleu |
2013-08-09 | core: add "callback_free_key" in hashtable | Sebastien Helleu |
2013-03-07 | api: allow hashtable with keys that are not strings in function hashtable_add... | 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-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu |
2012-08-05 | core: fix crash if key of hashtable_get(_item) is NULL (just return NULL) | 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-08-01 | core: add info about position where mouse button is released in hook_focus (f... | Sebastien Helleu |
2011-07-30 | core: fix crash when building hashtable string with keys and values | Sebastien Helleu |
2011-06-13 | core: add string representation for types pointer, buffer and time in propert... | Sebastien Helleu |
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 |