aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-02more re-exec stuffMattias Andrée1-4/+79
2014-05-02some more work on re-execMattias Andrée2-17/+141
2014-05-02some re-exec stuffMattias Andrée1-7/+54
2014-04-28add version when marshalingMattias Andrée8-4/+38
2014-04-28use sig_atomic_t for runningMattias Andrée1-1/+2
2014-04-28add todoMattias Andrée1-1/+1
2014-04-28store the socket's stateMattias Andrée2-0/+7
2014-04-28handle closing of sockets by peerMattias Andrée1-4/+13
2014-04-28we should of cause use recv and not readMattias Andrée1-1/+2
2014-04-28derpMattias Andrée1-4/+2
2014-04-28mMattias Andrée1-1/+1
2014-04-28read messages from clientMattias Andrée2-2/+45
2014-04-27mMattias Andrée1-1/+1
2014-04-27docMattias Andrée1-2/+9
2014-04-27m fixes + docMattias Andrée1-6/+61
2014-04-27return -1 not 1 on failureMattias Andrée1-4/+4
2014-04-27well, that was unnecessaryMattias Andrée1-1/+0
2014-04-27finish mds-messageMattias Andrée2-13/+199
2014-04-27ipc message class, does not do reading yetMattias Andrée2-0/+352
2014-04-26typoMattias Andrée6-6/+6
2014-04-26m docMattias Andrée4-4/+4
2014-04-26take care of realloc failuresMattias Andrée2-10/+34
2014-04-26add table optimised for file descriptorsMattias Andrée6-44/+564
2014-04-23m fixes + store client information in a hash table and in a linked listMattias Andrée4-7/+101
2014-04-23add value remapping to hash table unmarshalingMattias Andrée2-10/+22
2014-04-23add missed includeMattias Andrée1-0/+1
2014-04-22m + add string comparatorMattias Andrée1-1/+17
2014-04-22add string hasherMattias Andrée1-0/+44
2014-04-22error supportMattias Andrée2-7/+20
2014-04-22more restrictMattias Andrée2-17/+17
2014-04-22m + implement marshaling for hash tableMattias Andrée2-73/+161
2014-04-22second draft of hash table implementationMattias Andrée2-49/+52
2014-04-22first draft of hash table implementationMattias Andrée2-0/+646
2014-04-22mMattias Andrée2-19/+19
2014-04-22add marshaling for linked-listMattias Andrée2-2/+112
2014-04-22fix error handlingMattias Andrée1-1/+13
2014-04-22linked list implementationMattias Andrée2-0/+639
2014-04-22m + accept incoming connectionsMattias Andrée2-65/+205
2014-04-21run mdsinitrcMattias Andrée3-4/+132
2014-04-21add missing includeMattias Andrée1-0/+1
2014-04-21make it possible to select master serverMattias Andrée1-10/+30
2014-04-21master server also drops prilivegesMattias Andrée1-0/+9
2014-04-21m misc + create directory for temporary dataMattias Andrée3-46/+185
2014-04-21unlink pid file on exitMattias Andrée1-0/+5
2014-04-21mds-server: parse command line argumentsMattias Andrée3-7/+165
2014-04-21m + spawn and respawn master serverMattias Andrée3-3/+155
2014-04-20m + listen on socketMattias Andrée1-1/+10
2014-04-20create and bind socketMattias Andrée2-1/+33
2014-04-20mMattias Andrée1-1/+2
2014-04-20m + reuse display indicesMattias Andrée2-2/+59