Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues. | Daniel Moody | 2022-04-29 | 1 | -1/+1 |
| | |||||
* | SERVER-43860 Always upsert exact source document for pipeline-insert $merge | Bernard Gorman | 2019-11-14 | 1 | -0/+21 |
| | |||||
* | SERVER-41772 Apply clang-format 7.0.1 to the codebase | clang-format-7.0.1 | 2019-07-27 | 1 | -2/+2 |
| | |||||
* | SERVER-41071 Replace NULL and 0 with nullptr | A. Jesse Jiryu Davis | 2019-06-14 | 1 | -1/+1 |
| | |||||
* | SERVER-40476 remove mongoutils::str | Billy Donahue | 2019-04-09 | 1 | -1/+1 |
| | | | | | | Rename utils/mongoutils/str.h => utils/str.h Rename namespace mongoutils::str => str Rename mongo::strcasecmp => str::caseInsensitiveCompare. | ||||
* | 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-31012: expose optional way of retrieving FieldRef's for fields that ↵ | Nick Zolnierz | 2018-11-30 | 1 | -9/+9 |
| | | | | were modified by an update | ||||
* | SERVER-37651 Update header files with new license | Ramon Fernandez | 2018-10-22 | 1 | -8/+10 |
| | |||||
* | SERVER-18579: Clang-Format - reformat code, no comment reflow | Mark Benvenuto | 2015-06-20 | 1 | -105/+101 |
| | |||||
* | SERVER-18798 Move FindAndModifyRequest to the request/response library | Kaloian Manassiev | 2015-06-03 | 1 | -1/+2 |
| | |||||
* | SERVER-14973 consolidate shard key parsing, cleanup shard key patterns | Greg Studer | 2014-10-16 | 1 | -0/+6 |
| | |||||
* | SERVER-10159 Store the FieldRef for _id in a file static to avoid a dynamic ↵ | Andrew Morrow | 2014-01-04 | 1 | -4/+2 |
| | | | | allocation | ||||
* | SERVER-12126: Improve update validation performance | Scott Hernandez | 2013-12-20 | 1 | -2/+9 |
| | |||||
* | SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ↵ | Scott Hernandez | 2013-11-13 | 1 | -0/+29 |
| | | | | to support immutable fields, consolodate storage validation, and misc issues. | ||||
* | SERVER-7379 Prohibit shard key mutation in updates | Andrew Morrow | 2013-10-11 | 1 | -0/+22 |
| | |||||
* | SERVER-8886 Add OpenSSL exception to files in src/mongo/db | Ian Whalen | 2013-09-06 | 1 | -0/+12 |
| | |||||
* | SERVER-7175 Support for catching conflicting mods in the update driver. | Alberto Lerner | 2013-07-05 | 1 | -0/+87 |