summaryrefslogtreecommitdiffstats
path: root/src/dictionary.h
AgeCommit message (Expand)Author
2017-03-12locks abstraction, error reporting, debuggingCosta Tsaousis (ktsaou)
2016-08-13converted tabs for C, JS, BASH to 4 spacesCosta Tsaousis
2016-08-11code cleanup by replacing all memory allocation functions with ones that hand...Costa Tsaousis
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-06-02lower dictionary memory requirements by keeping pointers to optional featuresCosta Tsaousis
2016-05-19disabled dictionary statistics to save memoryCosta Tsaousis (ktsaou)
2016-05-12optimization: saved 84 bytes per dictionary, avl locking removed from tc plug...Costa Tsaousis
2016-05-09atomic locks on dictionary_set(), dictionary_del(), dictionary_destroy()Costa Tsaousis (ktsaou)
2016-05-08registry: working prototype with load/saveCosta Tsaousis
2016-05-08registry progress: working internal prototype - no load/save and network yetCosta Tsaousis
2016-05-07work in progress: registryCosta Tsaousis
2016-05-06finalized dictionary.cCosta Tsaousis
2016-04-03layout: remove executable from unrelated filesAlon Bar-Lev
2015-04-03replaced simple_hash with the FNV-1a 32bit algorithmCosta Tsaousis (ktsaou)
2015-03-29moved web_client functions to web_client.c; added dictionary.c to support ind...Costa Tsaousis (ktsaou)