aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix readmeMattias Andrée2014-04-271-10/+43
* whoopsMattias Andrée2014-04-271-1/+1
* 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-273-1/+353
* 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-267-47/+567
* 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 makeMattias Andrée2014-04-231-1/+5
* link binaries to the libraryMattias Andrée2014-04-231-3/+3
* update makefileMattias Andrée2014-04-231-1/+10
* 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-223-1/+647
* mMattias Andrée2014-04-222-19/+19
* add marshaling for linked-listMattias Andrée2014-04-222-2/+112
* fix error handlingMattias Andrée2014-04-222-2/+14
* linked list implementationMattias Andrée2014-04-223-3/+642
* add documentation of the basic protocolMattias Andrée2014-04-221-0/+112
* m + accept incoming connectionsMattias Andrée2014-04-223-66/+206
* 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-214-11/+168
* mMattias Andrée2014-04-211-13/+13
* m + spawn and respawn master serverMattias Andrée2014-04-213-3/+155