summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* fq: realloc/strdup failure is fatalChristian Neukirchen2015-08-091-2/+2
|
* fq: expand and sort $NDIR/,* ourselvesChristian Neukirchen2015-08-091-11/+45
|
* fq: add -a to output non-locked jobs tooChristian Neukirchen2015-08-091-3/+6
|
* fq: add -q to only output the first line of each jobChristian Neukirchen2015-08-091-6/+34
|
* nq: check pipe(2) for errors.Christian Neukirchen2015-08-071-1/+4
|
* nq.c: add `static' qualifier to global functions.Lv Zheng2015-08-071-2/+2
|
* Makefile: clean target also removes fqLv Zheng2015-08-071-1/+1
|
* fq.sh: enable execute permissionLv Zheng2015-08-071-0/+0
|
* add .gitignoreLv Zheng2015-08-071-0/+4
|
* nq: launch job in own process group to simplify killing it all.Christian Neukirchen2015-08-071-0/+1
|
* nq: use snprintfChristian Neukirchen2015-08-061-3/+6
|
* avoid exec hack in fq testsChristian Neukirchen2015-08-051-3/+8
|
* test fqChristian Neukirchen2015-08-051-1/+20
|
* fq: close stdin, we never use itChristian Neukirchen2015-08-051-0/+2
|
* make fq behave more like fq.shChristian Neukirchen2015-08-051-4/+28
|
* reimplement fq in C.Christian Neukirchen2015-08-052-1/+111
|
* rename fq to fq.shChristian Neukirchen2015-08-052-1/+3
|
* more platformsChristian Neukirchen2015-08-051-2/+2
|
* fix missed sprintf of int64_tChristian Neukirchen2015-08-031-1/+1
|
* fq: output last job when all ran alreadyChristian Neukirchen2015-08-032-2/+9
|
* add testsChristian Neukirchen2015-08-032-0/+80
|
* redirect stdout/stderr before waiting, else nq sleep 100; b=$(nq sleep 100) ↵Christian Neukirchen2015-08-031-2/+4
| | | | stalls
* flock(2) is not actually POSIX...Christian Neukirchen2015-08-033-5/+7
|
* deal properly with int64_t valuesChristian Neukirchen2015-08-031-5/+7
|
* rescanning dirs makes it worst-case quadraticChristian Neukirchen2015-08-021-2/+2
|
* export NQJOBID to running jobsChristian Neukirchen2015-08-021-0/+1
|
* typos!Christian Neukirchen2015-08-021-4/+4
|
* add README.mqChristian Neukirchen2015-08-021-0/+76
|
* add fqChristian Neukirchen2015-08-021-0/+11
|
* add -t to test if queue needs waitingChristian Neukirchen2015-08-021-10/+18
|
* wait for arguments of -wChristian Neukirchen2015-08-021-23/+49
|
* -w doesn't take any argumentsChristian Neukirchen2015-08-021-3/+3
|
* add -wChristian Neukirchen2015-07-311-5/+28
|
* tweaksChristian Neukirchen2015-07-311-1/+1
|
* tweaksChristian Neukirchen2015-07-311-6/+10
|
* formattingChristian Neukirchen2015-07-311-3/+4
|
* introductory commentChristian Neukirchen2015-07-311-1/+15
|
* add tqChristian Neukirchen2015-07-311-0/+17
|
* cleanups, usageChristian Neukirchen2015-07-311-5/+10
|
* close stdin/stdout, else it locks e.g. for "nq ... | cat"Christian Neukirchen2015-07-311-0/+2
|
* add MakefileChristian Neukirchen2015-07-311-0/+5
|
* more cleanupChristian Neukirchen2015-07-311-37/+59
|
* clean up, use a pipe instead of signalsChristian Neukirchen2015-07-311-46/+44
|
* reformatChristian Neukirchen2015-07-311-119/+119
|
* Initial import of nqChristian Neukirchen2015-07-312-0/+242