aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add xsigactionMattias Andrée2014-05-061-2/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* move config.h into libmdsserverMattias Andrée2014-05-061-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add monotone macroMattias Andrée2014-05-061-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add strequals and startswith macros + add drop_privileges macro that drops the group before the userMattias Andrée2014-05-061-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* use macros in mds.cMattias Andrée2014-05-061-45/+22
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-04-281-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* make it possible to select master serverMattias Andrée2014-04-211-10/+30
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m misc + create directory for temporary dataMattias Andrée2014-04-211-33/+132
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* unlink pid file on exitMattias Andrée2014-04-211-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-server: parse command line argumentsMattias Andrée2014-04-211-7/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + spawn and respawn master serverMattias Andrée2014-04-211-3/+122
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + listen on socketMattias Andrée2014-04-201-1/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* create and bind socketMattias Andrée2014-04-201-0/+24
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-04-201-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + reuse display indicesMattias Andrée2014-04-201-1/+50
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* create pid file and set environmentMattias Andrée2014-04-201-10/+45
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2014-04-201-13/+75
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* not too much...Mattias Andrée2014-04-201-0/+89
Signed-off-by: Mattias Andrée <maandree@operamail.com>