summaryrefslogtreecommitdiff
path: root/src/mongo/db/signed_logical_time.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-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++ filesBilly Donahue2019-02-131-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 licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-28565 Do not return logicalTime on non-sharded RSJack Mulrow2017-04-181-1/+2
|
* SERVER-27748 Implement LogicalTimeMetadataRandolph Tan2017-02-271-1/+1
|
* SERVER-27743: Implement LogicalTimeMisha Tyulenev2017-02-021-0/+41