index
:
moreutils
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parallel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-06
parallel: -i will now replace {} inside parameters, before the {} had to be a...
Joey Hess
1
-4
/
+9
2010-07-06
optimisations and fix memory leak
Joey Hess
1
-22
/
+22
2010-02-23
fix load edge case
Joey Hess
1
-1
/
+1
2010-02-23
allow -l 0
Joey Hess
1
-1
/
+1
2010-02-23
parallel: Allow a decimal load value to be specified with -l
Joey Hess
1
-2
/
+2
2010-02-23
parallel: Fix logic error in code handling -l that could make parallel return...
Joey Hess
1
-3
/
+3
2010-02-23
parallel: Fix to really avoid running new jobs when load is too high.
Joey Hess
1
-2
/
+3
2010-02-23
parallel: Make -j 0 do something reasonable (start all jobs at once).
Joey Hess
1
-2
/
+2
2010-02-23
parallel: Fix exit code handling when commands are specified after --
Joey Hess
1
-3
/
+11
2010-02-09
parallel: Define WEXITED to allow building on FreeBSD kernel. (This is somewh...
Joey Hess
1
-0
/
+4
2009-10-31
parallel: Allow running independent commands, like `parallel -j3 -- ls df "ec...
Joey Hess
1
-15
/
+29
2009-07-25
support -n option
Pierre Habouzit
1
-15
/
+31
2009-07-10
use sysconf to determine number of processors
Joey Hess
1
-3
/
+8
2009-07-10
Merge commit 'remotes/tollef/master'
Joey Hess
1
-3
/
+18
2009-07-10
Fix indentation
Tollef Fog Heen
1
-2
/
+2
2009-07-10
parallel: Argument validation
Tollef Fog Heen
1
-2
/
+16
2009-07-10
parallel: Assume -j 1 if no -j or -l is given
Tollef Fog Heen
1
-1
/
+2
2009-07-02
avoid uninitalized value warning
Joey Hess
1
-1
/
+1
2009-07-02
misc formatting
Joey Hess
1
-10
/
+6
2009-06-30
parallel: Implement -l (maxload) and -i (replace {})
Tollef Fog Heen
1
-11
/
+39
2009-06-30
parallel: Fix typo in usage string
Tollef Fog Heen
1
-1
/
+1
2009-06-30
Return non-zero if something goes wrong
Tollef Fog Heen
1
-7
/
+14
2009-06-30
Add initial writeup of parallel tool
Tollef Fog Heen
1
-0
/
+144