summaryrefslogtreecommitdiff
path: root/src/mongo/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-14135 implement canServeReadsFor() in LegacyReplicationCoordinatormatt dannenberg2014-07-011-0/+2
* SERVER-14135 implement processReplSetMaintenance() in LegacyReplicationCoordi...matt dannenberg2014-06-261-0/+2
* SERVER-14277 Implement processReplSetReconfig in LegacyReplicationCoordinatorSpencer T Brody2014-06-261-0/+2
* SERVER-14276 SERVER-14135 Implement and hook up stepDown functionality in Leg...Spencer T Brody2014-06-181-0/+2
* SERVER-9032: Validate locale on startupMark Benvenuto2014-06-172-0/+55
* SERVER-14058 Implementation of ReplicationExecutor event loop.Andy Schwerin2014-06-041-0/+2
* SERVER-14110 Take responsibility for numerical conversions away from boost pr...Shaun Verch2014-06-021-0/+1
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-195-18/+18
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-3/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-1633-317/+736
* SERVER-11332 multi host query from fastest host using thread poolsGreg Studer2014-05-131-1/+2
* Revert "SERVER-11332 multi host query from fastest host using thread pools"Benety Goh2014-05-121-2/+1
* SERVER-11332 multi host query from fastest host using thread poolsGreg Studer2014-05-121-1/+2
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-1/+1
* SERVER-13630 Enhance OwnedPointerVectorMathias Stearn2014-04-232-15/+340
* SERVER-13402 bulk insert can result in too large chunksRandolph Tan2014-04-211-0/+2
* SERVER-13620 When applying operations from the oplog, wait for background ope...Andy Schwerin2014-04-211-0/+2
* SERVER-13496 do not abort replication on secondaries when index name conflict...Eric Milkie2014-04-161-0/+4
* SERVER-13084 pull record store out of btree.cpp part 1: inserts and deletesHari Khalsa2014-04-101-0/+2
* SERVER-13470 Give Status move semantics in C++11 modeAndrew Morrow2014-04-073-0/+138
* SERVER-13282 Fix leak in mongos BatchedWriteExec::execute()Siyuan Zhou2014-03-202-12/+43
* SERVER-13032 record write errors on failures of shards and lack of progressGreg Studer2014-03-161-0/+1
* SERVER-12607 make [update/delete] write commands interruptable with killOpEric Milkie2014-03-031-1/+3
* SERVER-12770 Change stringification and casting of ErrorCodes::Error to impro...Andy Schwerin2014-02-264-23/+21
* SERVER:8412: re-write repairDatabase to use new constructsEliot Horowitz2014-02-181-0/+1
* SERVER-12367 detect halted progress in write command execution, report errorGreg Studer2014-01-231-0/+1
* SERVER-10159 In receivedUpdate, parse CanonicalQuery outside DB Write lock.Andy Schwerin2014-01-171-0/+1
* SERVER-12093 Improve error message when adding a user with a role that doesn'...Spencer T Brody2014-01-141-0/+1
* SERVER-3364: The C++ Driver compiled as shared library must export the APIMark Benvenuto2014-01-141-1/+1