Commit Briefs

Omar Polo

unbreak configless mode

An un-initialized field in the configless code path leads to a crash on the first request.


Omar Polo

typo


Omar Polo

drop leading T from token names


Omar Polo

sort tokens


Omar Polo

introduce IMSG_LOG_REQUEST



Omar Polo

sort


Omar Polo

sync


Omar Polo

contrib/vim: add Syntastic integration

Error and warning messages are prefixed with "error: " and "warning: " correspondingly to ease integration with automated tooling. `yywarn' function added. Off-by-one line numbers in warnings are fixed. Two error messages are reworded to avoid repeating like "error: error in server directive" or "error: syntax error".


Omar Polo

sort and tweak rc description


Omar Polo

add an example rc(8) script for openbsd

copy it to `/etc/rc.d`, write your config in `/etc/gmid.conf` and launch using `rcctl enable gmid && rcctl start gmid`.


Omar Polo

point to contrib.html


Omar Polo

fix the dockerfile


Omar Polo

move the Dockerfile to contrib/


Omar Polo

add an example systemd unit file