summaryrefslogtreecommitdiffstats
path: root/onkyo.h
AgeCommit message (Expand)AuthorFilesLines
2015-04-07Fix up a handful of integer conversion warningsHEADmasterDan McGee1-0/+1
2012-01-29Reduce number of memory allocationsDan McGee1-1/+1
2011-11-21Fix some faulty timeval related math and comparisonsDan McGee1-1/+1
2011-11-16Revamp the way power status is keptDan McGee1-2/+1
2011-11-16Treat receiver status messages the same way we do commandsDan McGee1-2/+0
2011-11-16Consolidate timeval helper functions into util.cDan McGee1-0/+6
2011-11-16Write zone sleep status messages at 60-second intervalsDan McGee1-0/+3
2011-11-16Push write_to_connections() calls deeper into the stackDan McGee1-2/+2
2011-11-14Keep track of sent command and received message countDan McGee1-1/+3
2011-11-14Clear zone sleep timer state when power is switched offDan McGee1-1/+1
2011-11-14Implement an in-daemon timer for zone2 and zone3 sleep commandsDan McGee1-0/+6
2011-01-21Move most receiver sending logic into rcvr_send_command()Dan McGee1-1/+1
2011-01-21Remove termios reset codeDan McGee1-2/+0
2011-01-21Receiver global state refactorDan McGee1-3/+20
2011-01-21Move a few enums aroundDan McGee1-1/+4
2010-10-22Remove arbitrary MAX_* restrictionsDan McGee1-3/+1
2010-10-22Move hardcoded settings to command-line optionsDan McGee1-6/+1
2009-12-27Remove getaddrinfo() compatibility codeDan McGee1-3/+0
2009-07-17Add some really basic options to log raw serial outputDan McGee1-1/+1
2009-07-17Clean up the power status enumDan McGee1-4/+4
2009-05-24Rename power argumentDan McGee1-1/+1
2009-05-23A few more cleanupsDan McGee1-8/+2
2009-05-23Fix some sparse warningsDan McGee1-1/+1
2009-05-03Make power status an enumDan McGee1-4/+6
2009-05-02Send messages with a CRLFDan McGee1-1/+1
2009-04-25Add unused definitionDan McGee1-0/+7
2009-04-25Various small updatesDan McGee1-2/+8
2009-04-19Add some stuff to utilDan McGee1-1/+2
2009-03-28Move sdbm hashing function into util fileDan McGee1-0/+1
2009-03-15status list: fix memory leakDan McGee1-3/+1
2009-03-08Add hashing on string values to minimize strcmp() callsDan McGee1-0/+1
2008-10-17Add power state logic to backend controllerDan McGee1-0/+3
2008-10-05Move all status processing to receiver.cDan McGee1-4/+3
2008-10-05Add ability to compile even if we don't have getaddrinfo()Dan McGee1-0/+3
2008-10-05Add a few more available inputsDan McGee1-1/+1
2008-10-05Add logic to control program to wait between sending commandsDan McGee1-0/+3
2008-10-05Add a write queue for pending commands to the receiverDan McGee1-3/+4
2008-10-05More fun changesDan McGee1-29/+14
2008-10-05Add/revise functionality now that we can actually testDan McGee1-7/+3
2008-10-05Add doxygen HTML doc generation configDan McGee1-8/+13
2008-10-05Code cleanups and shufflesDan McGee1-0/+3
2008-10-05Add a startup message sent to the socket when connection opensDan McGee1-9/+9
2008-10-05Add vim modelinesDan McGee1-0/+2
2008-10-05Fill timeout property on conn structDan McGee1-2/+5
2008-10-05Rework how return messages are processedDan McGee1-2/+2
2008-10-05update status handler to work, fix other issues as usualDan McGee1-1/+1
2008-10-05Happy hacking, update all the socket reading stuffDan McGee1-0/+41
2008-10-05Refactor into another source file, receiver.cDan McGee1-5/+5
2008-10-05More updatesDan McGee1-8/+10
2008-09-08Add some meat to the programDan McGee1-0/+25