summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* moving away from ScopedDbConnection in benchRunEliot Horowitz2012-04-011-4/+4
* putting all PageFaultException lap logic in 1 place (Client::allowedToThrowPa...Eliot Horowitz2012-04-013-8/+3
* fix BSONObj ownership change in dist lock tryEliot Horowitz2012-04-011-1/+2
* fix veryify in createExtentEliot Horowitz2012-04-011-1/+1
* don't update stats on nmoved until move is completeEliot Horowitz2012-04-011-2/+5
* query optimizer needs to percolate PageFaultException upEliot Horowitz2012-04-011-0/+4
* make Extent::minSize() match allocation strategy and alloc from free list obe...Eliot Horowitz2012-04-012-1/+6
* in NamespaceDetailsTransient::computeIndexKeys don't set cached flag till cac...Eliot Horowitz2012-04-011-1/+1
* lower log verbosity for background thread meta dataEliot Horowitz2012-04-011-1/+1
* make Record::touch not call _accessingEliot Horowitz2012-03-302-2/+4
* SERVER-5362 ReplicaSetMonitor::notifySlaveFailure not thread safeRandolph Tan2012-03-301-2/+2
* fix DEBUG compileEliot Horowitz2012-03-301-1/+1
* in Record::_accessing throw PageFaultException if allowedEliot Horowitz2012-03-304-24/+12
* make records in DeletedRecord privateEliot Horowitz2012-03-308-63/+83
* fix DEBUG build for Record changesEliot Horowitz2012-03-301-1/+1
* make fields in Record privateEliot Horowitz2012-03-3010-69/+98
* remove old commentEliot Horowitz2012-03-301-2/+0
* SERVER-5451: Fix "scons clientBuild" on buildbots with Boost installed in non...Andy Schwerin2012-03-301-1/+1
* minor cleanupEric Milkie2012-03-303-6/+11
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2012-03-291-12/+20
|\
| * Fix assert code collision.Andy Schwerin2012-03-291-1/+1
| * SERVER-5449: It's not an error for the write() syscall to return a non-negati...Andy Schwerin2012-03-291-12/+20
* | replBlock thread more careful about shutdownEliot Horowitz2012-03-291-0/+3
|/
* Add a clarifying assertion to oplogCheckCloseDatabase.Andy Schwerin2012-03-291-0/+1
* SERVER-5232 better assert messageEric Milkie2012-03-291-2/+1
* use teh namespaceGreg Studer2012-03-291-6/+6
* warning not errorGreg Studer2012-03-291-1/+1
* SERVER-3562 movePrimary less dangerous...Greg Studer2012-03-297-25/+201
* SERVER-2988 catch exceptions loading chunksizegregs2012-03-291-35/+37
* SERVER-2988 give error message when initial version can't be written on mongo...Greg Studer2012-03-291-1/+12
* SCons: Build spidermonkey using a SConscript, instead of the third-party tool...Andy Schwerin2012-03-285-126/+104
* SCons: Move snappy library building into its own SConscript.Andy Schwerin2012-03-286-21/+32
* SCons: Clarify determination of when to use a system version of a library.Andy Schwerin2012-03-281-3/+3
* Move Windows mmap code from mongommf.cpp to mmap_win.cppTad Marshall2012-03-282-104/+102
* if we fall into catch ( ... ) warnEliot Horowitz2012-03-281-0/+1
* DBClientConnection::call needs to call checkConnection to reconnect if the pr...Eliot Horowitz2012-03-281-0/+1
* SERVER-4334 Change StackChecker size from 256 KB to 192 KBTad Marshall2012-03-281-1/+1
* fix potential deadlock in moveChunkEliot Horowitz2012-03-281-31/+42
* there are too many cases where we lock in shutdown, so undoing stack trace fo...Eliot Horowitz2012-03-271-1/+1
* auth: don't check admin.system.users in noauth modeEliot Horowitz2012-03-272-16/+25
* some ClientCursor::YieldLock cleaningEliot Horowitz2012-03-272-23/+43
* Use signed char explicitly for BSONType()Jani Monoses2012-03-271-1/+1
* SERVER-1163 Fix race condition in FlushViewOfFile loopTad Marshall2012-03-271-1/+3
* at the beginning of every request, if we have special admin local auth, check...Eliot Horowitz2012-03-273-1/+15
* 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
|/