| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-01 | SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0 | Daniel Moody | |
| 2022-08-23 | SERVER-68834 clany tidy bugprone-integer-division fixes | Juan Gu | |
| 2021-08-19 | SERVER-57633 fix implicit long long to double conversion in unit tests | Benety Goh | |
| 2019-07-27 | SERVER-41772 Apply clang-format 7.0.1 to the codebase | clang-format-7.0.1 | |
| 2019-04-15 | SERVER-40513 Convert seed to little endian before hashing | Justin Seyster | |
| 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 | |
| 2016-05-28 | SERVER-23971 Clang-Format code | Mark Benvenuto | |
| 2016-05-28 | SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bug | Mark Benvenuto | |
| 2015-06-20 | SERVER-18579: Clang-Format - reformat code, no comment reflow | Mark Benvenuto | |
| 2015-05-13 | SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent ↵ | Andy Schwerin | |
| stdx::chrono types. Also introduces operators for adding stdx::chrono::duration to Date_t, subtracting two Date_ts to get Milliseconds, and remove the use of reinterpret_cast from the implementation of BSON Timestamp type. | |||
| 2015-04-07 | SERVER-17880 Rename OpTime to Timestamp | Eric Milkie | |
| 2015-04-06 | SERVER-17880 Remove superfluous OpTime bson functionality | Eric Milkie | |
| 2015-01-07 | Make BSONObj::woCompare a total ordering | Mathias Stearn | |
| Changes: * Date and Timestamp are now distinct with all Dates before all Timestamps. * Numeric comparisons now correctly handle Doubles and Long > 2**53. * CodeWScope doesn't strcmp BSONObjs or strings which may contain NULs. There should be no changes in any of the cases where woCompare defined a correct total ordering before. The new behavior matches the ordering defined by KeyString. Related tickets: * SERVER-3304 Error comparing Date and Timestamp * SERVER-3719 Total ordering over Longs and Doubles * SERVER-7804 CodeWScope comparisons are broken * SERVER-16632 Change WiredTiger index key format Changes to the comparison function for aggregation will be handled separately as SERVER-16708. | |||
| 2013-09-06 | SERVER-8886 Add OpenSSL exception to files in src/mongo/db | Ian Whalen | |
| 2013-08-08 | SERVER-10203: Add new hasher unit tests and consolidate with old hasher dbtests | Robert J. Moore | |
| Signed-off-by: Shaun Verch <shaun.verch@10gen.com> | |||
