aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsserver/hash-table.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* typoMattias Andrée2014-04-261-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m docMattias Andrée2014-04-261-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add table optimised for file descriptorsMattias Andrée2014-04-261-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add value remapping to hash table unmarshalingMattias Andrée2014-04-231-5/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* error supportMattias Andrée2014-04-221-6/+18
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* more restrictMattias Andrée2014-04-221-9/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + implement marshaling for hash tableMattias Andrée2014-04-221-47/+129
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* second draft of hash table implementationMattias Andrée2014-04-221-30/+31
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* first draft of hash table implementationMattias Andrée2014-04-221-0/+392
Signed-off-by: Mattias Andrée <maandree@operamail.com>