summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-7572 Remove AuthenticationInfoSpencer T Brody2012-12-2319-697/+1
* Use PrincipalName::getDB() to find database name in introspect.cppAndrew Schwerin2012-12-231-15/+10
* SERVER-8021: on v8 OOM, throw instead of abortBen Becker2012-12-231-1/+9
* Increase StackChecker limit to 374 KB for Mac OS XTad Marshall2012-12-231-1/+1
* SERVER-1752 Dedup DiskLocs in IntervalBtreeCursor using an unordered_set.aaron2012-12-225-3/+73
* SERVER-8019 - GLE w should fail fast on config serversEliot Horowitz2012-12-221-0/+7
* Make startMongoProgram actually enable test commandsSpencer T Brody2012-12-221-1/+1
* Increase StackChecker limit to 330 KB for WindowsTad Marshall2012-12-221-1/+1
* Visual Studio -- add and remove filesTad Marshall2012-12-2210-96/+231
* SERVER-7984 Fix unreferenced local variable warningTad Marshall2012-12-221-1/+1
* make GLE wtih master/slave w=majority report nicer so addUser can checkEliot Horowitz2012-12-222-4/+10
* SERVER-7984 Fix Windows compileTad Marshall2012-12-221-2/+3
* when choosing a user to put in system.profile, make best effort to use one fr...Eliot Horowitz2012-12-221-6/+26
* SERVER-8016: temporary build fix for windows (using fixed size handle array)Ben Becker2012-12-211-2/+3
* SERVER-8016: temporary build fix for windows (using fixed size handle array)Ben Becker2012-12-212-2/+4
* SERVER-8016: temporary build fix for windows (using fixed size handle array)Ben Becker2012-12-211-7/+8
* buildbot fail_point.js enable testing options in MongoRunnerGreg Studer2012-12-211-0/+8
* Unify used port space in shell testsSpencer T Brody2012-12-211-2/+1
* Put version management class/header in its own module.Alberto Lerner2012-12-2114-39/+39
* Moved StaleConfigException's to their own module.Alberto Lerner2012-12-2115-140/+210
* Moved ShardChunkVersion to its own module and renamed.Alberto Lerner2012-12-2139-648/+711
* Eliminated unused header file.Alberto Lerner2012-12-214-36/+0
* SERVER-7572 Make profiler record user names from AuthorizationManagerSpencer T Brody2012-12-211-5/+18
* SERVER-7907 Fix typoSpencer T Brody2012-12-211-1/+1
* Revert "Revert "SERVER-7907 - turn on oplog for config server""Eliot Horowitz2012-12-212-2/+7
* SERVER-7907 - prevent GLE with non-integer w settings to inf. loop in master/...Eliot Horowitz2012-12-211-0/+5
* Merge branch 'authhelper'Andy Schwerin2012-12-214-23/+55
|\
| * SERVER-8013 Update shell helper db.auth() to support SASL authentication.Andy Schwerin2012-12-214-23/+55
| * SERVER-7125 Implicit privilege acquisition.Andy Schwerin2012-12-219-57/+225
* | SERVER-7125 Implicit privilege acquisition.Andy Schwerin2012-12-219-57/+225
* | Revert "SERVER-7907 - turn on oplog for config server"Greg Studer2012-12-212-7/+2
* | SERVER-1739 - change query to operationEliot Horowitz2012-12-211-3/+3
* | SERVER-1739 - add ninserted and ndeletedEliot Horowitz2012-12-214-29/+42
* | SERVER-1739 - change path and more things to trackEliot Horowitz2012-12-213-9/+43
* | SERVER-1739 - trace total nscanned so can graph / over timeEliot Horowitz2012-12-211-1/+8
* | SERVER-1739 - clean db profiling api in Database and fix nscannedEliot Horowitz2012-12-217-22/+20
|/
* SERVER-7984 config upgrade from v3 to v4Greg Studer2012-12-2145-610/+3928
* SERVER-7776: fix preemption mechanism, heap-allocated handles and handle scopesBen Becker2012-12-217-496/+478
* SERVER-7572 Remove almost all remaining references to AuthenticationInfoSpencer T Brody2012-12-219-27/+5
* SERVER-7572 SERVER-7122 Add ensureIndex and dropIndexes to dbAdmin roleSpencer T Brody2012-12-211-1/+3
* SERVER-7572 Remove doauth argument from Client::ContextSpencer T Brody2012-12-2114-43/+43
* SERVER-7453: change noMoveParanoia to default; added moveParanoia flag and ma...Scott Hernandez2012-12-212-4/+19
* SERVER-7671 Removed one decouple impl - unused & does not return freeable ptrJames Wahlin2012-12-211-8/+0
* SERVER-7982 Upgrade indexes on system.users collections when starting up / op...Andy Schwerin2012-12-216-9/+171
* SERVER-7982 Export some useful constants on AuthorizationManager.Andy Schwerin2012-12-213-17/+20
* SERVER-7124 connectionStatus commandMathias Stearn2012-12-212-0/+61
* Make PrincipalSet::NameIterator::get() valid between the first calls to more(...Mathias Stearn2012-12-212-4/+8
* Don't call setLastError when commands failSpencer T Brody2012-12-211-10/+2
* ensure we don't say 'insure' when we mean 'ensure'Kevin Matulef2012-12-211-1/+1
* nsdetails takes a StringData, don't call c_str on std::stringEliot Horowitz2012-12-2128-133/+133