aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* unlink pid file on exitMattias Andrée2014-04-211-0/+5
* mds-server: parse command line argumentsMattias Andrée2014-04-213-7/+165
* m + spawn and respawn master serverMattias Andrée2014-04-213-3/+155
* m + listen on socketMattias Andrée2014-04-201-1/+10
* create and bind socketMattias Andrée2014-04-202-1/+33
* mMattias Andrée2014-04-201-1/+2
* m + reuse display indicesMattias Andrée2014-04-202-2/+59
* create pid file and set environmentMattias Andrée2014-04-202-10/+54
* miscMattias Andrée2014-04-203-14/+149
* not too much...Mattias Andrée2014-04-202-0/+128