summaryrefslogtreecommitdiff
path: root/cethcan/main.c
AgeCommit message (Collapse)Author
2014-04-27Miscellaneous fooDavid Lamparter
2014-04-27cethcan: ignore SIG{PIPE,HUP,USR1,USR2}David Lamparter
SIGPIPE was causing cethcan to exit prematurely. (probably due to a http connection getting closed down.) The other signals are reasonable for a daemon to _not_ cause an exit.
2013-10-10cethcan: fix memory managementDavid Lamparter
- primary config structure no longer left allocated in main() - memleak in RPC result buffer handling
2013-06-29cethcan: ESPnetDavid Lamparter
2013-06-01cethcan: beancounters supportDavid Lamparter
2013-06-01socketcan v0David Lamparter
2013-03-25cethcan: more codeDavid Lamparter
2013-03-25cethcan: more codeDavid Lamparter
2013-03-25cethcan: more codeDavid Lamparter
2013-03-25cethcan: skeletonDavid Lamparter