Commit Briefs

Omar Polo

sync


Omar Polo

ensure %p (path) is always absolute

with the recent changes, sometimes the path may not start with a '/'. This ensures that %s is ALWAYS an absolute path.




Omar Polo

pidfile support with `-P pidfile'



Omar Polo

lower log priority for fatal errors from CRIT to ERR

found by Anna, thanks!






Omar Polo

sync changelog


Omar Polo

list instead of fixed-size array for vhosts and locations

saves some bytes of memory and removes the limit on the maximum number of vhosts and location blocks.


Omar Polo

sync changelog


Omar Polo

sync changes