Commit Briefs

Omar Polo

const-ify some tables

matches found with % grep -R '=[ ]*{' . | fgrep -v const


Omar Polo

move all sandbox-related code to sandbox.c

while there, add capsicum for the logger process


Omar Polo

refactoring: imsg everywhere

use imsg to handle ALL kinds of IPC in gmid. This simplifies and shorten the code, and makes everything more uniform too.


Omar Polo

sync global variables



Omar Polo

parse_err is a const pointer


Omar Polo

fix puny-test build


Omar Polo

use starts_with in puny.c



Omar Polo

initial punycode support