summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [qarsh] Add recv_packet with selects and hbeatNathan Straz2014-09-051-1/+67
* [qarsh] Mark the node alive after we get a packetNathan Straz2014-09-051-6/+5
* [qarsh] Remove extra ':' from error messageNathan Straz2014-09-051-1/+1
* Bump version for another new release todayNathan Straz2014-08-201-1/+4
* Fix old changelog entryNathan Straz2014-08-201-1/+1
* [sockutil] Handle EINTR in send/recv_packetNathan Straz2014-08-201-0/+4
* Bump version for new releaseNathan Straz2014-08-201-1/+4
* [sockutil] Rewrite send_packet() so it retriesNathan Straz2014-08-201-11/+24
* Bump version for new releaseNathan Straz2014-07-221-1/+7
* [qarshd] Fix timeout when child exitsNathan Straz2014-07-221-2/+8
* Include host name in reboot and host down messagesNathan Straz2014-02-252-7/+5
* Add -T option as a no-opNathan Straz2014-02-251-1/+3
* Don't check childfds after we've closed one.Nathan Straz2013-12-191-3/+3
* Bump version for new releaseNathan Straz2013-12-091-1/+4
* Need to remove optional policy from the rule tooNathan Straz2013-11-221-1/+5
* Remove child signal handlingNathan Straz2013-10-041-19/+5
* Make dynamic domtrans optionalNathan Straz2013-10-031-1/+1
* Bump version for qacp changesNathan Straz2013-10-021-1/+5
* Prevent copying multiple files over one remote fileNathan Straz2013-10-021-40/+15
* Handle errors better in qacpNathan Straz2013-10-022-44/+65
* Clean up command line options and usageNathan Straz2013-10-021-19/+9
* Handle short writes during qacp receiveNathan Straz2013-10-021-15/+17
* Add a warning in qarsh about btimedNathan Straz2013-10-021-0/+3
* Remove unused variablesNathan Straz2013-10-021-5/+0
* Remove stat cache which isn't used anymoreNathan Straz2013-10-021-13/+0
* Remove offset from data packetNathan Straz2013-10-025-73/+11
* 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