summaryrefslogtreecommitdiff
path: root/src/mongo/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use OwnedPointerVector to track ChangesMathias Stearn2014-11-181-2/+14
* SERVER-16191 restore old initial sync behavior that allowed for a node to bec...matt dannenberg2014-11-171-0/+2
* SERVER-14425: rename DeadLockException to WriteConflictExceptionEliot Horowitz2014-11-031-1/+1
* SERVER-14860 Handle duplicate key/value in btree, for background indexingEric Milkie2014-11-031-1/+1
* SERVER 14425: DeadLock exception class and beginnings of automatic retryEliot Horowitz2014-10-201-0/+1
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-0/+2
* SERVER-15477: check hasData during initial quorum checkScott Hernandez2014-10-131-0/+1
* SERVER-14561 Heartbeat callback and scheduling.Andy Schwerin2014-10-061-0/+1
* SERVER-15446: handle ok:0 and unauth heartbeat responsesScott Hernandez2014-10-061-0/+1
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-032-1/+3
* SERVER-14215 Log error when ScopedDistributedLock::acquire fails to acquire l...Randolph Tan2014-10-021-0/+2
* SERVER-15331 don't let readNative be used on non-POD types eitherAdam Midvidy2014-09-241-0/+4
* SERVER-15331 don't let writeNative be used on non-POD typesAdam Midvidy2014-09-221-0/+8
* SERVER-15174 Provide some improved semantics for data_cursor and data_viewAndrew Morrow2014-09-083-57/+142
* SERVER-15022 don't rely on configServer.ok() for sharding state when recv'ing...Greg Studer2014-08-261-0/+1
* SERVER-14852 AAE safe read/write primitivesJason Carey2014-08-127-0/+661
* SERVER-14506 special top chunk logic can move max chunk to a shard with incom...Randolph Tan2014-08-071-1/+1
* SERVER-14624 Local validation methods for replica set reconfiguration.Andy Schwerin2014-07-221-0/+2
* SERVER-12512: Add role-based, selective audit logging.Amalia Hawkins2014-07-211-0/+1
* SERVER-14212 When restoring users and roles for a single db with --drop, don'...Spencer T Brody2014-07-181-0/+1
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-161-0/+2
* Revert "SERVER-14041 enhance secondaryThrottle parameter"Randolph Tan2014-07-151-2/+0
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-151-0/+2
* SERVER-14395 Clean up StorageEngine initialization and shutdownMathias Stearn2014-07-091-0/+1
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-091-1/+1
* SERVER-14419 Improve error message when parseNumberFromString encounters a ba...Andy Schwerin2014-07-021-4/+10