HTTPS (almost) everywhere.
[metze/wireshark/wip.git] / epan / wmem / wmem_map.c
2019-07-26 Guy HarrisHTTPS (almost) everywhere.
2018-05-03 chinarulezzzfix missing parentheses in 'if' statement
2018-02-28 Guy HarrisMake sure CAPACITY() doesn't shift the 1 out of range.
2018-02-08 Dario Lombardowmem: use SPDX identifiers.
2018-02-07 Moshe KaplanAdded wmem_map_contains and wmem_map_lookup_extended
2017-02-09 Michael MannAdd wmem_map_get_keys.
2017-02-09 Michael MannAdd wmem_map_steal
2017-01-28 Michael Mannwmem: Delay creation of map table until its needed
2017-01-28 Michael MannAdd wmem_map_new_autoreset
2016-07-16 Michael Mannwmem_map.c: Address some VS Code Analysis warnings.
2016-04-22 Dario Lombardowmem: add wmem_map_size().
2016-04-22 Dario Lombardowmem: add foreach function to wmem_map.
2014-08-18 Alexis La GoutteFix warning: no previous prototype for ... [-Wmissing...
2014-04-29 Gerald CombsFix an extraneous parentheses warning.
2014-04-27 Michael MannFix rare case of wmem map being O(n)
2014-04-23 Evan HuusAdd a cast to satisfy mac buildbot.
2014-04-23 Evan HuusHash map implementation for wmem.