summaryrefslogtreecommitdiff
path: root/src/mongo/util/uuid.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66646 UUID::isUUIDString without regexBilly Donahue2022-05-251-10/+10
* SERVER-57216 make `UUID::gen()` valid after main exitsBilly Donahue2021-05-261-7/+3
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-19/+11
* SERVER-50894 convert std::regex to pcrecpp::REBilly Donahue2020-09-121-7/+11
* SERVER-43641 upgrade random.hBilly Donahue2019-10-091-10/+3
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-021-3/+10
* SERVER-43641 upgrade random.hBilly Donahue2019-10-021-10/+3
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-39236 Add encrypt schema IDL typesTed Tuckman2019-02-151-0/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38412 Allow resuming from a high-water-mark pseudo resume tokenBernard Gorman2019-01-241-4/+0
* SERVER-38408 rename UUID::nil() to UUID::makeDefaultForChangeStream()Benety Goh2018-12-221-1/+1
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2018-12-221-0/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-7/+9
* SERVER-36272 Catch error in parsing values after % in URIsShreyas Kalyan2018-10-121-1/+1
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-30307 UUID::parse should uassert instead of calling invariantGregory Wlodarek2017-07-251-1/+1
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-231-0/+4
* SERVER-29727 Fix unused variable warning in mongo/util/uuid.cppKaloian Manassiev2017-06-191-1/+1
* SERVER-29154 Have mongo shell display and accept UUID as such instead of BinD...Geert Bosch2017-06-091-1/+1
* SERVER-28297 Add IDL to LogicalSessionId classSamantha Ritter2017-05-051-0/+6
* SERVER-28218 add BSON() macro support for UUIDBenety Goh2017-05-031-0/+7
* SERVER-28532 Implement UUID::appendToBuilderGeert Bosch2017-03-291-3/+5
* SERVER-28294 Add a standalone UUID library to utilitiessamantharitter2017-03-221-0/+137