summaryrefslogtreecommitdiff
path: root/src/mongo/config.h.in
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-24897 Configuration of DHE parameters.ADAM David Alan Martin2017-08-141-0/+3
| | | | | | | Added an option to permit specifying a Diffie Hellman parameters file in PEM format which will be passed to OpenSSL. We also now indicate to OpenSSL that we'd like Elliptic Curve Diffie Hellman Exchange, if the client supports it.
* SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow2017-08-021-9/+0
| | | | | Also, use thread_local everywhere for our thread specific data needs and remove the legacy support.
* SERVER-29712 Add a polyfill for std::hardware_constructive_interference_sizeAndrew Morrow2017-06-201-0/+3
|
* SERVER-26698 switch all compiles to C++14Matt Cotter2016-12-151-6/+0
| | | | Enjoy the C++14! 😀 ❤️ thank you!
* SERVER-27279 pthread_setname_np is not supported on SUSE 11.4Mark Benvenuto2016-12-061-6/+9
|
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-111-0/+3
|
* SERVER-1393: Include decimal support under control of server parameterGeert Bosch2016-04-221-3/+0
|
* SERVER-23570 Make SecureAllocator a real allocatorJason Carey2016-04-191-0/+3
| | | | Also adds SecureT, a wrapper proxy for newing objects on the secure heap.
* SERVER-19444 Add polyfill for strnlenJonathan Reams2015-08-271-0/+3
|
* SERVER-19845 Fix 32-bit compile issue by adding WT enabled defineAndreas Nilsson2015-08-271-0/+3
|
* SERVER-19613 Add experimental Decimal128 build flagRaymond Jacobson2015-07-311-0/+3
| | | | | Add scons build parameter --experimental-decimal-support=on, which enables experimental support of a 128 bit decimal type.
* SERVER-19458: Add memory zeroing utilitySpencer Jackson2015-07-271-0/+3
|
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-4/+0
|
* SERVER-6737 Simplify existing thread local support.Andy Schwerin2015-06-221-0/+3
|
* SERVER-18371 Add configure check for SSL/FIPSJonathan Reams2015-06-041-3/+3
|
* SERVER-11020 Don't overload the meaning of _DEBUG, use our own debug macroAndrew Morrow2015-03-271-0/+3
|
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-0/+66