aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-12mMattias Andrée2-8/+8
2014-08-12fix tabulationMattias Andrée1-3/+3
2014-08-12macros for ato* with castMattias Andrée12-13/+174
2014-08-12missed explicit castMattias Andrée1-1/+1
2014-08-12make it possible to consume messagesMattias Andrée1-1/+7
2014-08-12update todo + keyboard protocolsMattias Andrée1-3/+0
2014-08-12mMattias Andrée1-1/+1
2014-08-12miscMattias Andrée6-107/+139
2014-08-11the kernel messes with /proc/*/exe (security precaution?), so we read /proc/self/exec when we start the serverMattias Andrée3-11/+75
2014-08-11miscMattias Andrée2-38/+173
2014-08-11add fork_for_safety option + beginning of kernel-based keyboardMattias Andrée12-15/+742
2014-08-03the rest of the clipboardMattias Andrée7-109/+236
2014-08-03mds-clipboard: all actions except add, however there is not removal of old entries yetMattias Andrée2-4/+428
2014-08-03free the clipboard when exitingMattias Andrée1-3/+13
2014-08-03miscMattias Andrée4-21/+213
2014-08-03beginning of mds-clipboardMattias Andrée2-0/+319
2014-08-02mds-registry: add time-to-liveMattias Andrée3-3/+51
2014-08-02mds-registry use timedwait in slaves so we can stop when reexecing of terminatingMattias Andrée1-1/+8
2014-08-02mds-registry: marshal and unmarshal the slave listMattias Andrée4-2/+91
2014-08-02mds-registry: notify clientMattias Andrée2-5/+40
2014-08-02miscMattias Andrée15-54/+63
2014-08-02miscMattias Andrée13-68/+795
2014-07-29mMattias Andrée1-5/+2
2014-07-29docMattias Andrée1-6/+58
2014-07-29mds-registry: restructure registryMattias Andrée2-120/+105
2014-07-29split out registry from mds-registryMattias Andrée4-459/+509
2014-07-29mMattias Andrée1-1/+1
2014-07-29split out reexec from mds-registryMattias Andrée4-150/+210
2014-07-28split out globals from mds-registryMattias Andrée4-47/+147
2014-07-28split out util from mds-registryMattias Andrée4-111/+173
2014-07-28put mds-registry in its own directoryMattias Andrée2-1/+1
2014-07-28docMattias Andrée1-0/+9
2014-07-28docMattias Andrée1-0/+36
2014-07-28docMattias Andrée1-0/+45
2014-07-28use of mutexe when removing protocols due to server closingMattias Andrée1-0/+4
2014-07-28mds-registry: all unmarshal failures are criticalMattias Andrée1-0/+1
2014-07-28reduce code complexityMattias Andrée1-44/+35
2014-07-28unregister protocols for closing serversMattias Andrée4-7/+80
2014-07-28prepare for handling client closed messagesMattias Andrée1-3/+34
2014-07-28m + marshal and unmarshal registry tableMattias Andrée2-11/+85
2014-07-28mMattias Andrée1-4/+4
2014-07-28reduce code complexityMattias Andrée1-107/+154
2014-07-28reduce code complexityMattias Andrée2-35/+35
2014-07-28miscMattias Andrée5-44/+163
2014-07-28mds-registry: sync:ing and list actionMattias Andrée1-9/+140
2014-07-28miscMattias Andrée4-8/+638
2014-07-27styloMattias Andrée1-1/+1
2014-07-27typo + beginning of mds-registryMattias Andrée2-0/+311
2014-07-27call server_initialised in mds-echoMattias Andrée1-0/+1
2014-07-27mds-base: add server_initialisedMattias Andrée2-0/+49