aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vt protocolsMattias Andrée2014-08-221-2/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of mds-vtMattias Andrée2014-08-221-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add fork_for_safety option + beginning of kernel-based keyboardMattias Andrée2014-08-111-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of mds-clipboardMattias Andrée2014-08-031-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2014-08-021-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split out registry from mds-registryMattias Andrée2014-07-291-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split out reexec from mds-registryMattias Andrée2014-07-291-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split out globals from mds-registryMattias Andrée2014-07-281-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split out util from mds-registryMattias Andrée2014-07-281-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* move mk files into mk dirMattias Andrée2014-07-281-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-07-281-6/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* put mds-registry in its own directoryMattias Andrée2014-07-281-1/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* improve makefileMattias Andrée2014-07-281-105/+13
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2014-07-281-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typo + beginning of mds-registryMattias Andrée2014-07-271-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of echo serverMattias Andrée2014-06-081-2/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of mds-respawnMattias Andrée2014-06-071-3/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix file namesMattias Andrée2014-06-071-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Modify mds-server to use mds-base (some regression...)Mattias Andrée2014-05-201-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* begin on base for serversMattias Andrée2014-05-191-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* reduce code complexityMattias Andrée2014-05-191-1/+1
| | | | 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>
* reduce code complexityMattias Andrée2014-05-181-2/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix bugsMattias Andrée2014-05-141-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m fixMattias Andrée2014-05-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-05-121-6/+16
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + fix errors in mds.cMattias Andrée2014-05-121-1/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* a much of multicasting stuffMattias Andrée2014-05-111-7/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* use the data structure marshallersMattias Andrée2014-05-081-4/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split up mds-server structs into their own .h-files and add marshal functionsMattias Andrée2014-05-081-0/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Move mds-server into its own directoryMattias Andrée2014-05-081-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add util.cMattias Andrée2014-05-061-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* it would be a shame if we could not re-exec because we have filled the pipeMattias Andrée2014-05-051-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* ipc message class, does not do reading yetMattias Andrée2014-04-271-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add table optimised for file descriptorsMattias Andrée2014-04-261-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m makeMattias Andrée2014-04-231-1/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* link binaries to the libraryMattias Andrée2014-04-231-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update makefileMattias Andrée2014-04-231-1/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* first draft of hash table implementationMattias Andrée2014-04-221-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix error handlingMattias Andrée2014-04-221-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* linked list implementationMattias Andrée2014-04-221-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + accept incoming connectionsMattias Andrée2014-04-221-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-server: parse command line argumentsMattias Andrée2014-04-211-4/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-04-211-13/+13
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2014-04-201-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* not too much...Mattias Andrée2014-04-201-0/+83
Signed-off-by: Mattias Andrée <maandree@operamail.com>