| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-14 | SERVER-45592 Raise Windows runtime minimum to Windows 10/Windows 2016 for ↵ | Mark Benvenuto | |
| MongoDB 4.4 | |||
| 2019-02-13 | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | |
| Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines. | |||
| 2018-10-22 | SERVER-37651 Update header files with new license | Ramon Fernandez | |
| 2018-03-22 | SERVER-22411 SChannel Certificate Validation and Fixes | Mark Benvenuto | |
| 2018-02-15 | SERVER-22411 Add stub implementation of ASIO SChannel integration | Mark Benvenuto | |
| 2018-02-07 | Revert "SERVER-22411 Add stub implementation of ASIO SChannel integration" | Mark Benvenuto | |
| This reverts commit ad223ea38846ceac92d7b5356add62e23e985537. | |||
| 2018-02-07 | SERVER-22411 Add stub implementation of ASIO SChannel integration | Mark Benvenuto | |
| 2018-01-30 | SERVER-32749 move sspi.h to windows_basic.h | Mark Benvenuto | |
| 2018-01-29 | Revert "SERVER-32749 move sspi.h to windows_basic.h" | Tess Avitabile | |
| This reverts commit 2487ab101a42434e1f61e68ee7c2383432861f8b. | |||
| 2018-01-29 | SERVER-32749 move sspi.h to windows_basic.h | Mark Benvenuto | |
| 2017-03-29 | SERVER-27458 SERVER-28322 Remove outdated builders | Andrew Morrow | |
| 2016-05-28 | SERVER-23971 Clang-Format code | Mark Benvenuto | |
| 2015-09-15 | SERVER-17422 Use BCrypt API for secure random number generation on Windows | Andrew Morrow | |
| 2015-06-25 | SERVER-19117 Implement asynchronous replication NetworkInterface | samantharitter | |
| 2015-06-20 | SERVER-18579: Clang-Format - reformat code, no comment reflow | Mark Benvenuto | |
| 2015-04-14 | SERVER-17866: Make minimum Windows build version Vista/2008 | Mark Benvenuto | |
| 2014-05-19 | SERVER-13978 Error out if NTDDI_VERSION is set but _WIN32_WINNT is not | Andrew Morrow | |
| 2014-05-16 | SERVER-13264 Move Apache-licensed files to AGPL | Ian Whalen | |
| Also update generators. | |||
| 2013-07-09 | SERVER-10074 Fix compiler warning in rotatable_file_writer_test for win32. | Andy Schwerin | |
| 2013-06-04 | SERVER-9410 Establish minimum as default for NTDDI_VERSION, not just ↵ | Andrew Morrow | |
| _WIN32_WINNT | |||
| 2013-06-04 | SERVER-9410 Permit use of Interlocked operations on Windows Server 2003 | Andrew Morrow | |
| 2013-04-08 | SERVER-8969 Support specifying minimum windows version to build | Andrew Morrow | |
| 2013-02-15 | SERVER-8612 alternative select() implementation for Windows | Eric Milkie | |
| On Windows, socket() can return any SOCKET value, not just a small, incrementing number. This makes it very hard to use select() since you need to allocate an enormous fd_set to cover all the possible SOCKET values. Instead, I've rewritten the listen/accept logic on Windows to avoid calling select(); instead, we make use of Winsock2 native API calls. | |||
| 2013-02-13 | SERVER-8515 ensure Windows can run with > 63 open fd's | Eric Milkie | |
| 2012-10-15 | fix a lot of copyright notices | Eliot Horowitz | |
| 2012-05-20 | Some cleanup of headers and whitespace | Tad Marshall | |
| Try to impose current kernel style guide rules for include files on a subset of files: include what you use, start include paths from "mongo/", group and sort includes alphabetically. Changed tabs to spaces in a few places, fixed alignment where tabs had throw it off. | |||
| 2012-05-04 | Compile Windows | Tad Marshall | |
| 2012-05-04 | SERVER-4632 Welcome message displayed on first run of mongo | Logan Capaldo | |
| Display a welcome message if .mongorc.js is not present. Direct users to help, the doc website, and the google group. Write an empty .mongorc.js so that the message isn't displayed again. Signed-off-by: Eric Milkie <milkie@10gen.com> | |||
| 2012-04-19 | fixing windows compile, trying to make it easier | Eliot Horowitz | |
