aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsserver/hash-table.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-07-10Fix new GCC warningsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-09Bump yearMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2015-08-25m + attributesMattias Andrée1-3/+15
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-02-13bump yearMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-09-13doc style fixMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-29m + info: tablesMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28unregister protocols for closing serversMattias Andrée1-0/+11
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28miscMattias Andrée1-0/+9
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-28add version when marshalingMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-26typoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-26m docMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-26add table optimised for file descriptorsMattias Andrée1-35/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-23m fixes + store client information in a hash table and in a linked listMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-23add value remapping to hash table unmarshalingMattias Andrée1-5/+14
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-22error supportMattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-22m + implement marshaling for hash tableMattias Andrée1-26/+32
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-22second draft of hash table implementationMattias Andrée1-19/+21
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-22first draft of hash table implementationMattias Andrée1-0/+254
Signed-off-by: Mattias Andrée <maandree@operamail.com>