summaryrefslogtreecommitdiff
path: root/src/mongo/util
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70876 Disallow operators that run javascript in multitenancy modeHugh Tong2023-02-022-2/+2
* SERVER-73426 Minimal alternative to generic `PairMap<K1,K2,V>`Billy Donahue2023-01-311-204/+0
* SERVER-71910 ensure SSLPeerInfo is not mutated after constructionMatt Diener2023-01-303-15/+33
* SERVER-73354 Decommission the `catalog/collection` libraryKaloian Manassiev2023-01-301-9/+4
* SERVER-73147 Increase timing resolution of mongo::TraceProviderMark Benvenuto2023-01-303-48/+68
* SERVER-73238 Introduce the `shard_role_api` libraryKaloian Manassiev2023-01-261-3/+1
* SERVER-71906 move asio-related transport files to their own directoryMatt Diener2023-01-242-2/+2
* Revert "SERVER-70865 Make TicketHolder's queued() counter int64_t"Haley Connelly2023-01-245-28/+24
* SERVER-72876 Add TicketHolderTestFixture for common TicketHolderTest function...Haley Connelly2023-01-246-468/+328
* SERVER-70865 Make TicketHolder's queued() counter int64_tHaley Connelly2023-01-235-24/+28
* SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody2023-01-2024-32/+33
* SERVER-72719 Reduce Immediate Priority admission statistics trackingHaley Connelly2023-01-168-261/+30
* SERVER-72071 Implement PriorityTicketHolder with TicketBroker in PlusCalJordi Olivares Provencio2023-01-162-520/+6
* SERVER-72072 Integrate TicketBroker with PriorityTicketHolderJordi Olivares Provencio2023-01-1612-1078/+1164
* SERVER-70671: Shard Merge copies change collections and cluster paramsChristopher Caplinger2023-01-112-0/+27
* SERVER-72067 Implement ticket queue mechanism with futexJordi Olivares Provencio2023-01-104-4/+546
* SERVER-72596 Fix symbolization for large stacktraces with libunwindCharlie Swanson2023-01-061-0/+1
* SERVER-72328 Move memUsage to sorter statsShin Yee Tan2023-01-062-2/+30
* SERVER-72478 Construct uuidGen on first useDaniel Gómez Ferro2023-01-041-2/+5
* SERVER-71230 Add baton support to async rpc sendersGeorge Wangensteen2023-01-041-11/+22
* SERVER-72439 fix pretty printer test to account for debug modeDaniel Moody2022-12-301-1/+1
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-12-241-1/+2
* SERVER-71906 rename TransportLayerASIO to AsioTransportLayerMatt Diener2022-12-213-11/+11
* SERVER-69729 Add tidy check for signed char misuseMatt Kneiser2022-12-202-2/+10
* SERVER-43423 Remove TODO that is unneededAlexander Neben2022-12-151-3/+0
* SERVER-71906 Fix cases on AsioSessionMatt Diener2022-12-141-1/+1
* SERVER-71829 Fix windows compilation of ticketholder_bmJordi Olivares Provencio2022-12-141-4/+4
* SERVER-62994 Use v4 toolchain for everything except clang formatAndrew Morrow2022-12-131-0/+10
* SERVER-71829 Fix windows compile of unit testsJordi Olivares Provencio2022-12-131-4/+4
* SERVER-71829 Add latency distribution to ticketholder microbenchmarksJordi Olivares Provencio2022-12-124-1/+228
* SERVER-71978 improve stdlib pretty printers selectionDaniel Moody2022-12-091-8/+12
* SERVER-71906 rename session_asio to asio_session and autoformatMatt Diener2022-12-081-2/+2
* SERVER-71808: Refactor options_parser to expose a `readRawFile` method.Daniel Gottlieb2022-12-074-27/+42
* SERVER-25823 add bitwise AND, OR, XOR to the agg languageDavis Haupt2022-12-051-0/+2
* SERVER-62995 SERVER-62074 update pretty printers to work with v4 and add testsDaniel Moody2022-12-054-0/+256
* SERVER-69421 Fix ProgressMeter race conditionsAlex Li2022-12-011-19/+17
* SERVER-71535 Refactor assertSoon in ticketholder_testJordi Olivares Provencio2022-12-011-39/+62
* SERVER-67704 SERVER-67705 Fix processor package counting for ARMGabriel Marks2022-11-298-106/+139
* SERVER-71029 Update slow SessionWorkflow log criteriaBlake Oler2022-11-281-0/+4
* Revert "SERVER-67704 SERVER-67705 Update host info to include CPU socket coun...Sviatlana Zuiko2022-11-238-137/+106
* SERVER-67704 SERVER-67705 Update host info to include CPU socket count + NUMA...Gabriel Marks2022-11-228-106/+137
* SERVER-61909 Abort operation if it cannot ever fit in WT cacheYu Jin Kang Park2022-11-211-0/+18
* SERVER-71496: Return transitionFCVMap entries by const refVarun Ravichandran2022-11-191-1/+1
* SERVER-65809 Add min_fcv IDL option for server parametersGabriel Marks2022-11-171-1/+1
* SERVER-65809 Add min_fcv IDL option for server parametersGabriel Marks2022-11-171-0/+24
* SERVER-71378 Updating FCV Constants before branching 6.2Aaron Morand2022-11-151-0/+1
* SERVER-71279 Fix race condition in OnlyLowPriorityOps testJordi Olivares Provencio2022-11-141-12/+21
* SERVER-71251 Move PriorityTicketHolder and SemaphoreTicketHolder into separat...Haley Connelly2022-11-149-606/+794
* Revert "SERVER-70700 Use UserRequest to in authorization workflow"auto-revert-processor2022-11-141-2/+1
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-11-131-1/+2