aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsserver/hash-table.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc style fixMattias Andrée2014-09-131-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + info: tablesMattias Andrée2014-08-291-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* unregister protocols for closing serversMattias Andrée2014-07-281-0/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2014-07-281-0/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add version when marshalingMattias Andrée2014-04-281-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* 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-35/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m fixes + store client information in a hash table and in a linked listMattias Andrée2014-04-231-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add value remapping to hash table unmarshalingMattias Andrée2014-04-231-5/+14
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* error supportMattias Andrée2014-04-221-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + implement marshaling for hash tableMattias Andrée2014-04-221-26/+32
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* second draft of hash table implementationMattias Andrée2014-04-221-19/+21
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* first draft of hash table implementationMattias Andrée2014-04-221-0/+254
Signed-off-by: Mattias Andrée <maandree@operamail.com>