Commit Briefs

Omar Polo

fix email


Omar Polo

sync changelog


Omar Polo

sync changelog


Omar Polo

sync changelog


Omar Polo

sync changelog


Omar Polo

prepare 1.8 release (tags/1.8)


Omar Polo

sync changelog


Omar Polo

note who requested what


Omar Polo

sync changelog


Omar Polo

oops, wrong email address


Omar Polo

sync changelog


Omar Polo

sync changelog


Omar Polo

sync changelog


Omar Polo

relax the "wont proxy request" check: don't check the port number

Don't refuse to serve the request if the port number doesn't match the one we're listening on, as initially suggested by Allen Sobot. Complex setup may have a gmid instance reachable from multiple ports and the meaning of the check in the first places was to avoid tricking clients into thinking that we're serving for those domains: the port number is way less important than the schema or domain name. In the long run, the best way would probably to add a `listen on' keyword for the servers blocks, just like OpenBSD' httpd, but gmid can't listen on multiple ports/interfaces yet


Omar Polo

configure: support --prefix=...

It's like passing PREFIX=... on the command line