Commits


don't skip unit tests when SKIP_RUNTIME_TESTS is set IRI and Punycode tests don't run gmid binary and can be safely executed.


posixify lib.sh: use = instead of == for test(1)


remove unused function


bail out of client_read if we've already decide what to do libevent2 can still somehowe call client_read even in code paths that never enable reading from the evbuffer. Can't reproduce on the libevent in base on OpenBSD. It's a bit ugly, but it's a small workaround for something that otherwise *always* make gmid crash when linked against libevent2. (client_read works under the assumption that c->host != NULL, matched_proxy crashes otherwise.)


add set_proxy to simplify testing + more checks in test_proxy_with_certs


set prefork to 1 during regress


don't print `config OK'


parethesize `proxy', I'm about to change the syntax


add proxying with client certificate test


typo


add a test for the `proxy relay-to' rule


retire the old gg


switch to the new gg for the regress suite


typo


typo forgot to rename variable in lib.sh: dont_check -> dont_check_server_alive.