| Commit message (Expand) | Author | Age | Files | Lines |
* | (6) add handler for unix termination signals | kremlin | 2014-08-05 | 3 | -0/+27 |
* | (5) fix foo_mem_clean() functions to avoid race cond. | kremlin | 2014-08-05 | 3 | -6/+24 |
* | (4) move on_name_acquired functionality to on_bus_acquired | kremlin | 2014-08-05 | 4 | -50/+74 |
* | (3) add needed GLib headers, move loop and bus descr out of main into global | kremlin | 2014-07-29 | 3 | -9/+18 |
* | (2) move on_name_lost() callback to appropriate commend-bounded region | kremlin | 2014-07-29 | 3 | -27/+27 |
* | (1) add <interface>.h and #include it in corresponding .c | kremlin | 2014-07-29 | 6 | -0/+6 |
* | see full message -- safe signal/lifetime/glib code | kremlin | 2014-07-29 | 2 | -33/+78 |
* | minor, clarify what "misc functions" are in comments | kremlin | 2014-07-29 | 4 | -4/+4 |
* | minor, clarify "dbus signal" vs. "unix signal" in comments | kremlin | 2014-07-29 | 4 | -8/+8 |
* | include glib-unix.h in interface files | kremlin | 2014-07-29 | 4 | -0/+4 |
* | remove genfiles from repo, instead generate in makefile | kremlin | 2014-07-23 | 8 | -21486/+0 |
* | copy and regex localed, timedated, and logind from hostnamed | kremlin | 2014-07-22 | 3 | -0/+347 |
* | hostname1 now returns hostname minus domain info | kremlin | 2014-07-22 | 1 | -4/+10 |
* | clean up hostnamed.c, clear out localed.c for copying | kremlin | 2014-07-22 | 2 | -154/+11 |
* | tighten up memory management in hostnamed.c | kremlin | 2014-07-22 | 1 | -8/+12 |
* | refactor hostnamed.c to work with namespace genfile change | kremlin | 2014-07-22 | 1 | -27/+25 |
* | change gen script to use ksh, remove namespace option, regen genfiles | kremlin | 2014-07-22 | 8 | -4270/+4270 |
* | include gprintf.h in hostnamed.c/localed.c to allow strict compilation | kremlin | 2014-07-15 | 2 | -0/+4 |
* | remove includes in non-gen'd interf files, they're linked properly now | kremlin | 2014-07-15 | 4 | -61/+48 |
* | untouched genfiles now work with linking system, revert localed-gen.c | kremlin | 2014-07-15 | 1 | -0/+133 |
* | get rid of non-generated interface headers, we don't need them | kremlin | 2014-07-15 | 4 | -66/+0 |
* | set hostnamed's 'hostname' property before export | kremlin | 2014-07-11 | 1 | -1/+9 |
* | more work on managing four interfaces as separate PIDs, new makefile rules fo... | kremlin | 2014-07-08 | 2 | -17/+2 |
* | (1) regenerate leaner genfiles, we're not using the object manager functional... | kremlin | 2014-07-08 | 11 | -2963/+188 |
* | regenerate proper namespaced code for other 3 interfaces, fix their includes ... | kremlin | 2014-07-08 | 6 | -3769/+6303 |
* | fix previous commit (forgot to escape newline), regenerate hostnamed with pro... | kremlin | 2014-07-08 | 3 | -909/+909 |
* | (1) modify gen-gdbus-interfaces.sh to generate nessecary subclasseshostnamed-copyable | kremlin- | 2014-07-02 | 3 | -3961/+788 |
* | (1) updated ispect xml to reflect recent undocumented changes in hostnamed | kremlin- | 2014-07-02 | 3 | -114/+5104 |
* | replace C++ style comments | kremlin- | 2014-06-27 | 1 | -5/+3 |
* | change buffer size for gethostname() to HOST_NAME_MAX to avoid accidently tru... | kremlin | 2014-06-22 | 1 | -37/+37 |
* | add license ISC license blurbs | kremlin | 2014-06-22 | 8 | -0/+128 |
* | finish migrating old code to work with gdbus-codegen types, cleaned up config... | kremlin- | 2014-06-20 | 1 | -24/+6 |
* | blow away unnessecary errata whose functionality is covered by code from gene... | kremlin- | 2014-06-20 | 3 | -174/+25 |
* | prepare old hostnamed.c code for use through proper generated gdbus interface... | kremlin- | 2014-06-20 | 1 | -8/+16 |
* | regenerate interface types, clean up gen script | kremlin- | 2014-06-20 | 8 | -0/+20100 |
* | blow away improperly generated interface types (bad prefix) | kremlin- | 2014-06-20 | 8 | -20100/+0 |
* | add gdbus-codegen files | kremlin | 2014-06-17 | 11 | -3/+20100 |
* | fleshed out config and hostnamed more, structure for other 3 daemons.. | kremlin- | 2014-06-13 | 1 | -6/+40 |
* | furthering hostnamed, begining configuration.. | kremlin- | 2014-06-13 | 1 | -4/+121 |
* | property handling... | kremlin- | 2014-06-10 | 1 | -5/+13 |
* | export proper xml FINALLY.. | kremlin- | 2014-06-10 | 1 | -15/+20 |
* | started work on xml file installation/configuration | kremlin- | 2014-06-08 | 1 | -10/+0 |
* | syncing... | kremlin | 2014-06-08 | 1 | -1/+1 |
* | syncing between computers.. | kremlin- | 2014-06-05 | 1 | -10/+12 |
* | minor info errata | kremlin- | 2014-06-05 | 1 | -0/+1 |
* | divorce introspect xml to conf/ file, rm hostnamed.h, update system bus confi... | kremlin- | 2014-06-05 | 2 | -79/+0 |
* | syncing working files between computers... | kremlin | 2014-06-05 | 1 | -6/+7 |
* | added scripts to place config files, added a note in source about that | kremlin | 2014-06-03 | 1 | -1/+1 |
* | minor, reference issue | kremlin | 2014-06-03 | 1 | -2/+5 |
* | syntax cleanup, add whatever .bin.core files are to gitignore.. | kremlin | 2014-06-03 | 1 | -50/+53 |
* | divorce XML literal to hostnamed.h, update types to be glib-appropriate, comm... | kremlin | 2014-06-03 | 2 | -110/+105 |
* | moved things around to make source readable, added comments, changed init met... | kremlin | 2014-06-03 | 1 | -9/+16 |
* | remove crapfile, rename 'modules' -> 'interfaces' | kremlin | 2014-06-03 | 4 | -0/+200 |