summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-11419 clientcursors are no longer deleted out from underneath holderHari Khalsa2013-10-311-3/+1
* SERVER-9516 connectionStatus should return authenticatedUsers as {user: <stri...Andy Schwerin2013-10-311-2/+5
* SERVER-9516 Update admin.system.version as part of user management commands.Andy Schwerin2013-10-316-13/+44
* SERVER-9516 Stop doing system.users index upgrade implicitly.Andy Schwerin2013-10-312-5/+1
* SERVER-9516 Make getUserDescription in mongod look in the right collection du...Andy Schwerin2013-10-313-9/+32
* SERVER-2212 mongos tracks elapsed time for sharded cursorsJason Rassi2013-10-311-0/+38
* SERVER-2212 Add addl. maxTimeMS parsing helpers to LiteParsedQueryJason Rassi2013-10-314-6/+32
* SERVER-2212 Pull lite_parsed_query.cpp out into static libraryJason Rassi2013-10-311-1/+11
* SERVER-11426 change C++ drive to accept both userSource and db as the DB to a...matt dannenberg2013-10-3013-32/+32
* SERVER-9514 Add backup and restore rolesSpencer T Brody2013-10-301-0/+99
* SERVER-10026 fix broken planner testHari Khalsa2013-10-301-2/+2
* SERVER-11474 connect auditLogging of revokeRolesFromUser and grantRolesToUsermatt dannenberg2013-10-301-0/+6
* SERVER-10026 sort with improved sort analysisHari Khalsa2013-10-3019-391/+806
* fix unit test now that external users have 'credentials' fieldsSpencer T Brody2013-10-301-8/+10
* SERVER-11464 Fix user document parser now that external users have 'credentia...Spencer T Brody2013-10-301-28/+55
* SERVER-9516 Disable user and role management commands when schema is too old.Andy Schwerin2013-10-301-43/+168
* SERVER-11421: make applyOps call logOpForDbHashDan Pasette2013-10-291-2/+7
* SERVER-9469 fixup for w:0 upserted and mandatory delete limitGreg Studer2013-10-291-5/+5
* SERVER-9513 Rename profileEnable actionType to enableProfilerSpencer T Brody2013-10-293-5/+3
* Give external users a 'credentials' fieldSpencer T Brody2013-10-291-0/+3
* SERVER-9516 Fix fassert number, add missing comment.Andy Schwerin2013-10-291-1/+9
* SERVER-9516 Fix concurrency error around AuthorizationManager::CacheGuard::en...Andy Schwerin2013-10-291-3/+3
* SERVER-11178: re-added nIndexesWas to reIndex resultDan Pasette2013-10-291-0/+1
* SERVER-11424 Fix clusterMonitor role to be able to run collStats and dbStatsSpencer T Brody2013-10-291-5/+15
* SERVER-11440 changed auditLogging of dropIndex to show indexName rather than ...matt dannenberg2013-10-291-1/+1
* SERVER-10026 don't return invalidated resultsHari Khalsa2013-10-299-16/+63
* SERVER-10353 Option to disable MONGODB-X509, server portionAndreas Nilsson2013-10-292-7/+21
* SERVER-11178: remove more CatalogHack uses for IndexCatalogEliot Horowitz2013-10-295-13/+39
* SERVER-8213 Make copyDB and clone work with auth when using new-style usersSpencer T Brody2013-10-288-61/+233
* SERVER-6552 implement resync command for replicaset membersmatt dannenberg2013-10-287-68/+159
* SERVER-11221 Reject non-integral values for max timeJason Rassi2013-10-281-0/+10
* SERVER-11178: simplify and correct cache when background index finishesEliot Horowitz2013-10-281-11/+3
* SERVER-11178: prep to make IndexDetails hidden behind IndexCatalog and IndexD...Eliot Horowitz2013-10-284-27/+72
* SERVER-9514 Split up clusterAdmin role actions into three new more-specific r...Spencer T Brody2013-10-281-49/+122
* SERVER-11178: fix caching of IndexDescriptors with dropEliot Horowitz2013-10-282-22/+43
* SERVER-11178: fix ownership of IndexDescriptor for FTSEliot Horowitz2013-10-262-2/+1
* SERVER-11178: take access methods from cache when possibleEliot Horowitz2013-10-264-13/+18
* fix formattingEliot Horowitz2013-10-261-1/+2
* SERVER-11178: fix drop_dups with index create by putting back logOp after cha...Eliot Horowitz2013-10-261-1/+5
* SERVER-11178: more geo queries to IndexCatalogEliot Horowitz2013-10-263-22/+41
* SERVER-11178: geo queries to IndexCatalogEliot Horowitz2013-10-263-16/+26
* SERVER-11178: geo haystack to IndexCatalogEliot Horowitz2013-10-261-6/+12
* SERVER-11178: remove impossible to reach codeEliot Horowitz2013-10-261-4/+0
* SERVER-11178: prefecth CatalogHack -> IndexCatalogEliot Horowitz2013-10-262-16/+27
* SERVER-11178: more CatalogHack -> IndexCatalogEliot Horowitz2013-10-261-9/+13
* SERVER-11178: new find driver from CatalogHack -> IndexCatalogEliot Horowitz2013-10-261-2/+7
* SERVER-11178: move validate to IndexCatalogEliot Horowitz2013-10-261-2/+8
* SERVER-11178: minor validate cleanup prepEliot Horowitz2013-10-261-43/+54
* SERVER-11178: move validate command to its own fileEliot Horowitz2013-10-262-367/+410
* SERVER-9074 Use the query as the shard key value source in upserts with $ modsAndrew Morrow2013-10-251-2/+8