aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* get rid of main.c and references to it, it has been unused for a while nowkremlin2014-08-161-31/+0
|
* minor, retab \t's to four spaceskremlin2014-08-061-6/+6
|
* empty main.ckremlin2014-07-221-27/+1
|
* cut comments in main.c, prepare it to be removedkremlin2014-07-221-13/+3
|
* cut out unnessecary #include's in main.c, prepare to deprecatekremlin2014-07-151-5/+0
| | | | | | we're going to move towards having all four daemons exist as seperate executables managed exclusively by DBus (startup, lifetime, etc.) so i'm moving towards getting rid of the one "main" executable.
* get rid of ifdef maze in main.c, the binaries will be compiled sep.kremlin2014-07-151-32/+17
|
* more work on managing four interfaces as separate PIDs, new makefile rules ↵kremlin2014-07-081-13/+42
| | | | for building and installing standalone interface binaries, a little documentation and preproccessor logic
* (1) regenerate leaner genfiles, we're not using the object manager ↵kremlin2014-07-081-1/+7
| | | | functionality (2) modify gen-gdbus-interfaces to exclude object manager functionality (3) make localed skeleton (4) namespace hostnamed's and localed's bus/name functions properly (5) edit main.c to init localed
* cut out old XML install cruftkremlin2014-07-031-7/+0
|
* retabkremlin2014-06-271-15/+15
|
* replace C++ style commentskremlin2014-06-271-1/+1
|
* cut out install code that should be handled in makefilekremlin2014-06-271-22/+14
|
* see previous commit, forgot 'git add'..kremlin2014-06-261-3/+3
|
* fixing merge conflictskremlin2014-06-261-12/+2
|
* merge license, hostname buffer changes from master branchkremlin2014-06-261-11/+37
|\
| * change buffer size for gethostname() to HOST_NAME_MAX to avoid accidently ↵kremlin2014-06-221-18/+18
| | | | | | | | truncating the terminating byte on systems that handle gethostname() poorly
| * add license ISC license blurbskremlin2014-06-221-0/+16
| |
* | goodnightkremlin2014-06-201-2/+12
|/
* finish migrating old code to work with gdbus-codegen types, cleaned up ↵kremlin2014-06-201-21/+19
| | | | config IO/install, cleaned up code all-around to work with strict compiler flags
* fleshed out config and hostnamed more, structure for other 3 daemons..kremlin2014-06-131-6/+6
|
* furthering hostnamed, begining configuration..kremlin2014-06-131-2/+20
|
* export proper xml FINALLY..kremlin2014-06-101-4/+3
|
* started work on xml file installation/configurationkremlin2014-06-081-0/+14
|
* syncing between computers..kremlin2014-06-051-1/+5
|
* update makefile and main.c to reflect changes of previous commit, also place ↵kremlin2014-06-031-1/+1
| | | | tempfile in bin/ as abscence causes git to ignore directory's existence
* hostnamed implementation coming along, implements introspectable now. had to ↵kremlin2014-05-301-5/+0
| | | | switch back to session bus temporarily...
* get hostnamed to show up on session bus, incompletekremlin2014-05-301-1/+7
|
* begin hostnamed, clean upkremlin2014-05-281-1/+3
|
* set aside -ports makefile for now, we'll deal with it later. begin hostnamedkremlin2014-05-281-0/+5