summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-9515 Implement several remaining role manipulation commandsSpencer T Brody2013-10-048-205/+822
* SERVER-6246 SERVER-9515 Clean up parsing of some existing user and role manag...Spencer T Brody2013-10-046-1105/+457
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-0494-1841/+1692
* SERVER-8510 Factored out ssl option registration and storageShaun Verch2013-10-045-137/+12
* SERVER-8510 Remove implicit boolean integer comparisons for command line optionsShaun Verch2013-10-041-5/+5
* SERVER-10471 fix win64 build by not going out of array boundsHari Khalsa2013-10-041-1/+2
* SERVER-11032: Do not veto if primary is the node trying to be electedScott Hernandez2013-10-041-1/+3
* SERVER-10808 add __gcov_flush() call on exitMike Grundy2013-10-031-0/+3
* SERVER-7140 startup info is now printed on log rotateKyle Erf2013-10-034-8/+116
* SERVER-10382 add error code if count command is interruptedDavid Storch2013-10-031-0/+1
* SERVER-10979 Fix MONGODB-X509 on Windowsbehackett2013-10-031-4/+4
* SERVER-10565 Have projection collect detailed stats.Alberto Lerner2013-10-031-0/+2
* fix Windows build: structs and classes mangle typenames differentlyEric Milkie2013-10-033-3/+3
* SERVER-11018 require mergeChunk be run on admin databaseGreg Studer2013-10-031-0/+1
* SERVER-11021: add pragma once to headerEliot Horowitz2013-10-031-0/+2
* SERVER-11021: add header fileEliot Horowitz2013-10-031-0/+67
* SERVER-11021: cache dbhash results in mongod for config. collectionsEliot Horowitz2013-10-032-107/+167
* move dbhash to its own fileEliot Horowitz2013-10-032-121/+161
* SERVER-9515 Fix test of indirect privilege tracking in role graphSpencer T Brody2013-10-022-0/+5
* SERVER-10914 disallow $out to capped collectionsMathias Stearn2013-10-023-1/+13
* SERVER-10565 Fix Win64 compile (take 2).Alberto Lerner2013-10-025-3/+43
* SERVER-9515 Track indirect roles for roles in the RoleGraphSpencer T Brody2013-10-024-17/+101
* SERVER-9515 Add generic update method to AuthzManagerExternalStateSpencer T Brody2013-10-028-37/+85
* SERVER-10978 rename coveredIndex to indexOnly in agg explainMathias Stearn2013-10-021-1/+1
* SERVER-9515 Implement rolesInfo commandSpencer T Brody2013-10-023-21/+97
* SERVER-9515 Implement grantPrivilegesToRole command.Spencer T Brody2013-10-026-23/+224
* SERVER-10565 Fix Win64 compile.Alberto Lerner2013-10-021-1/+1
* SERVER-10471 more comments based on reviewHari Khalsa2013-10-023-14/+24
* SERVER-10471 fix build, always output collscans in testHari Khalsa2013-10-023-6/+11
* SERVER-10471 multikey correctness, fix compound idxs, a few bug fixesHari Khalsa2013-10-0118-212/+415
* SERVER-10565 Appease lint.Alberto Lerner2013-10-012-3/+3
* SERVER-10565 Extract explain information from new stages.Alberto Lerner2013-10-0133-401/+2253
* SERVER-9590 SERVER-8069: make sure to validate $sort number for $push and rem...Scott Hernandez2013-10-011-0/+6
* SERVER-10990: fix types wrt int32_t and size_t comparisonsScott Hernandez2013-10-011-2/+2
* SERVER-9590 SERVER-8069: $push with $slice and/or $sort, and element sortingScott Hernandez2013-10-013-113/+291
* SERVER-10985 Get rid of obsolete resource name constants in AuthorizationMana...Andrew Schwerin2013-10-013-13/+0
* SERVER-1534 SERVER-10911: enable curentDate/min/max modsScott Hernandez2013-10-012-0/+21
* SERVER-10471 enumerate indices w/array operators correctly, clean up and comm...Hari Khalsa2013-09-3018-639/+1237
* SERVER-10823 fix buildbot breakageMatt Dannenberg2013-09-301-3/+3
* SERVER-10903 Fix negation of unsignedMathias Stearn2013-09-301-1/+1
* SERVER-10946 Fixed user acquisition for $externalAndreas Nilsson2013-09-302-10/+4
* SERVER-10518: disallow _id field arrays and undefinedScott Hernandez2013-09-271-0/+3
* SERVER-10911: Add $currentDate update modifierScott Hernandez2013-09-274-0/+735
* SERVER-1534 $min/$max update modsScott Hernandez2013-09-274-0/+574
* revert checkAndInsert validationScott Hernandez2013-09-271-9/+17
* SERVER-9515 Move getBSONForRole into AuthorizationManagerSpencer T Brody2013-09-277-163/+162
* SERVER-10868 Move Sorter tests out of dbtests to a unit testMathias Stearn2013-09-274-0/+539
* SERVER-10868 Step 3: Pass the temporary directory into SorterMathias Stearn2013-09-277-12/+34
* SERVER-10034 Invalid --pidfilepath no longer silently ignoredKyle Erf2013-09-271-2/+5
* SERVER-9515 Provide function for generating BSON representation of a roleSpencer T Brody2013-09-279-37/+221