summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
...
* BF-5630 Deadlock in PeriodicRunnerAsio testSara Golemon2017-06-151-0/+8
* SERVER-27193 Use ItoA to handle integer cases in StringBuilderMathias Stearn2017-06-133-15/+18
* SERVER-29461 check for duplicate fields when serializing OP_MSGMathias Stearn2017-06-132-1/+22
* SERVER-29472 Install PeriodicRunnerASIO on mongod and mongossamantharitter2017-06-133-0/+98
* SERVER-10601 --> remove parseLL() function definition and use in numberlong.cppTyler Kaye2017-06-122-25/+0
* SERVER-29154 Have mongo shell display and accept UUID as such instead of BinD...Geert Bosch2017-06-093-3/+17
* SERVER-29380 Fix potential race in exit code during server shutdown.Max Hirschhorn2017-06-091-7/+22
* SERVER-27038 changed assertion severitiesTedTuckman2017-06-091-23/+23
* SERVER-29360 Add operator<< to Date_t classTed Tuckman2017-06-072-0/+23
* SERVER-29458 Fix building on FreeBSDADAM David Alan Martin2017-06-061-0/+8
* SERVER-28300 Make PeriodicRunnerASIO more resilientsamantharitter2017-06-052-3/+9
* SERVER-29443 Fix iOS and tvOS compilesAndrew Morrow2017-06-052-1/+5
* SERVER-29283 Fix circular shared_ptr dependency in the periodic runnersamantharitter2017-06-014-62/+153
* SERVER-29264 Replace RequestInterface with OpMsgRequest in mongod command dis...Mathias Stearn2017-05-302-0/+43
* SERVER-29152 Do not cache logging ostream in threadlocal when in other thread...samantharitter2017-05-301-0/+16
* SERVER-29343 Add missing dependencyGeert Bosch2017-05-251-0/+1
* SERVER-29343 make lookupCollectionByUUID and lookupNSSByUUID constGeert Bosch2017-05-254-13/+30
* SERVER-29281 Resolve edges related to the dcommands libraryAndrew Morrow2017-05-191-4/+1
* SERVER-28846 Use IDL to generate oplog entry parsersJudah Schvimer2017-05-171-0/+5
* SERVER-29114 Fix PeriodicRunnerASIO and testsamantharitter2017-05-153-39/+69
* SERVER-29083 Use after free in *BSD processinfo layerMark Benvenuto2017-05-122-5/+9
* SERVER-29089 Add UUID to IDL basic_types.idlMark Benvenuto2017-05-121-5/+14
* SERVER-29009 Add missing dependency to fix shared buildsamantharitter2017-05-081-0/+1
* SERVER-29009 Fix broken compile and other lint-breaking usages of std::Kaloian Manassiev2017-05-051-0/+1
* SERVER-29009 Fix lint error due to usage of std::make_uniqueKaloian Manassiev2017-05-051-2/+2
* SERVER-29009 Implement and test an ASIO-based PeriodicRunnerSamantha Ritter2017-05-054-0/+380
* SERVER-29009 Add a PeriodicRunner interfaceSamantha Ritter2017-05-053-0/+126
* SERVER-28297 Add IDL to LogicalSessionId classSamantha Ritter2017-05-052-1/+17
* SERVER-29052 Use boost::hash as default for LRU cache on windowssamantharitter2017-05-041-2/+2
* SERVER-28218 add BSON() macro support for UUIDBenety Goh2017-05-033-0/+26
* SERVER-27320 Enable fine grained application of whole archive extractionAndrew Morrow2017-05-011-0/+3
* SERVER-28427 Implement timeouts for the TicketHolderGeert Bosch2017-05-014-14/+114
* SERVER-29012 Enable ASAN strict init order checking and fix revealed issuesAndrew Morrow2017-05-013-22/+16
* SERVER-28229: Bind to localhost by defaultSpencer Jackson2017-04-284-2/+34
* SERVER-28715 Create global UUID/collection catalogMaria van Keulen2017-04-287-6/+304
* SERVER-29000 Remove the miniwebserver and derivativesAndrew Morrow2017-04-275-615/+0
* SERVER-28508 OP_MSG in egress and mongodMathias Stearn2017-04-274-0/+480
* SERVER-28710 Unify error handling between send and sendmsg pathsAndrew Morrow2017-04-251-9/+1
* SERVER-28436 Create a basic helper for enabling fail point in cpp testRandolph Tan2017-04-254-3/+46
* Revert "SERVER-28229: Bind to localhost by default"Kaloian Manassiev2017-04-251-2/+2
* SERVER-28229: Bind to localhost by defaultSpencer Jackson2017-04-241-2/+2
* SERVER-28890 Workaround for upcoming `/Zc:ternary`Yuriy Solodkyy2017-04-241-1/+4
* SERVER-28211 UUID::parse(BSONElement) returns InvalidUUID instead of UnknownE...Benety Goh2017-04-171-6/+6
* SERVER-28664 Use pool connections in MRU orderAndrew Morrow2017-04-132-24/+58
* SERVER-28508 Make BufReader propagate the actual errorsMathias Stearn2017-04-121-24/+6
* SERVER-28530 Prevent SSLThreadInfo destruction construction cycleSpencer Jackson2017-04-101-50/+34
* SERVER-27988 Add namespace/UUID cache to OperationContextMaria van Keulen2017-04-074-0/+198
* SERVER-27687 Fix cpuAddrSize detection on Linux for hostInfo commandJonathan Reams2017-04-061-1/+1
* SERVER-28300 Add a generic LRU cache implementation to utilitiessamantharitter2017-04-053-0/+860
* SERVER-28532 Implement UUID::appendToBuilderGeert Bosch2017-03-292-5/+13