summaryrefslogtreecommitdiffstats
path: root/onkyo.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-07Fix up a handful of integer conversion warningsHEADmasterDan McGee1-5/+7
2015-04-07Clean up defines to work on more platformsDan McGee1-1/+1
2012-02-22Documentation updatesDan McGee1-1/+1
2012-02-22Send final sleep update before zone 2/3 power offDan McGee1-0/+2
2012-01-29Work around negative clock changesDan McGee1-10/+26
2012-01-29Memory allocation related cleanupsDan McGee1-7/+21
2012-01-29Convert listeners to a flat arrayDan McGee1-52/+56
2011-11-21Fix some faulty timeval related math and comparisonsDan McGee1-13/+19
2011-11-20Remove mostly useless methodDan McGee1-1/+1
2011-11-20Remove parenthesis around return valuesDan McGee1-15/+15
2011-11-20Small code cleanupsDan McGee1-0/+2
2011-11-16Revamp the way power status is keptDan McGee1-3/+1
2011-11-16Treat receiver status messages the same way we do commandsDan McGee1-1/+0
2011-11-16Consolidate timeval helper functions into util.cDan McGee1-42/+13
2011-11-16Write zone sleep status messages at 60-second intervalsDan McGee1-2/+37
2011-11-16Push write_to_connections() calls deeper into the stackDan McGee1-5/+9
2011-11-15Simplify command setupDan McGee1-1/+0
2011-11-15Simplify some of the zone sleep codeDan McGee1-23/+21
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/+2
2011-11-14Implement an in-daemon timer for zone2 and zone3 sleep commandsDan McGee1-57/+105
2011-04-06Fix uninitialized variable warningDan McGee1-1/+1
2011-01-21Fix some problems with address resolutionDan McGee1-6/+5
2011-01-21Move most receiver sending logic into rcvr_send_command()Dan McGee1-41/+2
2011-01-21Remove termios reset codeDan McGee1-7/+0
2011-01-21Receiver global state refactorDan McGee1-155/+143
2011-01-21Re-order functions so we can remove forward declarationsDan McGee1-133/+112
2011-01-21Move a few enums aroundDan McGee1-3/+0
2011-01-21Add ability to listen on UNIX socketDan McGee1-27/+105
2011-01-21Rename open_listenerDan McGee1-3/+3
2011-01-21Add help/usage instructionsDan McGee1-1/+33
2011-01-21Discard all commands if receiver power is offDan McGee1-20/+34
2011-01-21Add quit commandDan McGee1-0/+2
2011-01-21Add sentinal struct to end of opts arrayDan McGee1-0/+1
2010-10-22Remove arbitrary MAX_* restrictionsDan McGee1-72/+129
2010-10-22Update copyrightsDan McGee1-1/+1
2010-10-22Move hardcoded settings to command-line optionsDan McGee1-18/+44
2010-10-22Switch to getopt_long() for options parsingDan McGee1-13/+39
2010-08-27Update status signal outputDan McGee1-6/+6
2010-08-27Use SO_KEEPALIVE when opening connectionsDan McGee1-0/+2
2010-03-25Print commands and responses to stdoutDan McGee1-1/+1
2010-03-23Add messages to stdout on connection open/closeDan McGee1-0/+15
2010-01-28Make a power command part of the initial startup processDan McGee1-0/+5
2009-12-27Remove getaddrinfo() compatibility codeDan McGee1-90/+0
2009-07-17Add some really basic options to log raw serial outputDan McGee1-4/+36
2009-06-06Use TCP_NODELAYDan McGee1-1/+5
2009-06-06Splint recommended cleanupsDan McGee1-5/+6
2009-05-31Add some more messagesDan McGee1-1/+1
2009-05-31Make reaching max connections more obviousDan McGee1-9/+13
2009-05-23Update USR1 signal status displayDan McGee1-10/+8