Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-18 | Remove a workaround for a compiler which is no longer supported. | Peter Powell | |
2015-02-18 | Add the <type_traits> header to the compiler test file. | Peter Powell | |
2014-12-07 | Miscellaneous improvements to configure. | Peter Powell | |
- Clean up various minor sections of the code. - Remove OpenSSL and GnuTLS detection plumbing. - This will soon be the job of modulemanager. - This did not work in non-interactive mode unlike --enable-extras. - Rework runas user handling. - Add the --gid configure option. - Accept either an id or a name in --gid and --uid. - Rework the question flow in interactive mode. - User is no longer asked detailed questions unless they want them. - Socket engine questions have been removed. - Automatically enable non-interactive mode if STDIN or STDOUT are not a tty. | |||
2013-07-16 | Use the preprocessor to check for TCP deferring support. | Peter Powell | |
2013-06-03 | Added option for using TCP_DEFER_ACCEPT. Prevents the connection from being ↵ | Daniel Vassdal | |
handed over to the daemon before data is ready from the client. | |||
2013-05-16 | Fix kqueue test on non-Apple BSDs. | Peter Powell | |
2013-05-16 | Improve feature detection in configure. | Peter Powell | |