summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29688: Coredump on Sanizitizer failureSpencer Jackson2017-07-132-1/+26
* SERVER-29947 Implement Storage Node WatchdogMark Benvenuto2017-07-121-0/+1
* SERVER-27592 open windows certificate store read onlyTed Tuckman2017-07-101-2/+5
* SERVER-30065 Do libdeps dependency types by section, not tupleAndrew Morrow2017-07-087-9/+11
* SERVER-15194 Refactor base64::decode ImplementationSara Golemon2017-07-074-74/+182
* Revert "SERVER-15194 Refactor base64::decode Implementation"Nathan Myers2017-07-074-182/+74
* SERVER-15194 Refactor base64::decode ImplementationSara Golemon2017-07-064-74/+182
* SERVER-29198 Implement ServiceLiasonMongodsamantharitter2017-07-063-1/+16
* SERVER-29762 Look up arrays by index during update.Justin Seyster2017-07-063-6/+100
* SERVER-29462 Align locks in mongo::Paritioned to avoid false sharingAndrew Morrow2017-07-051-0/+65
* SERVER-27198 Remove ASIO based MessagingPort implementationAndrew Morrow2017-07-0510-1381/+10
* Revert "SERVER-29462 Align locks in mongo::Paritioned to avoid false sharing"Benety Goh2017-07-031-65/+0
* SERVER-29462 Align locks in mongo::Paritioned to avoid false sharingAndrew Morrow2017-07-011-0/+65
* SERVER-28693 Use getrusage() to report the number of major page faults on linuxTyler Kaye2017-06-301-4/+7
* SERVER-29856 Use StringData instead of std::string in CIDR/AddressRestriction<T>Sara Golemon2017-06-292-7/+12
* SERVER-29568: Create opensslCipherConfig setParameterSpencer Jackson2017-06-282-0/+32
* SERVER-6541 Delete Message::toString()Mathias Stearn2017-06-281-2/+0
* SERVER-29774 Add LittleEndian annotations in OpMsg::parse()Mathias Stearn2017-06-281-2/+5
* SERVER-26871 report failures when handling shell history fileKevin Pulo2017-06-285-96/+178
* SERVER-29165 Make sure localhost resolves to 127.0.0.1Jonathan Reams2017-06-271-4/+4
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-279-40/+66
* SERVER-29759 on _configsvrSetFeatureCompatibilityVersion=3.6, generate and pe...Esha Maharishi2017-06-261-3/+6
* Revert "SERVER-29165 Don't create RestrictionEnvironment in TransportLayer"Jonathan Reams2017-06-269-66/+40
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-269-40/+66
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-239-518/+14
* SERVER-28978 Add hostname to $collStats output, and include shard name when r...Bernard Gorman2017-06-232-5/+11
* SERVER-27298 Options Parser now rejects null bytes in all casesTed Tuckman2017-06-225-1/+63
* SERVER-29168 ClientSourceRestrictionSara Golemon2017-06-202-0/+6
* SERVER-29166 Implement an address range classSara Golemon2017-06-204-0/+554
* SERVER-29727 Fix unused variable warning in mongo/util/uuid.cppKaloian Manassiev2017-06-191-1/+1
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-192-9/+40
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-188-24/+27
* SERVER-29403 Implement TransportLayerASIOJonathan Reams2017-06-173-2/+6
* 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