aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-registry (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-02mds-registry: notify clientMattias Andrée2-5/+40
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-02miscMattias Andrée15-54/+63
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-02miscMattias Andrée15-69/+798
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-29mMattias Andrée1-5/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-29docMattias Andrée1-6/+58
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-29mds-registry: restructure registryMattias Andrée2-120/+105
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-29split out registry from mds-registryMattias Andrée6-462/+512
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-29mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-29split out reexec from mds-registryMattias Andrée5-151/+211
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28split out globals from mds-registryMattias Andrée5-48/+148
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28split out util from mds-registryMattias Andrée5-112/+174
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28move mk files into mk dirMattias Andrée3-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28mMattias Andrée2-10/+10
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28put mds-registry in its own directoryMattias Andrée4-2/+10
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28improve makefileMattias Andrée3-105/+138
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28docMattias Andrée1-0/+9
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28docMattias Andrée1-0/+36
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28docMattias Andrée1-0/+45
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28use of mutexe when removing protocols due to server closingMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28mds-registry: all unmarshal failures are criticalMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28reduce code complexityMattias Andrée1-44/+35
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28unregister protocols for closing serversMattias Andrée4-7/+80
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28prepare for handling client closed messagesMattias Andrée1-3/+34
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28m + marshal and unmarshal registry tableMattias Andrée2-11/+85
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28mMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28reduce code complexityMattias Andrée1-107/+154
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28reduce code complexityMattias Andrée2-35/+35
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28miscMattias Andrée5-44/+163
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28mds-registry: sync:ing and list actionMattias Andrée1-9/+140
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28miscMattias Andrée6-10/+657
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-27mMattias Andrée2-1/+7
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-27styloMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-27typo + beginning of mds-registryMattias Andrée5-3/+313
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-27spec:s for registryMattias Andrée1-0/+24
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-27update todoMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-27typo + list currently implemented protocolsMattias Andrée2-1/+67
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-27call server_initialised in mds-echoMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-27mds-base: add server_initialisedMattias Andrée2-0/+49
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-27fix multiple clients bug: minor bug in linked_list caused removal of old clients + add dump method for linked listMattias Andrée3-4/+46
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-26mark temporary printsMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-09add tv server to the todo listMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-09add some more servers to the todo listMattias Andrée1-0/+10
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-09add three more servers to the todo listMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-09use valgrind on all mds programsMattias Andrée1-2/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-09mMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-09kernel: put process name in quotes and print exit status and termination signal on crashed processesMattias Andrée1-3/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-09m + fix echo server crashMattias Andrée1-5/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-09put process names in quotes and print exit status and termination signal on crashed processesMattias Andrée1-5/+10
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-09use readline in dumb-clientMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-08m + fix: include header value in interception conditionsMattias Andrée3-4/+9
Signed-off-by: Mattias Andrée <maandree@operamail.com>