summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8213 Make copyDB and clone work with auth when using new-style usersSpencer T Brody2013-10-2810-75/+245
* SERVER-6552 implement resync command for replicaset membersmatt dannenberg2013-10-288-68/+160
* Remove unused variable in CollectionMetadata::isValidKeyA. Jesse Jiryu Davis2013-10-281-1/+0
* SERVER-11356 fix DecryptMessage; avoid memory corruptionEric Milkie2013-10-281-27/+13
* 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-10870 - Replaced reference to mongod.conf with references to mongodb.c...Sridhar Nanjundeswaran2013-10-281-3/+8
* 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-263-367/+411
* SERVER-9074 Use the query as the shard key value source in upserts with $ modsAndrew Morrow2013-10-251-2/+8
* Revert "SERVER-9516 Write version document to admin.system.version as needed ...Andy Schwerin2013-10-258-68/+20
* SERVER-10866 Figure out split trigger mechanismRandolph Tan2013-10-254-3/+79
* SERVER-11178: Collection::insertDocument doesn't work with _id, that should b...Eliot Horowitz2013-10-251-11/+1
* SERVER-11393 fix linking on Visual StudioEric Milkie2013-10-251-0/+2
* SERVER-11378 Remove dassert from client facing headerAndrew Morrow2013-10-251-1/+0
* SERVER-11387 fix geo_full.js and leave breadcrumbs for actually fixing laterHari Khalsa2013-10-251-0/+2
* SERVER-6824 error message "couldn't find a chunk which should be impossible"Randolph Tan2013-10-251-1/+4
* SERVER-4018 maintain UsePowerOf2Sizing during compactmatt dannenberg2013-10-251-11/+25
* SERVER-9516 Fix fassert codes.Andy Schwerin2013-10-252-5/+5
* SERVER-9516 Write version document to admin.system.version as needed in mongod.Andy Schwerin2013-10-258-20/+69
* SERVER-9516 Do not alter indexes on admin.system.users at startup unless usin...Andy Schwerin2013-10-252-2/+14
* SERVER-9516 Introduce symbolic constants for authz schema versions, renumber ...Andy Schwerin2013-10-2510-39/+82
* SERVER-9516 Support schemaV24 users, for use prior to auth schema upgrade.Andy Schwerin2013-10-2510-126/+429
* SERVER-10521 Implement v0.5 version of write commands protocol (lint fix)Alberto Lerner2013-10-251-1/+1
* SERVER-10521 Implement v0.5 version of write commands protocolAlberto Lerner2013-10-2517-138/+529
* SERVER-11027 Make clusterAdmin role able to run repairDatabase againSpencer T Brody2013-10-251-2/+2
* SERVER-11178: remove unused variable from old index_updateEliot Horowitz2013-10-251-2/+0
* SERVER-11178: move more CatalogHack calls to IndexCatalogEliot Horowitz2013-10-258-18/+32
* SERVER-11294: create extent by default line we did in 2.4Eliot Horowitz2013-10-254-9/+21
* SERVER-11178: refactor index_create to not use CataloghackEliot Horowitz2013-10-253-139/+149
* SERVER-11178: rename index_update. to catalog/index_create.Eliot Horowitz2013-10-254-3/+7
* SERVER-11178: remove index_update.h from places its not needed (most)Eliot Horowitz2013-10-2513-16/+2
* SERVER-11178: move ensureHaveIdIndex from bare to inside IndexCatalogEliot Horowitz2013-10-2510-68/+69
* SERVER-11178: remove prepareToBuildIndex, and have pdfile call into IndexCata...Eliot Horowitz2013-10-254-48/+11
* SERVER-11178: move _id key fixing into IndexCatalogEliot Horowitz2013-10-253-3/+57