aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add three more servers to the todo listMattias Andrée2014-06-091-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* use valgrind on all mds programsMattias Andrée2014-06-091-2/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-06-091-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* kernel: put process name in quotes and print exit status and termination signal on crashed processesMattias Andrée2014-06-091-3/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + fix echo server crashMattias Andrée2014-06-091-5/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* put process names in quotes and print exit status and termination signal on crashed processesMattias Andrée2014-06-091-5/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* use readline in dumb-clientMattias Andrée2014-06-091-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + fix: include header value in interception conditionsMattias Andrée2014-06-083-4/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-echo: include message id + do not require respawn statusMattias Andrée2014-06-081-5/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* implement echoingMattias Andrée2014-06-082-28/+114
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of echo serverMattias Andrée2014-06-085-3/+336
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whitespaceMattias Andrée2014-06-071-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* test and fix mds-respawn + add missed staging: monotonic clock should be rawMattias Andrée2014-06-075-3/+25
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* finish implementation of mds-respawnMattias Andrée2014-06-071-25/+241
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whitespaceMattias Andrée2014-06-071-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-06-072-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of mds-respawnMattias Andrée2014-06-077-19/+450
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix payload reading (last regression)Mattias Andrée2014-06-071-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix message marshal errorMattias Andrée2014-06-071-3/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix some client marshalling errorsMattias Andrée2014-06-073-5/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add zero length checkMattias Andrée2014-06-071-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix errors in client marshallingMattias Andrée2014-06-071-6/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix file namesMattias Andrée2014-06-0712-14/+14
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add some zero length checksMattias Andrée2014-06-061-8/+15
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* print pid of mds-serverMattias Andrée2014-06-061-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-06-061-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix incorrect detection of conflicting argumentsMattias Andrée2014-06-061-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m docMattias Andrée2014-05-202-0/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Modify mds-server to use mds-base (some regression...)Mattias Andrée2014-05-2015-468/+275
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* misc, mostly mds-base re-execMattias Andrée2014-05-203-28/+279
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add broadcast supportMattias Andrée2014-05-192-4/+16
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + store master threadMattias Andrée2014-05-192-3/+17
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* set up signal handlingMattias Andrée2014-05-192-2/+58
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + add --alarm= optionsMattias Andrée2014-05-193-26/+51
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* begin on base for serversMattias Andrée2014-05-194-2/+238
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* it is probably not worth making the buffer circularMattias Andrée2014-05-191-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* exit cleanly on terminal interruption (sigint)Mattias Andrée2014-05-191-2/+24
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* reduce code complexityMattias Andrée2014-05-191-53/+69
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m docMattias Andrée2014-05-191-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* reduce code complexity + fix bugMattias Andrée2014-05-192-100/+164
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typos + reduce code complexityMattias Andrée2014-05-191-32/+78
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-05-191-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-05-191-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* store structure version for all structures when marshallingMattias Andrée2014-05-198-8/+30
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Do not just queue "Client close" message, but also send itMattias Andrée2014-05-191-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Fix memory leakMattias Andrée2014-05-191-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-05-191-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* reduce code complexityMattias Andrée2014-05-196-269/+378
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-05-191-1/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add to fixme:sMattias Andrée2014-05-192-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>