| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2026-06-05 | 5 | -5/+5 | |
| * | Add support for getentropy() on macOS. | 2026-04-16 | 1 | -1/+5 | |
| * | Fix the getentropy test. | 2024-08-30 | 1 | -1/+1 | |
| * | Update copyright headers. | 2024-07-14 | 1 | -1/+1 | |
| * | Fix the getentropy test on systems with a new libc and old kernel. | 2024-07-13 | 1 | -2/+1 | |
| * | Merge the compiler and compiler_info tests. | 2024-07-13 | 2 | -54/+32 | |
| * | Use getentropy() from POSIX 2024 if it is available. | 2024-07-13 | 1 | -0/+26 | |
| * | Update copyright headers. | 2024-06-07 | 2 | -3/+2 | |
| * | Merge branch 'insp3' into master. | 2023-01-01 | 3 | -3/+2 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 3 | -3/+2 | |
| * | | Remove support for the old deprecated Intel compiler. | 2022-12-10 | 1 | -4/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-12-10 | 1 | -1/+4 | |
| |\| | |||||
| | * | Fix building with the Intel C++ compiler.•••- Fix adding -Wshadow in the compiler flags twice. - Detect the new Clang-based Intel compiler as well as the old one. - Silence some deprecation warnings using Intel syntax. | 2022-12-10 | 1 | -1/+4 | |
| * | | Link against libc++fs/libstdc++fs on older compilers. | 2021-06-08 | 1 | -2/+14 | |
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-02-26 | 2 | -2/+2 | |
| | * | Fix using the TR1 headers on compilers that support C++17. | 2021-02-01 | 1 | -1/+1 | |
| * | | Replace the check for eventfd() with a C++17 header check. | 2020-10-20 | 1 | -32/+0 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-02-04 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-31 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 4 | -2/+8 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 4 | -2/+8 | |
| * | | Merge branch 'insp3' into master. | 2020-01-01 | 4 | -4/+4 | |
| |\| | |||||
| | * | Update my name and email address. | 2019-12-31 | 4 | -4/+4 | |
| * | | Switch the build system to use C++14. | 2019-01-25 | 1 | -16/+0 | |
| |/ | |||||
| * | Use arc4random_buf() instead of random() when available. | 2018-07-20 | 1 | -0/+26 | |
| * | Switch compiler detection to use a more reliable method.•••Its clear that parsing version output is not reliable enough so switch to using a method which is less likely to break. | 2017-04-14 | 3 | -0/+44 | |
| * | 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.•••- 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. | 2014-12-07 | 1 | -0/+29 | |
| * | 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 h... | 2013-06-03 | 2 | -0/+54 | |
| * | Fix kqueue test on non-Apple BSDs. | 2013-05-16 | 1 | -0/+1 | |
| * | Improve feature detection in configure. | 2013-05-16 | 3 | -0/+78 | |
