summaryrefslogtreecommitdiff
path: root/parallel.c
Commit message (Expand)AuthorAge
* parallel: -i will now replace {} inside parameters, before the {} had to be a...Joey Hess2010-07-06
* optimisations and fix memory leakJoey Hess2010-07-06
* fix load edge caseJoey Hess2010-02-23
* allow -l 0Joey Hess2010-02-23
* parallel: Allow a decimal load value to be specified with -lJoey Hess2010-02-23
* parallel: Fix logic error in code handling -l that could make parallel return...Joey Hess2010-02-23
* parallel: Fix to really avoid running new jobs when load is too high.Joey Hess2010-02-23
* parallel: Make -j 0 do something reasonable (start all jobs at once).Joey Hess2010-02-23
* parallel: Fix exit code handling when commands are specified after --Joey Hess2010-02-23
* parallel: Define WEXITED to allow building on FreeBSD kernel. (This is somewh...Joey Hess2010-02-09
* parallel: Allow running independent commands, like `parallel -j3 -- ls df "ec...Joey Hess2009-10-31
* support -n optionPierre Habouzit2009-07-25
* use sysconf to determine number of processorsJoey Hess2009-07-10
* Merge commit 'remotes/tollef/master'Joey Hess2009-07-10
|\
| * Fix indentationTollef Fog Heen2009-07-10
| * parallel: Argument validationTollef Fog Heen2009-07-10
| * parallel: Assume -j 1 if no -j or -l is givenTollef Fog Heen2009-07-10
* | avoid uninitalized value warningJoey Hess2009-07-02
* | misc formattingJoey Hess2009-07-02
|/
* parallel: Implement -l (maxload) and -i (replace {})Tollef Fog Heen2009-06-30
* parallel: Fix typo in usage stringTollef Fog Heen2009-06-30
* Return non-zero if something goes wrongTollef Fog Heen2009-06-30
* Add initial writeup of parallel toolTollef Fog Heen2009-06-30