Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fq: use shared locks to avoid holding exclusive locks for a split second | Duncan Overbruck | 2021-03-13 | 1 | -2/+2 |
* | fq: fix fd leak | Leah Neukirchen | 2021-02-28 | 1 | -1/+3 |
* | fq: add kevent/kqueue support | Pawel Biernacki | 2021-01-30 | 1 | -1/+41 |
* | fq: pass full path to lock file to inotify_add_watch | Sebastian Reuße | 2017-12-14 | 1 | -1/+8 |
* | style | Leah Neukirchen | 2017-08-31 | 1 | -1/+1 |
* | fq: fix qflag initialization v0.2.1 | Leah Neukirchen | 2017-04-27 | 1 | -1/+1 |
* | Leahize v0.2 | Leah Neukirchen | 2017-04-26 | 1 | -2/+1 |
* | fq: add -n to not wait | Christian Neukirchen | 2016-07-24 | 1 | -3/+9 |
* | nq, fq: fall back on when O_DIRECTORY is not defined | Christian Neukirchen | 2016-03-21 | 1 | -1/+7 |
* | fq: style | Christian Neukirchen | 2015-08-28 | 1 | -3/+3 |
* | fq: open dirfd with O_DIRECTORY to fail early | Christian Neukirchen | 2015-08-28 | 1 | -2/+4 |
* | fq: style fixes | Christian Neukirchen | 2015-08-27 | 1 | -2/+2 |
* | fq: add usage | Christian Neukirchen | 2015-08-09 | 1 | -0/+2 |
* | fq: fix -q output when file contains no newline at all | Christian Neukirchen | 2015-08-09 | 1 | -0/+3 |
* | fq: cleanups | Christian Neukirchen | 2015-08-09 | 1 | -6/+9 |
* | fq: realloc/strdup failure is fatal | Christian Neukirchen | 2015-08-09 | 1 | -2/+2 |
* | fq: expand and sort $NDIR/,* ourselves | Christian Neukirchen | 2015-08-09 | 1 | -11/+45 |
* | fq: add -a to output non-locked jobs too | Christian Neukirchen | 2015-08-09 | 1 | -3/+6 |
* | fq: add -q to only output the first line of each job | Christian Neukirchen | 2015-08-09 | 1 | -6/+34 |
* | fq: close stdin, we never use it | Christian Neukirchen | 2015-08-05 | 1 | -0/+2 |
* | make fq behave more like fq.sh | Christian Neukirchen | 2015-08-05 | 1 | -4/+28 |
* | reimplement fq in C. | Christian Neukirchen | 2015-08-05 | 1 | -0/+109 |