Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor, retab \t's to four spaces | kremlin | 2014-08-06 | 1 | -6/+6 |
| | |||||
* | empty main.c | kremlin | 2014-07-22 | 1 | -27/+1 |
| | |||||
* | cut comments in main.c, prepare it to be removed | kremlin | 2014-07-22 | 1 | -13/+3 |
| | |||||
* | cut out unnessecary #include's in main.c, prepare to deprecate | kremlin | 2014-07-15 | 1 | -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. | kremlin | 2014-07-15 | 1 | -32/+17 |
| | |||||
* | more work on managing four interfaces as separate PIDs, new makefile rules ↵ | kremlin | 2014-07-08 | 1 | -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 ↵ | kremlin | 2014-07-08 | 1 | -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 cruft | kremlin | 2014-07-03 | 1 | -7/+0 |
| | |||||
* | retab | kremlin | 2014-06-27 | 1 | -15/+15 |
| | |||||
* | replace C++ style comments | kremlin | 2014-06-27 | 1 | -1/+1 |
| | |||||
* | cut out install code that should be handled in makefile | kremlin | 2014-06-27 | 1 | -22/+14 |
| | |||||
* | see previous commit, forgot 'git add'.. | kremlin | 2014-06-26 | 1 | -3/+3 |
| | |||||
* | fixing merge conflicts | kremlin | 2014-06-26 | 1 | -12/+2 |
| | |||||
* | merge license, hostname buffer changes from master branch | kremlin | 2014-06-26 | 1 | -11/+37 |
|\ | |||||
| * | change buffer size for gethostname() to HOST_NAME_MAX to avoid accidently ↵ | kremlin | 2014-06-22 | 1 | -18/+18 |
| | | | | | | | | truncating the terminating byte on systems that handle gethostname() poorly | ||||
| * | add license ISC license blurbs | kremlin | 2014-06-22 | 1 | -0/+16 |
| | | |||||
* | | goodnight | kremlin | 2014-06-20 | 1 | -2/+12 |
|/ | |||||
* | finish migrating old code to work with gdbus-codegen types, cleaned up ↵ | kremlin | 2014-06-20 | 1 | -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.. | kremlin | 2014-06-13 | 1 | -6/+6 |
| | |||||
* | furthering hostnamed, begining configuration.. | kremlin | 2014-06-13 | 1 | -2/+20 |
| | |||||
* | export proper xml FINALLY.. | kremlin | 2014-06-10 | 1 | -4/+3 |
| | |||||
* | started work on xml file installation/configuration | kremlin | 2014-06-08 | 1 | -0/+14 |
| | |||||
* | syncing between computers.. | kremlin | 2014-06-05 | 1 | -1/+5 |
| | |||||
* | update makefile and main.c to reflect changes of previous commit, also place ↵ | kremlin | 2014-06-03 | 1 | -1/+1 |
| | | | | tempfile in bin/ as abscence causes git to ignore directory's existence | ||||
* | hostnamed implementation coming along, implements introspectable now. had to ↵ | kremlin | 2014-05-30 | 1 | -5/+0 |
| | | | | switch back to session bus temporarily... | ||||
* | get hostnamed to show up on session bus, incomplete | kremlin | 2014-05-30 | 1 | -1/+7 |
| | |||||
* | begin hostnamed, clean up | kremlin | 2014-05-28 | 1 | -1/+3 |
| | |||||
* | set aside -ports makefile for now, we'll deal with it later. begin hostnamed | kremlin | 2014-05-28 | 1 | -0/+5 |