summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to include qacp fix.v1.21-1Nathan Straz2008-10-141-1/+6
* [qacp] Fix double-free when copying file to fileNathan Straz2008-10-141-1/+1
* [btimed] Use /proc/uptime when availableNathan Straz2008-10-141-2/+15
* Bump version to include last fix.v1.20-1Nathan Straz2008-10-101-1/+5
* Fix the memory leak fix. The first attempt broke multiple file copy support. ...Dean Jansa2008-10-101-4/+7
* Bump version to include latest fixes.v1.19-1Nathan Straz2008-10-101-2/+7
* typo fixDean Jansa2008-09-231-1/+1
* Fix Copyright lines. vi sure doesn't like that copyright symbol in my termDean Jansa2008-09-233-3/+3
* Plug some memory leaksDean Jansa2008-09-233-13/+37
* Fix fallback buffer sizes. What was I thinking?Nate Straz2008-09-231-1/+1
* Add note to qarsh man page about closing file descriptors on backgroundedNate Straz2008-09-231-0/+5
* Let's wait one second instead of spinning hard on pselect().Nate Straz2008-09-231-1/+1
* Bob found a problem with commands that exit quickly, the pselect times out soNate Straz2008-09-231-6/+10
* Add man pages to the build.v1.18-2Nate Straz2008-09-232-3/+19
* Add man pages for all commands.Nate Straz2008-09-235-0/+127
* Bump version again to include fix for shortened output.v1.18-1Nate Straz2008-09-231-1/+4
* Make sure qarsh waits for all output from the remote host.Nate Straz2008-09-231-1/+1
* Bump version to include new features.v1.17-1Nate Straz2008-09-231-2/+7
* Fix up copyright dates.Nate Straz2008-09-232-2/+2
* Add write file descriptors to main select() call.Nate Straz2008-09-231-21/+35
* Don't print out the debug syslog messages unless you also use the -d option.Nate Straz2008-09-231-3/+8
* Nate made a good point, we should not fail if we can't chdir. ssh warns, but...Dean Jansa2008-09-231-5/+1
* chdir() to users home dirDean Jansa2008-09-231-0/+8
* We don't need to check the heartbeat anymore when the commandNate Straz2008-09-231-4/+2
* Increase the buffer size we use to read output from the host. This shouldNate Straz2008-09-231-6/+7
* Try to reduce the number of times we look up a hostname by storingNate Straz2008-09-231-1/+15
* Add libxml2-devel requires since it seems to be missing from the RHEL5 buildv1.16-2Nate Straz2008-09-231-1/+2
* 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