summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version for new buildv1.16-1Nate Straz2008-09-231-1/+5
* Update copyright dates.Nate Straz2008-09-237-7/+7
* Switch to using a select with a timeout instead of a loopNate Straz2008-09-232-16/+21
* Reduce the amount of rounding. Since btimed doesn't go away anymore, we don'...Nate Straz2008-09-231-2/+2
* Bump qarsh version for next buildv1.15-1Nate Straz2008-09-231-1/+4
* We need to reset the signal handlers and sigmask so the raise() works.Nate Straz2008-09-231-0/+21
* Bump the version for the next build.v1.14-1Nate Straz2008-09-231-1/+4
* Every time btimed is restarted we could get a slightly different boot time.Nate Straz2008-09-231-7/+2
* Get ready for a new build to include the per_source config setting.v1.13-1Nate Straz2008-09-231-1/+4
* Add the ability to tag builds for different distros. Just create theNate Straz2008-09-232-3/+8
* Don't limit the number of qarsh connections from any system.Nate Straz2008-09-231-0/+1
* We don't need to "sanitize" the hbeat if we didn't get one.Nate Straz2008-09-231-1/+2
* Push processing of the remote command status to main() so it can beNate Straz2008-09-231-9/+10
* -lxml2 should be passed directly to the link command so make doesn't tryNate Straz2008-09-231-3/+4
* Bump version for a new buildv1.12-1Nate Straz2008-09-231-1/+4
* Cast off_t variables to long long int when printing so we don't get theNate Straz2008-09-233-14/+16
* sendfile() can only send about 2GB, but you can keep calling it untilNate Straz2008-09-231-2/+4
* Use off_t instead of size_t so we can transfer files larger than 2GB.Nate Straz2008-09-235-19/+20
* Add fallback to read/write when sendfile doesn't work.Nate Straz2008-09-231-0/+31
* Use time() - times() instead of reading /proc/stat.Nate Straz2008-09-231-20/+7
* Add copyright notices and GPL headerNate Straz2008-09-2315-1/+275
* When no args were given, argv[0] would return NULL and the programNate Straz2008-09-231-7/+6
* Add a check when the btime changes to make sure we're getting consistentNate Straz2008-09-231-1/+11
* Bump version for btime retry adjustmentv1.11-1Nate Straz2008-09-231-1/+4
* After doing some debugging with the fleas, it turns out we're notNate Straz2008-09-232-3/+4
* Force the cookie parts to be 32 bits to make Dean happy.Nate Straz2008-09-232-3/+3
* Set the random seed so all qarsh processes don't generate the sameNate Straz2008-09-232-0/+3
* Add cookies to the heartbeat packet for added safety.v1.10-1Nate Straz2008-09-234-21/+71
* Add some more logging to try to nail the false reboot bug.Nate Straz2008-09-232-1/+8
* Fix a minor whitespace issueNate Straz2008-09-231-2/+2
* Bump version for a new buildv1.9-2Nate Straz2008-09-231-1/+4
* Add some checking to see if we get responses from someone we shouldn't be.Nate Straz2008-09-231-2/+34
* Bump the version for the latest fixesv1.9-1Nate Straz2008-09-231-1/+5
* rsync puts the hostname before the -l <user> arg so we need to act more likeNate Straz2008-09-231-4/+19
* Use the same size buffer for holding the send packet as the receive packet.Nate Straz2008-09-231-2/+2
* Add an option, -r, to get a readable boot timeNate Straz2008-09-231-7/+30
* Bump qarsh version for btimed bug fixv1.8-1Nate Straz2008-09-231-1/+4
* Bail out if our recvfrom fails due to alarm or error -- client side resends r...Dean Jansa2008-09-231-0/+7
* Doc the QARSH_TIMEOUT env varDean Jansa2008-09-231-0/+1
* Bump version numberv1.7-1Nate Straz2008-09-231-1/+4
* Make error messages more useful when there are connection issuesNate Straz2008-09-231-4/+11
* Add a function to get the max timeout value from a heartbeat handle.Nate Straz2008-09-232-0/+7
* Reorganized heartbeat state machine to be move explicit.Nate Straz2008-09-231-20/+28
* Bump version of qarsh for btimed changesv1.6-1Nate Straz2008-09-231-1/+4
* Keep btimed around to hand out btime packets until no one has asked for oneNate Straz2008-09-232-10/+20
* Add a newline to the no heartbeat messageNate Straz2008-09-231-1/+1
* Bump version for isatty changev1.5-1Nate Straz2008-09-231-1/+1
* Instead of ignoring SIGTTIN, ignore stdin if it is a tty.Nate Straz2008-09-231-7/+5
* Bump version, the SIGTTIN stuff is probably a bigger issue than originally th...v1.4-1Nate Straz2008-09-231-2/+2
* Add a srpm targetNate Straz2008-09-231-0/+3