summaryrefslogtreecommitdiff
path: root/parallel.c
Commit message (Expand)AuthorAgeFilesLines
* fix compilation under uClibc-ngRosen Penev2020-08-201-1/+1
* parallel: fix typoNicolas Schier2019-11-291-1/+1
* cygwin supportStalkR2016-07-151-0/+82
* parallel: include signal.h to fix warning when building with clangKevin Bullock2016-03-231-0/+1
* parallel: serialise output through internal pipe (Closes: #704125)Nicolas Schier2015-01-191-2/+99
* Fix ifdata, ifne, parallel to build on illumos. Thanks, Gabriele Giacone Clos...Joey Hess2013-12-311-0/+4
* Fix build on Hurd. Closes: #716653 (Thanks, Pino Toscano)Joey Hess2013-07-111-1/+1
* parallel: -i will now replace {} inside parameters, before the {} had to be a...Joey Hess2010-07-061-4/+9
* optimisations and fix memory leakJoey Hess2010-07-061-22/+22
* fix load edge caseJoey Hess2010-02-231-1/+1
* allow -l 0Joey Hess2010-02-231-1/+1
* parallel: Allow a decimal load value to be specified with -lJoey Hess2010-02-231-2/+2
* parallel: Fix logic error in code handling -l that could make parallel return...Joey Hess2010-02-231-3/+3
* parallel: Fix to really avoid running new jobs when load is too high.Joey Hess2010-02-231-2/+3
* parallel: Make -j 0 do something reasonable (start all jobs at once).Joey Hess2010-02-231-2/+2
* parallel: Fix exit code handling when commands are specified after --Joey Hess2010-02-231-3/+11
* parallel: Define WEXITED to allow building on FreeBSD kernel. (This is somewh...Joey Hess2010-02-091-0/+4
* parallel: Allow running independent commands, like `parallel -j3 -- ls df "ec...Joey Hess2009-10-311-15/+29
* support -n optionPierre Habouzit2009-07-251-15/+31
* use sysconf to determine number of processorsJoey Hess2009-07-101-3/+8
* Merge commit 'remotes/tollef/master'Joey Hess2009-07-101-3/+18
|\
| * Fix indentationTollef Fog Heen2009-07-101-2/+2
| * parallel: Argument validationTollef Fog Heen2009-07-101-2/+16
| * parallel: Assume -j 1 if no -j or -l is givenTollef Fog Heen2009-07-101-1/+2
* | avoid uninitalized value warningJoey Hess2009-07-021-1/+1
* | misc formattingJoey Hess2009-07-021-10/+6
|/
* parallel: Implement -l (maxload) and -i (replace {})Tollef Fog Heen2009-06-301-11/+39
* parallel: Fix typo in usage stringTollef Fog Heen2009-06-301-1/+1
* Return non-zero if something goes wrongTollef Fog Heen2009-06-301-7/+14
* Add initial writeup of parallel toolTollef Fog Heen2009-06-301-0/+144