shithub: mq

RSS feed

d8035d7e – kvik <kvik@a-b.xyz> authored on 2021/07/07 14:10
pin(1): don't end in empty section

41f14ba4 – james palmer <james@biobuf.link> authored on 2021/06/18 10:27
mq: fix incorrect free in streamclose

668a30f1 – kvik <kvik@a-b.xyz> authored on 2021/05/24 12:53
mq: various code quality improvements

58eb78b4 – kvik <kvik@a-b.xyz> authored on 2021/05/24 12:53
TODO: remove

ca32bdbe – kvik <kvik@a-b.xyz> authored on 2021/01/27 11:46
mq: limit root directory permission

0f2488ea – kvik <kvik@a-b.xyz> authored on 2021/01/20 11:56
mq: naming is hard, try again

e4ac0181 – kvik <kvik@a-b.xyz> authored on 2021/01/16 20:03
mq: fix Tcreate handling

0768b64c – kvik <kvik@a-b.xyz> authored on 2021/01/07 07:36
mkfile: remove the 'package' target

a163296a – kvik <kvik@a-b.xyz> authored on 2020/12/27 11:14
mq: appease "non-interruptable temporary" warnings

172d53d1 – kvik <kvik@a-b.xyz> authored on 2020/12/26 23:19
pin: silence unimportant error

aaba0461 – kvik <kvik@a-b.xyz> authored on 2020/12/26 23:17
mq: clamp response to request size

78b8f189 – kvik <kvik@a-b.xyz> authored on 2020/12/15 12:58
mkfile: add 'package' target

3ed1c37c – kvik <kvik@a-b.xyz> authored on 2020/12/13 20:26
README: provide links to formatted manual pages

5258bb06 – kvik <kvik@a-b.xyz> authored on 2020/12/13 13:55
mq: create an automatic root stream group

e17ea9d6 – kvik <kvik@a-b.xyz> authored on 2020/12/13 11:26
pin: add the -s option

4d09034e – kvik <kvik@a-b.xyz> authored on 2020/12/04 22:33
mq: fix use after free

5f36cf56 – kvik <kvik@a-b.xyz> authored on 2020/10/05 16:02
pin: get rid of info messages

62b20ac8 – kvik <kvik@a-b.xyz> authored on 2020/10/05 09:04
pin: make command line interface more explicit

3ea62821 – kvik <kvik@a-b.xyz> authored on 2020/10/05 08:10
pin: don't fork the namespace by default

d984bc03 – kvik <kvik@a-b.xyz> authored on 2020/09/15 11:25
mq: reading 'ctl' file reports current configuration

0ee1f70d – kvik <kvik@a-b.xyz> authored on 2020/09/15 10:59
mq: implement 'coalesce' data mode

86f2bdce – kvik <kvik@a-b.xyz> authored on 2020/09/15 05:05
mq: implement 'most-recent' stream replay mode

0dd49004 – kvik <kvik@a-b.xyz> authored on 2020/09/15 04:49
TODO: update

b5b18746 – kvik <kvik@a-b.xyz> authored on 2020/09/15 04:48
mq: implement Twstat handling

4886a2a5 – kvik <kvik@a-b.xyz> authored on 2020/09/15 03:30
TODO: update

3418e498 – kvik <kvik@a-b.xyz> authored on 2020/09/13 11:13
pin: erase user input in current shell

1bb450e8 – kvik <kvik@a-b.xyz> authored on 2020/09/13 09:41
pin: terminate on hangup and kill

41c3ba6e – kvik <kvik@a-b.xyz> authored on 2020/09/13 09:38
pin: implement 'quit' command

cae6aebb – kvik <kvik@a-b.xyz> authored on 2020/09/12 17:20
pin: forward interrupt note to the pinned proc

2d7d9916 – kvik <kvik@a-b.xyz> authored on 2020/09/12 17:07
mq-cat: check for read(2) error

cde78938 – kvik <kvik@a-b.xyz> authored on 2020/09/12 17:06
mq-cat: close the fd that got eof

a6b7e55c – kvik <kvik@a-b.xyz> authored on 2020/09/12 10:47
pin: use the new mq-cat interface

770d1b37 – kvik <kvik@a-b.xyz> authored on 2020/09/12 10:44
mq-cat: redesign the command line interface

21b70557 – kvik <kvik@a-b.xyz> authored on 2020/09/12 09:06
pin: regroup mq-cat with the main process

4ed01823 – kvik <kvik@a-b.xyz> authored on 2020/09/11 14:21
mq-cat: fix indent

867e7df7 – kvik <kvik@a-b.xyz> authored on 2020/09/11 14:20
mq-cat: null-terminate correct buffer

2febe85d – kvik <kvik@a-b.xyz> authored on 2020/09/11 14:18
mq-cat: rewrite ugly loop

5bfe2048 – kvik <kvik@a-b.xyz> authored on 2020/09/11 10:07
pin: don't fork the note group

c4febd15 – kvik <kvik@a-b.xyz> authored on 2020/09/11 09:49
mq: refactoring leftovers

4976171e – kvik <kvik@a-b.xyz> authored on 2020/09/11 09:16
TODO: update

5e8feeaf – kvik <kvik@a-b.xyz> authored on 2020/09/11 09:05
README: update

6e1dd9fc – kvik <kvik@a-b.xyz> authored on 2020/09/10 18:06
mq(4): add manual page

32c10c8a – kvik <kvik@a-b.xyz> authored on 2020/09/05 06:18
update TODO and README

30bf09da – kvik <kvik@a-b.xyz> authored on 2020/09/04 18:58
pin(1): wording

bab5b290 – kvik <kvik@a-b.xyz> authored on 2020/09/04 18:53
pin(1): fix references to the -s flag

72ef5609 – kvik <kvik@a-b.xyz> authored on 2020/09/04 18:49
add pin(1) program and the manual page

f12dbfcc – kvik <kvik@a-b.xyz> authored on 2020/09/04 18:48
remove attach(1) and detach(1)

7faba15a – kvik <kvik@a-b.xyz> authored on 2020/09/04 18:47
update TODO

90b1458a – kvik <kvik@a-b.xyz> authored on 2020/09/04 18:46
make our root qid.path slightly more unique

5986903f – kvik <kvik@a-b.xyz> authored on 2020/09/03 12:31
add README.md

c0e366da – kvik <kvik@a-b.xyz> authored on 2020/09/03 09:29
add TODO.md

4e663b30 – kvik <kvik@a-b.xyz> authored on 2020/09/03 09:08
rename Pipe -> Stream; misc refactoring

a43e93c2 – kvik <kvik@a-b.xyz> authored on 2020/08/31 10:22
rearrange code; group Srv handlers together

72923348 – kvik <kvik@a-b.xyz> authored on 2020/08/31 09:58
insert into the list when pipe fully created

02ce9b85 – kvik <kvik@a-b.xyz> authored on 2020/08/31 09:35
fix File* reference leak

3a3c3975 – kvik <kvik@a-b.xyz> authored on 2020/08/31 09:30
cleanup unused stuff

5d36e30a – kvik <kvik@a-b.xyz> authored on 2020/08/31 08:44
init