summaryrefslogtreecommitdiff
path: root/src/mongo/bson/timestamp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
|
* SERVER-27814 Prints Timestamp consistently, changes toString(), and removes ↵Pavithra Vetriselvan2017-11-161-10/+2
| | | | toStringLong()
* SERVER-30309: Stage changes for supportsRecoverToStableTimestampDaniel Gottlieb2017-08-021-1/+1
|
* SERVER-30185 Call setInitialDataTimestamp at the beginning and end of ↵Judah Schvimer2017-08-011-0/+2
| | | | initial sync
* SERVER-25069 added Timestamp::toBSON()Benety Goh2016-07-161-0/+8
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
|
* SERVER-15508: Have the shell accept all unsigned Timestamp valuesGeert Bosch2015-10-301-1/+1
| | | | Also rejects negative Timestamp time and increment arguments and canonicalizes types.
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+1
| | | | | | Signed-off-by: Ramon Fernandez <ramon.fernandez@mongodb.com> Closes #988
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-29/+28
|
* Revert "SERVER-15047 Remove undefined behavior from Timestamp"Eric Milkie2015-04-091-18/+10
| | | | This reverts commit e87716a9286b6aa6f63a513012e55f6e42f634a2.
* SERVER-15047 Remove undefined behavior from TimestampEric Milkie2015-04-081-10/+18
|
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-0/+74