summaryrefslogtreecommitdiff
path: root/src/mongo/base
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-18525 Implement background ping and unlock for replSets distlock managerRandolph Tan2015-06-081-0/+2
* SERVER-18007 support non-default constructible types in StatusWithAdam Midvidy2015-06-042-7/+30
* SERVER-18157 Appropriately handle applyOps status during migrationDaniel Alabi2015-06-031-0/+1
* SERVER-18035 cleaned up syncRollback. added unit test rs_rollback_test.Benety Goh2015-06-021-0/+1
* SERVER-18567 Replace usages of the legacy ConnectionString::parseKaloian Manassiev2015-05-221-0/+1
* SERVER-17608 implement OP_COMMAND in the shellAdam Midvidy2015-05-181-0/+1
* SERVER-18167 add method for validating input/output to a DataRangeAdam Midvidy2015-05-183-0/+283
* Revert "Revert "SERVER-18486 modernize MONGO_DISALLOW_COPYING""Adam Midvidy2015-05-181-4/+6
* Revert "SERVER-18486 modernize MONGO_DISALLOW_COPYING"Adam Midvidy2015-05-181-6/+4
* SERVER-18486 modernize MONGO_DISALLOW_COPYINGAdam Midvidy2015-05-181-4/+6
* SERVER-18288 implement a common interface for OP_COMMAND and OP_QUERYAdam Midvidy2015-05-181-0/+2
* SERVER-18195 Read after optime (repl only)Randolph Tan2015-05-111-0/+3
* SERVER-18227 Initial part of document validationMathias Stearn2015-05-081-0/+1
* SERVER-9666 Push stacktrace and quick_exit into util directoryAndrew Morrow2015-04-291-1/+1
* SERVER-17662: initial DataReplicator workScott Hernandez2015-04-221-0/+2
* SERVER-18050 catch boost::exception in exceptionToStatusAdam Midvidy2015-04-171-4/+11
* SERVER-17629 StringData + various DataTypesJason Carey2015-04-1512-2/+584
* SERVER-17629 Implemented Bounded Data View/CursorJason Carey (hanumantmk)2015-04-1415-115/+1038
* SERVER-17723 Sharding catalog cacheKaloian Manassiev2015-04-101-0/+1
* SERVER-17803 Constructing StatusWith shouldn't require Status copyJason Rassi2015-04-081-4/+4
* SERVER-17803 Constructing Status shouldn't require error string copyJason Rassi2015-04-082-16/+9
* SERVER-17850 add utility to convert an exception to a StatusAdam Midvidy2015-04-031-0/+51
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+1
* Revert "SERVER-17850 add utility to convert an exception to a Status"Adam Midvidy2015-04-031-51/+0
* SERVER-17850 add utility to convert an exception to a StatusAdam Midvidy2015-04-021-0/+51
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-2/+4
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-265-16/+12
* SERVER-17631 add makeStatusWith factory functionAdam Midvidy2015-03-243-0/+85
* SERVER-17638 Fix StatusWith comparison operatorsKaloian Manassiev2015-03-201-4/+4
* SERVER-17556: StatusWith move only type supportMark Benvenuto2015-03-171-27/+59
* SERVER-17601 replace global variable debug and enum DEBUG_BUILDEric Milkie2015-03-161-1/+1
* SERVER-17567 Don't unconditionally export parse number specializationsAndrew Morrow2015-03-121-1/+1
* SERVER-17552 Use correct OS detection macros, rather than our ownAndrew Morrow2015-03-111-1/+1
* SERVER-13339 Cleanup some SConscript and includesKaloian Manassiev2015-02-201-57/+30
* SERVER-17287 StatusWith improvementsMathias Stearn2015-02-131-4/+88
* SERVER-16559 Require C++11 and remove conditional compilationAndrew Morrow2015-02-134-15/+6
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-068-36/+36
* SERVER-8944 Use C++11 standard library functions for double NaN and Infinity ...Siyuan Zhou2015-02-052-8/+9
* SERVER-16865: make linter happyEliot Horowitz2015-01-181-12/+12
* SERVER-16865: fix osx and one case where dynamic_cast mattersEliot Horowitz2015-01-181-1/+1
* SERVER-16865: created checked_cast and use in hot spotsEliot Horowitz2015-01-181-0/+77
* SERVER-16708 Make Value::compare match BSON woCompare behaviorMathias Stearn2015-01-151-0/+93
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-153-2/+4
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16432 Chunk migration data structures not properly synchronizedRandolph Tan2014-12-181-0/+1
* SERVER-6981 Remove maxPasses limit and unify capped no-space errorsMathias Stearn2014-12-081-0/+1
* SERVER-16200 Eagerly compute StringData lengths and streamline equality checksAndrew Morrow2014-11-252-16/+6
* SERVER-16248 Disable getIteratorForRepair in WiredTigerDan Pasette2014-11-201-0/+1