about summary refs log tree commit diff
path: root/fq.c
Commit message (Collapse)AuthorAgeFilesLines
* fq: use shared locks to avoid holding exclusive locks for a split secondDuncan Overbruck2021-03-131-2/+2
|
* fq: fix fd leakLeah Neukirchen2021-02-281-1/+3
| | | | Thanks to @duncaen for reporting.
* fq: add kevent/kqueue supportPawel Biernacki2021-01-301-1/+41
| | | | Closes: #29 [via git-merge-pr]
* fq: pass full path to lock file to inotify_add_watchSebastian Reuße2017-12-141-1/+8
| | | | | | | | When NQDIR is set, we cannot expect the lock files to be found under the working directory. Fixes #22 Closes: #23 [via git-merge-pr]
* styleLeah Neukirchen2017-08-311-1/+1
|
* fq: fix qflag initialization v0.2.1Leah Neukirchen2017-04-271-1/+1
| | | | Fixes #21.
* Leahize v0.2Leah Neukirchen2017-04-261-2/+1
|
* fq: add -n to not waitChristian Neukirchen2016-07-241-3/+9
|
* nq, fq: fall back on when O_DIRECTORY is not definedChristian Neukirchen2016-03-211-1/+7
|
* fq: styleChristian Neukirchen2015-08-281-3/+3
|
* fq: open dirfd with O_DIRECTORY to fail earlyChristian Neukirchen2015-08-281-2/+4
|
* fq: style fixesChristian Neukirchen2015-08-271-2/+2
|
* fq: add usageChristian Neukirchen2015-08-091-0/+2
|
* fq: fix -q output when file contains no newline at allChristian Neukirchen2015-08-091-0/+3
|
* fq: cleanupsChristian Neukirchen2015-08-091-6/+9
|
* 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
|
* 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-051-0/+109