summaryrefslogtreecommitdiff
path: root/src/mongo
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 Factored out test framework option storageShaun Verch2013-10-045-242/+358
* SERVER-8510 Factored out mongo shell option storageShaun Verch2013-10-046-310/+429
* SERVER-8510 Factored out option storage in toolsShaun Verch2013-10-0432-1332/+2455
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-04151-2102/+2665
* Fixed up dependencies of goodies.hShaun Verch2013-10-041-10/+15
* SERVER-8510 Factored out ssl option registration and storageShaun Verch2013-10-0415-199/+314
* SERVER-8510 Add comments to the OptionDescription structShaun Verch2013-10-043-15/+17
* SERVER-8510 Remove implicit boolean integer comparisons for command line optionsShaun Verch2013-10-042-6/+6
* SERVER-8937 added success/failure summary at end of executionBenety Goh2013-10-041-10/+32
* Revert "SERVER-9882 addShard fails if connection string includes hidden member"Randolph Tan2013-10-041-132/+117
* SERVER-9371 addTagRange should prevent min and max being the sameRandolph Tan2013-10-041-0/+4
* SERVER-11044 Expose BSONObj::wocompare to mongo shellRandolph Tan2013-10-044-0/+20
* 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-034-0/+43
* SERVER-7140 startup info is now printed on log rotateKyle Erf2013-10-036-12/+120
* 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-11031 Remove irrelevant Socket::recv error messageAndreas Nilsson2013-10-031-4/+0
* SERVER-10565 Have projection collect detailed stats.Alberto Lerner2013-10-031-0/+2
* fix Windows build: structs and classes mangle typenames differentlyEric Milkie2013-10-034-4/+5
* SERVER-10968 Improved SSL error handlingAndreas Nilsson2013-10-031-13/+7
* SERVER-7455 x.509 cluster auth testsAndreas Nilsson2013-10-031-1/+1
* SERVER-10532 fix unused variable for non-debug buildsGreg Studer2013-10-031-2/+1
* SERVER-11018 require mergeChunk be run on admin databaseGreg Studer2013-10-032-0/+2
* SERVER-10977 check return value from metadata refresh in merge chunksGreg Studer2013-10-031-1/+10
* SERVER-10532 interfaces and basic implementation for batch write ops, targete...Greg Studer2013-10-0317-61/+1896
* 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-033-121/+162
* Correctly handle failing query in sharded aggMathias Stearn2013-10-021-2/+3
* 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-7743: add low-level socket error info to BackgroundJobDan Pasette2013-10-021-2/+10
* 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-10919 logging in ~ReplicaSetsMonitor crashesRandolph Tan2013-10-011-1/+0