| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch compiler detection to use a more reliable method. | 2017-04-14 | 3 | -0/+44 | |
| | | | | | | Its clear that parsing version output is not reliable enough so switch to using a method which is less likely to break. | ||||
| * | Include <array> or <tr1/array> globally | 2016-08-08 | 1 | -0/+2 | |
| | | |||||
| * | Merge insp20 | 2016-02-22 | 2 | -0/+3 | |
| | | |||||
| * | Fix oversight which caused problems with Clang on OSX. | 2015-02-20 | 1 | -1/+1 | |
| | | |||||
| * | Remove a workaround for a compiler which is no longer supported. | 2015-02-18 | 1 | -0/+4 | |
| | | |||||
| * | Add the <type_traits> header to the compiler test file. | 2015-02-18 | 1 | -0/+2 | |
| | | |||||
| * | Miscellaneous improvements to configure. | 2014-12-07 | 1 | -0/+29 | |
| | | | | | | | | | | | | | | | | - 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. | ||||
| * | Use the preprocessor to check for TCP deferring support. | 2013-07-16 | 2 | -54/+0 | |
| | | |||||
| * | Added option for using TCP_DEFER_ACCEPT. Prevents the connection from being ↵ | 2013-06-03 | 2 | -0/+54 | |
| | | | | | handed over to the daemon before data is ready from the client. | ||||
| * | Fix kqueue test on non-Apple BSDs. | 2013-05-16 | 1 | -0/+1 | |
| | | |||||
| * | Improve feature detection in configure. | 2013-05-16 | 3 | -0/+78 | |
