summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-11627 Make the shell use write commands by defaultRandolph Tan2013-11-114-11/+24
* SERVER-10944 Prevent creating and granting roles on the $external databaseSpencer T Brody2013-11-113-1/+12
* SERVER-10818 ensure migration TO-side always has a shard name before startingGreg Studer2013-11-112-1/+21
* SERVER-10818 properly check auth for index write batchesGreg Studer2013-11-118-48/+251
* SERVER-11643 Remove touch1.js from sharding_passthroughIan Whalen2013-11-111-0/+1
* SERVER-11650 Disable debugallocation on darwin due to gperftools issue 581Andrew Morrow2013-11-111-1/+5
* SERVER-10818 correctly enforce targeting for upsert/multi/justOne flagsGreg Studer2013-11-115-89/+145
* SERVER-10818 change targeting logic to support _id-style save()Greg Studer2013-11-111-11/+67
* less confusing instructions for replica set shardTyler Brock2013-11-111-1/+1
* SERVER-9516 Reinitialize user and role data on replicaset rollback.Andy Schwerin2013-11-111-0/+8
* SERVER-10818 allow turning on batch upconversion (useClusterWriteCommands) vi...gregs2013-11-113-6/+21
* SERVER-10818 push all upconverted writes through same codepath, relax schema ...Greg Studer2013-11-116-18/+39
* SERVER-10818 enforce unique indexes on mongod for index write commandsGreg Studer2013-11-109-31/+170
* SERVER-10026 catch SendStaleConfigException in MD5Hari Khalsa2013-11-101-4/+13
* SERVER-10026 perform shard filtering as a data access stageHari Khalsa2013-11-0920-130/+437
* SERVER-10026 add computed data to projectionHari Khalsa2013-11-0912-52/+232
* SERVER-11637: Consolidate unittest crutches into crutch.cppShaun Verch2013-11-097-74/+25
* SERVER-11637: Removed NO_CRUTCH from a bunch of testsShaun Verch2013-11-097-29/+6
* SERVER-11637: Move lasterror.cpp into its own library and add comment about d...Shaun Verch2013-11-094-11/+16
* SERVER-11637: Move some base files that libfoundation.a needs to link into li...Shaun Verch2013-11-092-6/+3
* SERVER-11643: Collection::storageSize and 32-bit fix for 64-bit numbersEliot Horowitz2013-11-092-5/+2
* Remove inline keyword from file scoped definition of virtual functionsAndrew Morrow2013-11-091-8/+8
* SERVER-11643: make Collection::storageSize return int64_t to be consistentEliot Horowitz2013-11-093-2/+6
* SERVER-11643: clean up includesEliot Horowitz2013-11-095-26/+26
* SERVER-9469: more efficiently set ns in CurOpEliot Horowitz2013-11-093-11/+15
* SERVER-11643: reorganize touch to be a bit cleaner and use newer idiomsEliot Horowitz2013-11-095-61/+85
* SERVER-11643: remove nsdetails from mongodumpEliot Horowitz2013-11-091-1/+3
* SERVER-11643: remove nsdetails from s/ by moving averageObjectSize to CollectionEliot Horowitz2013-11-093-9/+12
* remove DataFileMgr dead codeEliot Horowitz2013-11-091-5/+0
* SERVER-11636: remove Extent::getNextExtent and Extent::getPrevExtentEliot Horowitz2013-11-095-32/+28
* SERVER-11636: move NamespaceDetails::storageSize to CollectionEliot Horowitz2013-11-099-58/+73
* SERVER-11085 Make renameCollection adminOnly on mongos, to match behavior on ...Spencer T Brody2013-11-082-4/+3
* SERVER-9516 Provide stub implementation of AuthorizationManager::upgradeSchem...Andy Schwerin2013-11-081-0/+4
* SERVER-10963 Remove unnecessary privilege requirements from aggregationSpencer T Brody2013-11-082-16/+0
* SERVER-9516 Remove canDelegate and hasRole from auth docs in unit test.Andy Schwerin2013-11-081-39/+13
* SERVER-9516 Factor out common code from mock & mongod implementations of Auth...Andy Schwerin2013-11-088-452/+590
* SERVER-9516 Remove unused methods from AuthzManagerExternalState.Andy Schwerin2013-11-089-241/+111
* SERVER-9516 Change schema upgrade interface in AuthorizationManager.Andy Schwerin2013-11-083-298/+72
* SERVER-9516 Remove dead code from auth_index_d module.Andy Schwerin2013-11-082-74/+0
* Make sure cluster roles have access to system collections in config dbSpencer T Brody2013-11-082-5/+5
* SERVER-11005 in FIPS unit test, use --sslMode sslOnly instead of --sslOnNorma...Ernie Hershey2013-11-081-1/+1
* SERVER-11627 Make the shell use write commands by defaultRandolph Tan2013-11-081-0/+13
* SERVER-10818 fixes for basic batch downconversionGreg Studer2013-11-087-35/+119
* SERVER-11627 Make the shell use write commands by defaultRandolph Tan2013-11-087-17/+139
* SERVER-10026 non-covered sort must use diskloc as additional sort keyHari Khalsa2013-11-083-3/+12
* SERVER-10026 an idhackHari Khalsa2013-11-083-11/+94
* SERVER-10026 full projection supportHari Khalsa2013-11-0831-499/+898
* SERVER-10026 when pulling sort out of the idx consider reverse sort as wellHari Khalsa2013-11-073-2/+22
* SERVER-11611: fix _id handling of inserts with regard to _id indexesEliot Horowitz2013-11-073-3/+9
* SERVER-11611: calls to insertDocument should have _id alreadyEliot Horowitz2013-11-076-2/+72