summaryrefslogtreecommitdiff
path: root/src/mongo/util/SConscript
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48272 Reduce startup time for dynamically linked binariesAndrew Morrow2020-05-271-3/+4
* SERVER-47518 StaticImmortal<T>Billy Donahue2020-05-071-0/+1
* SERVER-47139 Introduce GuaranteedExecutor classBen Caimano2020-03-261-0/+1
* SERVER-27896 Add support for enforcing single-thread contextAmirsaman Memaripour2020-03-021-0/+10
* SERVER-46197 Make build flag to disable diagnostic latchesBen Caimano2020-02-241-28/+29
* SERVER-44978 Thread-through ServiceContext and ThreadPool to ReadThroughCacheKaloian Manassiev2020-02-151-1/+3
* SERVER-43069: Condition logging for slow ops on sample rateXuerui Fa2020-02-071-0/+1
* Revert "SERVER-43069: Condition logging for slow ops on sample rate"Xuerui Fa2020-02-071-1/+0
* SERVER-43069: Condition logging for slow ops on sample rateXuerui Fa2020-02-051-0/+1
* SERVER-44047 Add timer support to Interruptible::waitForConditionOrInterrupt()Amirsaman Memaripour2020-02-041-0/+1
* SERVER-45558 Revert logging additions for TLA+ Trace Checker projectA. Jesse Jiryu Davis2020-01-291-15/+0
* SERVER-45227 Remove tcmalloc based profiling supportAndrew Morrow2020-01-281-12/+0
* SERVER-43721 Rename DistCache to ReadThroughCacheKaloian Manassiev2020-01-171-2/+2
* Revert "SERVER-43721 Rename DistCache to ReadThroughCache"Gabriel Russell2020-01-161-1/+1
* SERVER-43721 Rename DistCache to ReadThroughCacheKaloian Manassiev2020-01-161-1/+1
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-161-5/+15
* SERVER-45024 Introduce future utilities for looping/sleepingMatthew Saltz2020-01-101-0/+2
* SERVER-43662 Add support for LLDB debugserver breakpointsAdam Cooper2019-12-311-0/+2
* SERVER-45057 make base64 encode/decode 22x/15x fasterBilly Donahue2019-12-181-0/+5
* SERVER-43945 Expose out of order latch acquisitions in serverStatusBen Caimano2019-12-161-0/+4
* SERVER-45168 Create add-only syncronized list typeBen Caimano2019-12-161-0/+1
* SERVER-44345 stack trace all threadsBilly Donahue2019-12-111-1/+6
* SERVER-43589 Trace logging for RaftMongo.tlaA. Jesse Jiryu Davis2019-12-101-0/+15
* SERVER-44746 Fix LatchAnalyzerTestRahul Sundararaman2019-12-021-3/+2
* SERVER-44746 Temporarily disable latch_analyzer_test.cppBen Caimano2019-11-201-1/+2
* SERVER-42897 Validate base-level latchesRahul Sundararaman2019-11-191-0/+13
* SERVER-42130 Replace python codegen with macrosBilly Donahue2019-11-121-13/+0
* SERVER-44378 groundwork for upcoming stacktrace APIBilly Donahue2019-11-081-6/+11
* SERVER-42892 Create set and key types for hierarchical lockingBen Caimano2019-11-041-0/+1
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-2/+0
* SERVER-42806 move base/backtrace test stuff to util/stacktrace_*Billy Donahue2019-09-301-0/+17
* SERVER-42029 Combine stacktrace posix and unwind filesBilly Donahue2019-09-201-0/+8
* SERVER-43324 Add BasicLockableAdaptor for cleaner function APIsAlex Taskov2019-09-141-0/+1
* SERVER-40382 Add a serverStatus metric to report plan cache memory consumptionArun Banala2019-08-131-0/+1
* SERVER-42502 Fix Windows Ninja BuildMark Benvenuto2019-07-301-1/+1
* SERVER-42034 Optimize ItoABilly Donahue2019-07-291-0/+24
* Revert "SERVER-42034 Optimize ItoA (~13% faster, remove the 1kLoC static table)"Ian Boros2019-07-221-10/+0
* SERVER-42034 Optimize ItoA (~13% faster, remove the 1kLoC static table)Billy Donahue2019-07-221-0/+10
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-06-211-0/+1
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-407/+82
* SERVER-41360 Created DiagnosticInfo classShaileja Jain2019-06-131-0/+22
* Revert "SERVER-41360 Created DiagnosticInfo class"Shaileja Jain2019-06-131-22/+0
* SERVER-41360 Created DiagnosticInfo classShelley Jain2019-06-131-0/+22
* SERVER-41047 errnoWithDescription only check __ANDROID_API__ if it's definedKevin Pulo2019-05-291-0/+7
* SERVER-41131 Add StrongWeakFinishLineJason Carey2019-05-281-0/+10
* SERVER-40841 Re-issue invalid test certificatesJonathan Reams2019-05-201-0/+4
* SERVER-40634 Emulation of C++20 requires-clauses for C++17Mathias Stearn2019-05-011-0/+9
* SERVER-36359 Add SharedSemiFuture::thenRunOn(exec) and make SSFs chainableMathias Stearn2019-04-181-0/+1
* SERVER-36359 Introduce SemiFuture<T> and ExecutorFuture<T>Mathias Stearn2019-04-111-2/+3
* SERVER-40590 delete KeyedExecutorMathias Stearn2019-04-111-11/+0