summary refs log tree commit diff
path: root/bin/pbd.c (follow)
Commit message (Collapse)AuthorAge
* Use flags for pbd client behaviourJune McEnroe2021-02-09
|
* Fix pbd for neovimJune McEnroe2020-06-11
| | | | | At some point neovim started setting argv[0] to the absolute path for some reason.
* Make all copyright headers consistentJune McEnroe2019-01-01
|
* Use typedefs uint and byteJune McEnroe2018-11-12
|
* Add open(1) forwarding to pbdJune McEnroe2018-08-08
|
* Tabify binJune McEnroe2018-05-13
|
* Always hexadecimal in uppercaseJune McEnroe2018-04-16
| | | | | I still haven't been able to actually test scheme's Linux console output...
* Clean up pbdJune McEnroe2018-02-23
| | | | Seems probably a good idea to CLOEXEC sockets.
* Add bin/READMEJune McEnroe2018-02-01
|
* Move C file description commentsJune McEnroe2017-09-06
| | | | Comments are ugly this is why I don't put them in my code ;)
* Move C code to bin, Makefile, AGPLJune McEnroe2017-09-06