summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-06632-0/+7584
* SERVER-10693 include non-object array members if an array is included in $redactmatt dannenberg2013-09-061-0/+3
* Add a two-parameter NamespaceString(dbName, collName) constructor.Andy Schwerin2013-09-062-0/+30
* SERVER-10699 Minor clean-up of NamespaceString.Andy Schwerin2013-09-063-36/+63
* SERVER-9517 Make default authorization version 2Spencer T Brody2013-09-061-1/+1
* SERVER-9517 Update tests to pass with new user schemaSpencer T Brody2013-09-063-93/+124
* SERVER-9517 Temporarily update automatic index building code to build the rig...Spencer T Brody2013-09-061-19/+19
* SERVER-9518 Only build up representation of v1 auth state if we have not yet ...Spencer T Brody2013-09-065-18/+39
* SERVER-9517 When checking if a privilege document is valid make sure to check...Spencer T Brody2013-09-065-281/+24
* SERVER-6246 Change user management commands to use the new v2 style user docu...Spencer T Brody2013-09-0621-362/+1049
* SERVER-8510 Use new options parser in SNMP moduleShaun Verch2013-09-054-12/+31
* SERVER-8510 Bring back Module classShaun Verch2013-09-055-0/+151
* SERVER-8510 Use new option parser in mongod and mongos and move parsing into ...Shaun Verch2013-09-058-557/+1206
* SERVER-8510 Remove all uses of boost direct storage and remove custom boost m...Shaun Verch2013-09-052-15/+65
* SERVER-8510 Killed old unused Module classShaun Verch2013-09-055-152/+0
* SERVER-8510 Remove configuration variable manager and add option group for co...Shaun Verch2013-09-053-22/+1
* Revert "SERVER-9818 allocate socket file descriptors before opening datafiles"Spencer T Brody2013-09-043-5/+0
* SERVER-9818 allocate socket file descriptors before opening datafilesmatt dannenberg2013-09-043-0/+5
* SERVER-10660: don't print upgrade pdfile version message when not neededDan Pasette2013-09-041-8/+10
* Removed old unused Model classShaun Verch2013-09-042-8/+0
* SERVER-6405: move rename into databaseEliot Horowitz2013-09-045-97/+151
* SERVER-6405: removed dead codeEliot Horowitz2013-09-041-49/+0
* SERVER-10231 disallow creation of indexes on system.indexesmatt dannenberg2013-09-042-1/+5
* SERVER-6376 small refactor to eliminate redundant codematt dannenberg2013-09-042-5/+3
* SERVER-9516 Fix authorization_manager_test reference management problem.Andy Schwerin2013-09-043-2/+17
* SERVER-9516 Initialize local variable to satisfy a compiler.Andy Schwerin2013-09-031-1/+1
* SERVER-9516 Logic of system.users schema upgrade process.Andy Schwerin2013-09-0314-118/+854
* SERVER-6376 no longer trigger elections or reconnections for replica set reco...matt dannenberg2013-09-032-1/+6
* SERVER-10460 fix slowNightly/index_retry.js failurematt dannenberg2013-09-031-1/+1
* SERVER-10460 ensure IndexRebuilder runs at startup on secondariesmatt dannenberg2013-09-034-20/+52
* SERVER-10513 log warning about deprecation of votes in replica set configmatt dannenberg2013-09-031-0/+11
* SERVER-10655 aggregation_auth : mongos_slaveok.js failingRandolph Tan2013-08-301-0/+7
* SERVER-10641 fix compile for WindowsEric Milkie2013-08-302-0/+15
* SERVER-10362 actually sleep when writers yieldEric Milkie2013-08-301-1/+1
* SERVER-10641 Stable floating-point comparison when validating min/maxDistanceA. Jesse Jiryu Davis2013-08-302-4/+9
* SERVER-9518 Remove public getPrivilegeDocument method from AuthorizationManagerSpencer T Brody2013-08-292-15/+0
* SERVER-9518 Change webserver to use acquireUser to get user's password hash, ...Spencer T Brody2013-08-293-18/+15
* SERVER-8992 Better error for invalid polygonA. Jesse Jiryu Davis2013-08-296-74/+105
* SERVER-10026 SERVER-10471 begin more sustainable planning approachHari Khalsa2013-08-2918-314/+1171
* SERVER-10186 setUpSecurityKey now only considers the true key length of the k...Eric Daniels2013-08-281-9/+5
* SERVER-10641 Additional input validation for $near, $nearSphere, and geoNear.A. Jesse Jiryu Davis2013-08-286-33/+78
* serialize to replace toBson in document sources and pipelinematt dannenberg2013-08-2820-246/+152
* new Value(BSONArray) constructormatt dannenberg2013-08-282-1/+10
* SERVER-9352: log all index properties on index creationPhillip Quiza2013-08-281-3/+4
* SERVER-9501: initial sync exception: 10083 Changed validation to allow explic...Kyle Erf2013-08-271-1/+1
* SERVER-9517 Allow AuthorizationManager to find and parse v2 priv docsSpencer T Brody2013-08-2710-97/+239
* fix compilematt dannenberg2013-08-261-1/+1
* SERVER-10588 $cond accepts an object with the fields if, then, and else (a la...matt dannenberg2013-08-262-0/+36
* SERVER-10086 fix $setDifference to return a set (spec changed)matt dannenberg2013-08-261-2/+4
* SERVER-10628 change $any to $anyElementTrue, $all to $allElementsTrue, and r...matt dannenberg2013-08-262-41/+12