index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
field_parser_test.cpp
Age
Commit message (
Expand
)
Author
2024-03-19
SERVER-87974 Enable modernize-use-override and apply fixes (#20075)
Ivan Fefer
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2019-12-22
SERVER-45214 FieldParser::extractNumber fails ubsan for NaNs
Geert Bosch
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-06-14
SERVER-41071 Replace NULL and 0 with nullptr
A. Jesse Jiryu Davis
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2016-08-18
SERVER-24508 BSONObj::ComparatorInterface
David Storch
2016-05-28
SERVER-23971 Clang-Format code
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 stdx::chr...
Andy Schwerin
2015-04-07
SERVER-17880 Rename OpTime to Timestamp
Eric Milkie
2013-12-09
SERVER-11968 Write commands allow illegal collection names
Randolph Tan
2013-09-06
SERVER-8886 Add OpenSSL exception to files in src/mongo/db
Ian Whalen
2013-07-24
SERVER-7965 Move date/time types and functions from bson/util/misc.h to util/...
Andy Schwerin
2013-06-03
SERVER-9468 Move s/field-parser* to db/
Jason Rassi