summaryrefslogtreecommitdiffstats
path: root/receiver.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-07Fix up a handful of integer conversion warningsHEADmasterDan McGee1-8/+10
2015-04-07Clean up defines to work on more platformsDan McGee1-1/+0
2012-02-22Documentation updatesDan McGee1-1/+4
2012-01-29Reduce number of memory allocationsDan McGee1-14/+16
2011-11-20Remove mostly useless methodDan McGee1-9/+0
2011-11-20Remove parenthesis around return valuesDan McGee1-4/+4
2011-11-20Update last sent command on success or failureDan McGee1-2/+2
2011-11-20Small code cleanupsDan McGee1-1/+3
2011-11-16Revamp the way power status is keptDan McGee1-15/+19
2011-11-16Treat receiver status messages the same way we do commandsDan McGee1-195/+206
2011-11-16Consolidate timeval helper functions into util.cDan McGee1-4/+2
2011-11-16Push write_to_connections() calls deeper into the stackDan McGee1-39/+42
2011-11-16Simplify to-the-byte calloc() allocationsDan McGee1-11/+9
2011-11-14Keep track of sent command and received message countDan McGee1-2/+4
2011-11-14Clear zone sleep timer state when power is switched offDan McGee1-11/+15
2011-01-21Move most receiver sending logic into rcvr_send_command()Dan McGee1-19/+60
2010-10-22Update copyrightsDan McGee1-1/+1
2010-10-22Add new modes and inputsDan McGee1-0/+17
2010-03-25Print commands and responses to stdoutDan McGee1-0/+2
2010-01-28Default status messages to main zoneDan McGee1-6/+4
2010-01-28s/z2/zone2/g, s/z3/zone3/g in commandsDan McGee1-1/+1
2010-01-28Add memory lock/unlock commandsDan McGee1-0/+4
2010-01-28Add some more error response codesDan McGee1-1/+4
2010-01-02Add support for A/V Sync commandDan McGee1-1/+12
2009-07-17Add some really basic options to log raw serial outputDan McGee1-1/+6
2009-07-17Add zone volume error messagesDan McGee1-0/+4
2009-06-22Fix ssize_t print specifierDan McGee1-1/+1
2009-06-06Splint recommended cleanupsDan McGee1-8/+9
2009-05-31Add some more messagesDan McGee1-3/+35
2009-05-24Remove 'restrict' keyword from structDan McGee1-2/+2
2009-05-24Rename power argumentDan McGee1-9/+9
2009-05-23A few more cleanupsDan McGee1-1/+1
2009-05-05Small qualifier updatesDan McGee1-4/+4
2009-05-03Use an array for statusesDan McGee1-19/+11
2009-05-03Make power status an enumDan McGee1-1/+1
2009-05-03Add preset commandsDan McGee1-1/+19
2009-05-02Add display status messagesDan McGee1-0/+4
2009-05-02Update version number, use externDan McGee1-2/+4
2009-05-02Update copyrightDan McGee1-1/+1
2009-05-02Add additional listening modesDan McGee1-0/+7
2009-05-02Use memmem instead of strstr in message parsingDan McGee1-12/+26
2009-05-02Remove need for floating point in frequency outputDan McGee1-1/+2
2009-05-02Add HDMI statuses; lowercase the dimmer onesDan McGee1-4/+7
2009-04-26Remove unnecesary strdup()Dan McGee1-7/+6
2009-04-25Fix typo in statuses listDan McGee1-1/+1
2009-04-25Add zone3 functionalityDan McGee1-5/+44
2009-04-25Various small updatesDan McGee1-5/+2
2009-04-19Fix off by one error, use memset on stackDan McGee1-0/+1
2009-03-28Move sdbm hashing function into util fileDan McGee1-19/+2
2009-03-15status list: fix memory leakDan McGee1-0/+14