summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69155 fix bugprone-suspicious-string-compare warningsJuan Gu2022-08-302-2/+2
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-308-62/+82
* SERVER-69187 Use a no-op buffer to avoid allocating memory when checking for ...Yuhong Zhang2022-08-292-13/+22
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-292-25/+12
* SERVER-68854 Refactor SchedulingTicketHolder queueing logicJordi Olivares Provencio2022-08-263-56/+34
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-263-4/+4
* Revert "SERVER-68854 Refactor SchedulingTicketHolder queueing logic"Sviatlana Zuiko2022-08-253-28/+56
* SERVER-68854 Refactor SchedulingTicketHolder queueing logicJordi Olivares Provencio2022-08-253-56/+28
* SERVER-68839 clany tidy modernize-make-shared fixJuan Gu2022-08-251-5/+4
* Revert "SERVER-67464 Add base64url encode/decode"Varun Ravichandran2022-08-233-229/+65
* SERVER-68834 clany tidy bugprone-integer-division fixesJuan Gu2022-08-231-1/+2
* SERVER-69029 Split Readers & Writers for PriorityTicketHolderHaley Connelly2022-08-231-1/+2
* SERVER-69048 Simplify bson_validate linkingYuhong Zhang2022-08-221-1/+0
* SERVER-68578 HostInfoCmd returns extra.extra key pathScott Kurowski2022-08-221-1/+1
* SERVER-67562 Check for invalid UTF-8 characters in BSON documents during vali...Damian Wasilewicz2022-08-202-0/+27
* SERVER-67880 : Check BSON column is decompressible in the validate command.Richard Hausman2022-08-191-0/+1
* SERVER-68900 Update SchedulingTicketHolder TLA+ modelJordi Olivares Provencio2022-08-191-431/+390
* SERVER-68893 Remove unnecessary TicketHolder benchmarksJordi Olivares Provencio2022-08-181-174/+12
* SERVER-67238 Record TLS handshake information for ingress connectionsJason Chan2022-08-153-14/+26
* SERVER-67905 Created PriorityTicketHolder that queues by 3 priority levelsLeonardo Menti2022-08-084-4/+246
* SERVER-41064 ScopedDebugInfoBilly Donahue2022-08-034-1/+151
* SERVER-66841 Fix LOGV2 invalid JSON when truncation happens at a backslash ch...Erwin Pe2022-08-012-33/+161
* SERVER-67606 replace instances of ErrorCategory::Interruption in testsMatt Diener2022-07-292-13/+2
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-293-0/+242
* SERVER-67998 Remove TODOGabriel Marks2022-07-271-2/+0
* SERVER-68363 Mark 5.3 as EOLKelsey Schubert2022-07-271-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-276-10/+10
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-273-0/+132
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* Revert "SERVER-67101 Support microsecond precision in ScopedTimer"Ruoxin Xu2022-07-263-132/+0
* SERVER-66639 Manager class for pre-image collectioncsum1122022-07-262-0/+2
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-263-0/+132
* SERVER-66764 Polyfill C++20 constexpr isSortedAlex Li2022-07-213-0/+205
* SERVER-67904 Operation priority added as a field in AdmissionContext classLeonardo Menti2022-07-202-25/+36
* SERVER-67775 Add TicketAcquisitionPriority to the Locker classHaley Connelly2022-07-131-0/+31
* SERVER-65481 Bulk shredding and loading for column store indexesJustin Seyster2022-07-081-0/+8
* SERVER-67418 Retry apple SSLManagerCoordinator initialization on failureGabriel Marks2022-07-071-1/+19
* SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser2022-07-0714-74/+93
* SERVER-67709 rename visit_helperBilly Donahue2022-07-063-18/+123
* SERVER-67542 Refactor TicketHolders into a composed TicketHolderJordi Olivares Provencio2022-07-055-55/+248
* SERVER-65400 Removed generating 'kFullyDowngradedTo...' constants from releas...Luxi Liu2022-07-011-7/+2
* Revert "SERVER-65481 Bulk shredding and loading for column store indexes"Sviatlana Zuiko2022-06-301-8/+0
* SERVER-67249 Initialize _errorPos in RegexImpl constructorJennifer Peshansky2022-06-301-1/+2
* SERVER-64000: Create an unlock/relock scope guardErin McNulty2022-06-303-0/+154
* SERVER-66152 Add implementation of SchedulingTicketHolderJordi Olivares Provencio2022-06-305-40/+470
* SERVER-65481 Bulk shredding and loading for column store indexesJustin Seyster2022-06-291-0/+8
* SERVER-67464 Add base64url encode/decodeSara Golemon2022-06-293-65/+229
* SERVER-67407: Restore unit test coverage for procparser.cppAdam Rayner2022-06-281-0/+19
* SERVER-67162 Integrate new PCRE2 wrapperJennifer Peshansky2022-06-2711-110/+123
* SERVER-67134 Fixed assert logging (bugprone-lambda-function-name)Alexander Neben2022-06-231-6/+7