aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsserver (follow)
Commit message (Expand)AuthorAgeFilesLines
* mMattias Andrée2014-05-061-1/+0
* add util.cMattias Andrée2014-05-062-0/+125
* move config.h into libmdsserverMattias Andrée2014-05-061-0/+196
* add monotone macroMattias Andrée2014-05-061-0/+12
* add strequals and startswith macros + add drop_privileges macro that drops the group before the userMattias Andrée2014-05-061-0/+35
* use macros in mds.cMattias Andrée2014-05-061-3/+3
* add buf_set/get_next macrosMattias Andrée2014-05-064-48/+57
* use more macrosMattias Andrée2014-05-055-91/+196
* use more macrosMattias Andrée2014-05-051-0/+22
* add xsnprintf macroMattias Andrée2014-05-051-0/+37
* populate address remap tableMattias Andrée2014-05-041-1/+1
* add version when marshalingMattias Andrée2014-04-288-4/+38
* add todoMattias Andrée2014-04-281-1/+1
* we should of cause use recv and not readMattias Andrée2014-04-281-1/+2
* derpMattias Andrée2014-04-281-4/+2
* mMattias Andrée2014-04-271-1/+1
* docMattias Andrée2014-04-271-2/+9
* m fixes + docMattias Andrée2014-04-271-6/+61
* return -1 not 1 on failureMattias Andrée2014-04-271-4/+4
* well, that was unnecessaryMattias Andrée2014-04-271-1/+0
* finish mds-messageMattias Andrée2014-04-272-13/+199
* ipc message class, does not do reading yetMattias Andrée2014-04-272-0/+352
* typoMattias Andrée2014-04-266-6/+6
* m docMattias Andrée2014-04-264-4/+4
* take care of realloc failuresMattias Andrée2014-04-262-10/+34
* add table optimised for file descriptorsMattias Andrée2014-04-265-35/+556
* m fixes + store client information in a hash table and in a linked listMattias Andrée2014-04-232-3/+3
* add value remapping to hash table unmarshalingMattias Andrée2014-04-232-10/+22
* add missed includeMattias Andrée2014-04-231-0/+1
* m + add string comparatorMattias Andrée2014-04-221-1/+17
* add string hasherMattias Andrée2014-04-221-0/+44
* error supportMattias Andrée2014-04-222-7/+20
* more restrictMattias Andrée2014-04-222-17/+17
* m + implement marshaling for hash tableMattias Andrée2014-04-222-73/+161
* second draft of hash table implementationMattias Andrée2014-04-222-49/+52
* first draft of hash table implementationMattias Andrée2014-04-222-0/+646
* mMattias Andrée2014-04-222-19/+19
* add marshaling for linked-listMattias Andrée2014-04-222-2/+112
* fix error handlingMattias Andrée2014-04-221-1/+13
* linked list implementationMattias Andrée2014-04-222-0/+639