summaryrefslogtreecommitdiff
path: root/src/mongo/bson/oid.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44623 Rework JSON generation from BSONObjHenrik Edin2019-12-181-7/+1
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-061-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-35847 Remove eval command and remove/update related tests/helpersSara Golemon2018-06-291-1/+1
* Revert "SERVER-34975 Treat an OID-embedded timestamp as unsigned."Justin Seyster2018-06-281-3/+4
* SERVER-34975 Treat an OID-embedded timestamp as unsigned.Justin Seyster2018-05-221-4/+3
* SERVER-33171: Add number and objectID parsing conversions to $convertNick Zolnierz2018-02-261-0/+21
* SERVER-29610 Allow LogicalSessionIds to contain signed user informationsamantharitter2017-07-131-0/+5
* SERVER-14148 Remove JS mode from JSON output optionsJonathan Reams2017-01-061-2/+0
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-2/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-21744 ElectionID always increases under PV0 and PV1.Siyuan Zhou2016-01-111-9/+15
* SERVER-18717 compose electionId in OID format from termmatt dannenberg2015-06-261-0/+10
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-180/+188
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-1/+1
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-1/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-1/+1
* SERVER-17596 mongo::OID::asTimeT() and mongo::OID::asDateT() should be constroot2015-03-171-2/+2
* SERVER-15210 SERVER-15211 remove OID undefined behavior and make it endian awareAdam Midvidy2014-09-191-77/+123
* SERVER-14587 Add hash function to OID so it can be stored in an unordered_mapSpencer T Brody2014-07-171-0/+10
* SERVER-14167 Removed spurious duplicate declarationMichael Whittaker2014-06-051-2/+0
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-2/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-9809 Replace getpid() with ProcessId::getCurrent() and pid_t with Proc...Andy Schwerin2013-06-031-1/+0
* SERVER-8674 Update hyperlinks to point to dochubJason Rassi2013-03-011-1/+1
* SERVER-939 toString() for random part of OIDGreg Studer2012-12-031-1/+4
* Work around MSCV by using an enum, not a constantAndrew Morrow2012-11-181-1/+3
* Add a static constant to OID to capture its data sizeAndrew Morrow2012-11-181-5/+7
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-1/+1
* Move timestampValue and oidValue into the Value unionMathias Stearn2012-08-011-0/+5
* add OID::initSequentialEliot Horowitz2012-06-041-0/+7
* Some cleanup of headers and whitespaceTad Marshall2012-05-201-1/+4
* SERVER-1268: don't put "using namespace" statements in headersEric Milkie2012-03-061-6/+6
* hack for older boost versions on 32-bit platformsEliot Horowitz2012-01-251-0/+12
* fix a case where boost assert definition snuck back into the bson include hea...dwight2011-12-281-5/+1
* more include friendlydwight2011-12-271-4/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+138