summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-4881: Stop defining BOOST_ENABLE_ASSERT_HANDLER.Andy Schwerin2012-03-263-21/+0
* check for interrupt in repair before we start real workEliot Horowitz2012-03-261-0/+2
* some security refactoringDwight2012-03-269-14/+34
* Merge branch 'master' of github.com:mongodb/mongoDwight2012-03-261-1/+2
|\
| * SERVER-5402: Solaris strip only works in place; change SConscript to handle.Andy Schwerin2012-03-261-1/+2
* | it is ok for this check to be before the spinlockDwight2012-03-261-3/+3
|/
* Merge branch 'master' of github.com:mongodb/mongoDwight2012-03-26277-1826/+1787
|\
| * fix --dd build after assert change SERVER-1259Eliot Horowitz2012-03-261-6/+1
| * replace assert with verify SERVER-1259Eliot Horowitz2012-03-26273-1800/+1765
| * SERVER-1259 removing some of the verify calls with error messages before repl...Eliot Horowitz2012-03-265-14/+14
| * SERVER-1259 removing some of the verify calls with error messages before repl...Eliot Horowitz2012-03-262-10/+10
| * SERVER-1259 removing some of the verify calls with error messages before repl...Eliot Horowitz2012-03-269-14/+14
| * SERVER-5369 don't show _id twice for exclusionary modeU-tellus\cwestin2012-03-263-15/+16
| * SERVER-1259: Replace verify-with-code to assert.Andy Schwerin2012-03-261-3/+3
* | commentsDwight2012-03-261-1/+4
|/
* SERVER-1259: Another batch of replacing "verify" with "assert" and getting ri...Andy Schwerin2012-03-267-10/+10
* SERVER-4328 clarify the error message if a nested lcokDwight2012-03-252-2/+10
* SERVER-5394 use ScopedDbConnection instead of ShardConnection when connecting...Eliot Horowitz2012-03-251-3/+3
* SERVER-5395 _balancedLastTime not reset when we have no chunks to balance5Eliot Horowitz2012-03-251-0/+1
* Revert change to util/paths.hTad Marshall2012-03-241-3/+0
* Revert the two bandaid patchesTad Marshall2012-03-242-4/+0
* Fix wrong assert macro in util/paths.hTad Marshall2012-03-241-0/+3
* Fix wrong assert -- bandaid 2Tad Marshall2012-03-241-0/+2
* Fix wrong assert macro -- bandaid versionTad Marshall2012-03-241-0/+2
* SERVER-1163 Retry calls to FlushViewOfFile on error 33Tad Marshall2012-03-231-5/+30
* Add namespace_details files to Visual Studio projectsTad Marshall2012-03-234-4/+18
* Fix Visual Studio Solution BuildsAndy Schwerin2012-03-2319-18/+20
* SERVER-5348: fix wrong usage of BOOST_CHECK_EXCEPTION macro BOOST_CHECK_EXCEP...Pedro Larroy2012-03-237-21/+18
* compileDwight2012-03-231-2/+1
* SCons refactoring, cleans up building and testing the C++ client.Andy Schwerin2012-03-2338-2737/+2978
* with the last change to admin db locking behavior it is now only allowed to b...Dwight2012-03-231-2/+2
* we consider admin and local dbs candidates for nested locks. however when wr...Dwight2012-03-232-1/+12
* make buildscripts pay attention to fassert and assign error codesEliot Horowitz2012-03-235-31/+31
* a little organizing for clarity aroung yieldsEliot Horowitz2012-03-231-16/+21
* attempt to fix Windows buildEric Milkie2012-03-221-5/+3
* compile win?Aaron2012-03-221-0/+2
* error codesAaron2012-03-222-2/+2
* Use append() and appendNumber() rather than the insertion operator when appen...Aaron2012-03-222-14/+18
* SERVER-5288 Use appendNumber when writing long longs to explain output.Aaron2012-03-222-109/+109
* Normalize usage of BSONObjBuilder in explain.cppAaron2012-03-221-31/+28
* SERVER-4484 Comments attempting to describe how Cursors currently ensure cons...Aaron2012-03-224-8/+95
* Rename loadedObject to loadedRecord and specifically MatchDetails::loadedObje...Aaron2012-03-2213-41/+41
* Store MatchDetails::_elemMatchKey as a string.Aaron2012-03-225-12/+20
* commentsAaron2012-03-222-2/+6
* In matchertests, move ns and client into CollectionBaseAaron2012-03-221-15/+21
* SERVER-5067 Explicitly request elemMatchKey for update operations with a dyna...Aaron2012-03-221-0/+8
* SERVER-5067 Ensure MatchDetails requests are forwarded by the QueryOptimizerC...Aaron2012-03-222-5/+24
* SERVER-5067 Make elemMatchKey fetching an explicit request in MatchDetails, a...Aaron2012-03-224-7/+55
* Add some simple unit tests for cases where MatchDetails::elemMatchKey() is set.Aaron2012-03-221-3/+70
* Remove unused CoveredIndexMatcher::matches() function.Aaron2012-03-221-1/+0