summaryrefslogtreecommitdiff
path: root/src/mongo/base
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43032 simplify overflow_arithmetic.hBilly Donahue2019-08-281-2/+2
* SERVER-42821 Improve error message when operation killed because it exceeded ...Janna Golden2019-08-261-0/+2
* SERVER-42417 Introduce projection ASTIan Boros2019-08-221-0/+57
* SERVER-41961 Remove the `NOINLINE_DECL` and replace with `MONGO_COMPILER_NOIN...ADAM David Alan Martin2019-08-152-8/+6
* SERVER-42624 convert to error_codes.ymlBilly Donahue2019-08-134-412/+430
* SERVER-42368 Remove max shard key size limit of 512 bytesJamie Heppenstall2019-08-081-1/+0
* SERVER-41277 Create FLE Data Framing ClassesShreyas Kalyan2019-07-291-2/+3
* SERVER-40160 Remove `if_constexpr.h` header.ADAM David Alan Martin2019-07-272-5/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2716-164/+172
* SERVER-41369 Terminate the TransactionCoordinator retry logic if read concern...Kaloian Manassiev2019-07-231-1/+1
* SERVER-42164 Allowed ErrorCode::is{Category} to take a StatusBen Caimano2019-07-233-7/+27
* SERVER-36242 Optionally use libunwind for backtracesA. Jesse Jiryu Davis2019-07-174-6/+186
* SERVER-40785 Create WaitForMajorityService to allow waiting for write concern...Randolph Tan2019-07-161-0/+2
* SERVER-33259 add libunwind to third_partyBilly Donahue2019-07-152-0/+150
* Revert "SERVER-33259 add libunwind to third_party"Xiangyu Yao2019-07-152-149/+0
* SERVER-33259 add libunwind to third_partyBilly Donahue2019-07-152-0/+149
* SERVER-41204 Output the transaction abort reason in the slow log lineKaloian Manassiev2019-07-142-0/+17
* SERVER-32434 operator<<(ostream,StringData)Billy Donahue2019-07-112-1/+42
* SERVER-9668 Use SCons install target tags to identify mapping of targets to i...Mathew Robinson2019-07-021-3/+5
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-2/+1
* Revert "SERVER-36385 Remove code and tests about index key limit size"Daniel Solnik2019-06-281-1/+2
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-2/+1
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-273-271/+588
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-48/+25
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-171-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-146-8/+8
* SERVER-41733 remove make_string_vector.{cpp,h}Billy Donahue2019-06-145-129/+22
* SERVER-41623 Fix building on newer windows Toolkits.ADAM David Alan Martin2019-06-141-2/+8
* Revert "SERVER-41733 remove make_string_vector.{cpp,h}"Benety Goh2019-06-145-10/+119
* SERVER-41733 remove make_string_vector.{cpp,h}Billy Donahue2019-06-145-119/+10
* SERVER-41623 Fix building of `shell_utils_launcher` on FreeBSD.ADAM David Alan Martin2019-06-133-0/+92
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+0
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-3/+4
* SERVER-41193 Get rid of LogicalSessionCache promote and refreshSessionsKaloian Manassiev2019-05-241-1/+1
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-201-4/+4
* SERVER-40811 reduce GlobalInitializerRegisterer constructorsBilly Donahue2019-05-165-197/+58
* SERVER-28679 Set OP_MSG checksumA. Jesse Jiryu Davis2019-05-141-2/+3
* SERVER-40438 Add merge support for whenNotMatched: failAnton Korshunov2019-05-141-0/+1
* SERVER-40972 de-recurse, exceptionize, randomize topSortBilly Donahue2019-05-103-86/+203
* SERVER-40813 remove all -inl.h filesBilly Donahue2019-04-302-102/+66
* SERVER-40446 Add "NonResumableChangeStreamError" error labelJustin Seyster2019-04-251-1/+1
* SERVER-40528 Do not allow constructing ConstDataRange from boolJonathan Reams2019-04-171-2/+3
* SERVER-40631 Attach TransientTransactionError error label for network error c...Jack Mulrow2019-04-153-1/+53
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-112-7/+5
* SERVER-40389 use fmt in server, add readme file to third_party/fmtBilly Donahue2019-04-111-8/+13
* SERVER-40542 Remove references to pip2Mathew Robinson2019-04-101-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-0913-28/+23
* SERVER-32295 Support Python 3Mathew Robinson2019-04-081-18/+20
* SERVER-40389 small tweaks to third_party/fmt & related.Billy Donahue2019-04-082-2/+14
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-069-108/+268