aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>