aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsserver (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mMattias Andrée2014-08-251-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m docMattias Andrée2014-08-251-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m docMattias Andrée2014-08-251-21/+26
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* if the system is awesome enough to have sigupdate defined, use it instead of sigusr1Mattias Andrée2014-08-241-0/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + do not any assumtion of int typedefsMattias Andrée2014-08-243-12/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* full_read returns lengthMattias Andrée2014-08-232-17/+23
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of mds-vtMattias Andrée2014-08-221-0/+16
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add sigdanger supportMattias Andrée2014-08-201-0/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-08-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-08-122-8/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix tabulationMattias Andrée2014-08-121-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* macros for ato* with castMattias Andrée2014-08-124-4/+163
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* the kernel messes with /proc/*/exe (security precaution?), so we read /proc/self/exec when we start the serverMattias Andrée2014-08-112-11/+70
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add fork_for_safety option + beginning of kernel-based keyboardMattias Andrée2014-08-112-0/+51
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* the rest of the clipboardMattias Andrée2014-08-032-0/+34
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2014-08-021-2/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2014-08-021-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* unregister protocols for closing serversMattias Andrée2014-07-282-1/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* reduce code complexityMattias Andrée2014-07-281-0/+14
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2014-07-282-0/+33
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2014-07-282-0/+366
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix multiple clients bug: minor bug in linked_list caused removal of old clients + add dump method for linked listMattias Andrée2014-07-272-1/+46
| | | | 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-071-1/+1
| | | | 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>
* beginning of mds-respawnMattias Andrée2014-06-071-3/+3
| | | | 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>
* Modify mds-server to use mds-base (some regression...)Mattias Andrée2014-05-201-1/+1
| | | | 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>
* 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>
* typoMattias Andrée2014-05-191-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add to fixme:sMattias Andrée2014-05-191-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* reduce code complexityMattias Andrée2014-05-182-0/+26
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* reduce code complexityMattias Andrée2014-05-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-05-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* reduce code complexityMattias Andrée2014-05-185-22/+72
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* style + reduce code complexityMattias Andrée2014-05-182-33/+52
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* zealous use of * sizeof(char) when using mem* functionsMattias Andrée2014-05-181-8/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Fix reading of payloadMattias Andrée2014-05-181-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-05-161-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + fix message sendingMattias Andrée2014-05-152-43/+82
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m docMattias Andrée2014-05-142-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix dumb-client and memory errorsMattias Andrée2014-05-142-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m fixMattias Andrée2014-05-141-2/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix errorsMattias Andrée2014-05-142-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>