1
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Dec 02, 2024 — Dec 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
I want to try setting monitor mode on the insteon instead of spamming. More... about 6 years ago
Fix serial code on linux. (odd, because it worked for USB serial, but not a real one) Move the cfsetXspeed to below where we set cflags because cflags overwrote the speed (presumably with 0). More... about 6 years ago
So, if you have an invalid subt, the ARGDEV macro returns trash, and influxcoll crashes hard. Fix ARGDEV not to return trash, but the string "fail". Then actually fix the bug, which is that find_arg_byid didn't account for subtype outlet. More... about 6 years ago
Ok, so, way to many errors on linux. Fix them all up with a quick Werror run More... about 6 years ago
Add restarts to these More... about 6 years ago
Set the spamhandler correctly when rewriting the config More... about 6 years ago
Massive fixes for linux that apparently show up on Debian amd64 but not on raspbian. Who knew? More... about 6 years ago
So.. apparently I never set curtime, so, time - curtime = really long. More... over 6 years ago
Add systemd service ability to moncoll, so you can integrate with all your linuxy stuffs. Document a bit. More... over 6 years ago
Need to pull in termios.h in a few places, and switch to a speed_t, not an int. More... over 6 years ago
Add an ifndef _GN_ARDUINO_ so this file can be directly included in the arduino library. More... over 6 years ago
Support the T7900 venstar unit. More... over 6 years ago
Oops, dl_cbarg was too small! More... over 6 years ago
Add mini docs for the balboa collector. More... over 6 years ago
Typo, forgot % in 0.2d More... over 6 years ago
Add tags to generic_build_device, and then use them in the collectors that do so. Massive change: call mod device on generic_build_device, which updates gnhastd from the local conf. I guess it only affects these three, but still.. More... over 6 years ago
Add tags, similar to hargs. Mostly for use in influx. More... over 6 years ago
Get rid of min/max/avg data storage More... over 6 years ago
Change the prototypes to be use based. More... over 6 years ago
Fixes for the http tool, and fix a bad free in venstar More... over 6 years ago
Oops. PIDFile not PIDfile More... over 6 years ago
Add systemd and logrotate.d files. Conditional them on those services. Regen More... over 6 years ago
Regen, add basic rpi config script, supser simple systemd start More... over 6 years ago
Fixes to make things compile on Fedora. Regen the makefiles. More... over 8 years ago
Add a sapi/capi xrefitem to doxygen, to generate api docs. Add some API docs to the collector commands, for the unique ones. More... over 8 years ago
Re-indent. Clean up documentation More... over 8 years ago
Document the server api a bit. Not complete More... over 8 years ago
Update to get rid of __attribute__ issues in the generated docs More... over 8 years ago
Add doxygen headers to missing files, fix file subdirs where needed More... over 8 years ago
Add doxygen headers to everything in gtk-gnhast More... over 8 years ago