aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* read the marshalled data from the pipeMattias Andrée2014-05-041-1/+43
* some work on unmarshallingMattias Andrée2014-05-032-24/+155
* m + docMattias Andrée2014-05-031-4/+41
* mMattias Andrée2014-05-031-1/+4
* compile-time configurable api-fs pathMattias Andrée2014-05-032-1/+9
* separation of server state marshaling into a new methodMattias Andrée2014-05-032-98/+117
* no need to marshal the socket's fd, it is already included in the cmdlineMattias Andrée2014-05-031-3/+2
* more re-exec stuffMattias Andrée2014-05-021-4/+79
* some more work on re-execMattias Andrée2014-05-022-17/+141
* some re-exec stuffMattias Andrée2014-05-021-7/+54
* add version when marshalingMattias Andrée2014-04-288-4/+38
* use sig_atomic_t for runningMattias Andrée2014-04-281-1/+2
* add todoMattias Andrée2014-04-281-1/+1
* store the socket's stateMattias Andrée2014-04-282-0/+7
* handle closing of sockets by peerMattias Andrée2014-04-281-4/+13
* 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-281-1/+1
* read messages from clientMattias Andrée2014-04-282-2/+45
* 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-266-44/+564
* m fixes + store client information in a hash table and in a linked listMattias Andrée2014-04-234-7/+101
* 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
* m + accept incoming connectionsMattias Andrée2014-04-222-65/+205
* run mdsinitrcMattias Andrée2014-04-213-4/+132
* add missing includeMattias Andrée2014-04-211-0/+1
* make it possible to select master serverMattias Andrée2014-04-211-10/+30
* master server also drops prilivegesMattias Andrée2014-04-211-0/+9
* m misc + create directory for temporary dataMattias Andrée2014-04-213-46/+185