Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-68834 clany tidy bugprone-integer-division fixes | Juan Gu | 2022-08-23 | 1 | -1/+1 |
| | |||||
* | SERVER-57633 fix implicit long long to double conversion in unit tests | Benety Goh | 2021-08-19 | 1 | -1/+2 |
| | |||||
* | SERVER-41772 Apply clang-format 7.0.1 to the codebase | clang-format-7.0.1 | 2019-07-27 | 1 | -2/+1 |
| | |||||
* | SERVER-40513 Convert seed to little endian before hashing | Justin Seyster | 2019-04-15 | 1 | -4/+16 |
| | |||||
* | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | 2019-02-13 | 1 | -1/+0 |
| | | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines. | ||||
* | SERVER-37651 Update header files with new license | Ramon Fernandez | 2018-10-22 | 1 | -8/+10 |
| | |||||
* | SERVER-23971 Clang-Format code | Mark Benvenuto | 2016-05-28 | 1 | -2/+3 |
| | |||||
* | SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bug | Mark Benvenuto | 2016-05-28 | 1 | -0/+2 |
| | |||||
* | SERVER-18579: Clang-Format - reformat code, no comment reflow | Mark Benvenuto | 2015-06-20 | 1 | -345/+320 |
| | |||||
* | SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent ↵ | Andy Schwerin | 2015-05-13 | 1 | -2/+2 |
| | | | | | | | | 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. | ||||
* | SERVER-17880 Rename OpTime to Timestamp | Eric Milkie | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | SERVER-17880 Remove superfluous OpTime bson functionality | Eric Milkie | 2015-04-06 | 1 | -1/+1 |
| | |||||
* | Make BSONObj::woCompare a total ordering | Mathias Stearn | 2015-01-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | SERVER-8886 Add OpenSSL exception to files in src/mongo/db | Ian Whalen | 2013-09-06 | 1 | -0/+12 |
| | |||||
* | SERVER-10203: Add new hasher unit tests and consolidate with old hasher dbtests | Robert J. Moore | 2013-08-08 | 1 | -0/+373 |
Signed-off-by: Shaun Verch <shaun.verch@10gen.com> |