summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rewrite qacp receive file to handle all packetsNathan Straz2013-10-022-52/+106
* Rewrite send file to handle all packetsNathan Straz2013-10-022-52/+81
* Don't let systemd block SIGPIPE on usNathan Straz2013-09-231-0/+1
* Bump version for new featuresNathan Straz2013-09-231-1/+5
* Change ack type to uint8 like it is in the packet headerNathan Straz2013-09-201-2/+2
* Only print an error if we didn't hit a broken pipeNathan Straz2013-09-191-3/+6
* Handle stdin pipe closing on usNathan Straz2013-09-193-3/+15
* Fix typoNathan Straz2013-09-191-1/+1
* Add reasonable log prioritiesNathan Straz2013-09-192-27/+28
* Reduce size of some fields sent on the wireNathan Straz2013-09-191-6/+28
* Close qacp_fd in the function that openned it.Nathan Straz2013-09-191-2/+1
* Creat a thin logging layerNathan Straz2013-09-195-29/+70
* Clean up compiler warning on psbufNathan Straz2013-09-191-2/+2
* Check all returns from send_packet in qarshNathan Straz2013-09-171-8/+41
* Add a loop around getting the packet sizeNathan Straz2013-09-171-10/+11
* Don't block writing to child's stdinNathan Straz2013-09-171-2/+2
* Don't free basename pointer, it wasn't malloc'dNathan Straz2013-09-171-1/+0
* Say something if we can't write to stdoutNathan Straz2013-09-171-0/+2
* Remove host from hbeat structNathan Straz2013-09-171-2/+0
* Remove unused utility functionsNathan Straz2013-09-172-104/+0
* Increase buffer and packet sizesNathan Straz2013-09-164-7/+7
* Only check if stdin is a tty onceNathan Straz2013-09-161-1/+2
* Split btime into two partsNathan Straz2013-09-113-98/+74
* Don't need to copy this stringNathan Straz2013-09-111-1/+1
* Fix up stdin handlingNathan Straz2013-09-112-24/+45
* Close both ends of the pipes so we don't leak file descriptorsNathan Straz2013-09-111-0/+3
* Don't bother freeing remuser before we exitNathan Straz2013-09-111-1/+0
* We shouldn't need to round the boot time anymoreNathan Straz2013-09-111-1/+0
* Remove unused defineNathan Straz2013-09-111-1/+0
* Clean up memory leaks and uninitialized variables in qarshdNathan Straz2013-09-111-0/+5
* More memory allocation cleanup in qacpNathan Straz2013-09-111-65/+62
* Only log debug entries if the debug flag is set.Nathan Straz2013-09-111-2/+2
* Clean up memory leaks on sendNathan Straz2013-09-111-9/+5
* Remove complicated remote file descriptor codeNathan Straz2013-09-115-47/+37
* Get commands running over one socketNathan Straz2013-09-114-196/+355
* Clean up unused variable warningNathan Straz2013-09-111-3/+0
* Add option to pause at startupNathan Straz2013-09-111-5/+10
* Get qacp remote to local workingNathan Straz2013-09-112-53/+54
* Get qacp local to remote working on main socketNathan Straz2013-09-115-205/+170
* Move packet sequence numbering to send_packetNathan Straz2013-09-113-9/+4
* Add new data packet typeNathan Straz2013-09-112-1/+98
* Send all server side error messages to stderrNathan Straz2013-09-113-28/+28
* Remove last bits of XML dependenciesNathan Straz2013-09-113-21/+10
* Convert packet parsingNathan Straz2013-09-113-198/+120
* Rewrite qptostr to store binary bits into an existing bufferNathan Straz2013-09-113-137/+122
* Start by adding a packet size to the existing protocolNathan Straz2013-09-112-10/+64
* Move to a new port for the new protocolNathan Straz2013-09-117-7/+7
* Catch errors in both make commandsNathan Straz2013-08-271-17/+63
* Rebuild policy in a temp directoryNathan Straz2013-08-271-4/+16
* Allow us to transition from init_t to qarshd_tNathan Straz2013-05-211-0/+1