summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* Introduce NamespaceString::validCollectionName that actually takes a collecti...Spencer T Brody2013-09-235-9/+43
* SERVER-9515 Fix lint errorSpencer T Brody2013-09-231-1/+1
* SERVER-1105 Fix logical error in authorization_session_test.cpp.Andy Schwerin2013-09-231-1/+1
* SERVER-10532 replace WriteItem with BatchedCommandRequest, conform to new res...Greg Studer2013-09-2313-908/+295
* SERVER-9515 Mostly autogenerated files for parsing privileges from BSONSpencer T Brody2013-09-233-1/+498
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-2369-531/+872
* SERVER-10159 Don't rewrite document if all mods are no-ops.Andrew Morrow2013-09-231-15/+18
* SERVER-9517 Implement generic insert, update, and remove methods in AuthzMana...Spencer T Brody2013-09-239-237/+227
* SERVER-10026 SERVER-10471 planner bug fixes from going through testsHari Khalsa2013-09-238-57/+107
* Log and continue when failing to remove temp extsort filesMathias Stearn2013-09-201-1/+5
* SERVER-1105 Introduce ResourcePattern type, for matching against resources in...Andy Schwerin2013-09-204-0/+635
* SERVER-10745 Eliminate AuthorizationSession::hasInternalAuthorization() method.Andy Schwerin2013-09-208-100/+27
* SERVER-4504 Improve DocumentSourceCursor explainMathias Stearn2013-09-202-36/+27
* SERVER-4504 explain for aggregationMathias Stearn2013-09-205-126/+50
* Remove Pipeline::collectionName and getter.Mathias Stearn2013-09-205-35/+17
* Remove fake split-pipeline mode from aggregationMathias Stearn2013-09-203-118/+0
* SERVER-9238 Don't set a timeout in shell autocompleteMathias Stearn2013-09-201-1/+3
* SERVER-10741 remove outputNs from return object when using $outMathias Stearn2013-09-201-4/+0
* SERVER-10471 query solutions export properties to allow uniform optimization ...Hari Khalsa2013-09-204-114/+494
* SERVER-1105 Do not test role->privilege mappings in authorization_manager_test.Andy Schwerin2013-09-202-364/+150
* SERVER-10159 Don't 'done' the BSONObjBuilder right before we call its destructorAndrew Morrow2013-09-201-1/+0
* SERVER-10832 Use long long rather than int64_t in test to avoid builder ambig...Andrew Morrow2013-09-201-6/+6
* Move declaration of _genFieldErrMsg in FieldParser into the header fileSpencer T Brody2013-09-202-11/+11
* SERVER-10832 Update $mul to return correctly typed zero when acting on a miss...Andrew Morrow2013-09-202-0/+77
* SERVER-10565 Holding off a little bit longer on explain goodies.Alberto Lerner2013-09-1912-74/+0
* SERVER-3988 Implement support for $pull with a regexAndrew Morrow2013-09-192-5/+48
* SERVER-8915 remove systeminfo because it is no longer usedMatt Dannenberg2013-09-1911-272/+0
* SERVER-6246 Lock authz documents update guard in user management commandsSpencer T Brody2013-09-191-7/+63
* SERVER-6246 Add write concern to user management shell helpersSpencer T Brody2013-09-191-21/+40
* SERVER-6246 Add shell helpers and jstest for user management commandsSpencer T Brody2013-09-191-0/+48
* Separate auth shell helpers from rest of the helpers on the DB objectSpencer T Brody2013-09-191-317/+323
* SERVER-10753 improve error message for using fsync with j for write concernmatt dannenberg2013-09-191-1/+1
* SERVER-8524 convert ssl arguments to full path, so that --fork can function p...matt dannenberg2013-09-191-4/+9
* SERVER-10565 add a dummy implementation in all other runners and keep Runner ...Benety Goh2013-09-199-40/+9
* SERVER-10565 document output of Runner::writeExplainToBenety Goh2013-09-191-0/+7
* SERVER-10565 fixed pointer styleBenety Goh2013-09-191-3/+3
* SERVER-10565 fixed pointer styleBenety Goh2013-09-192-4/+4
* SERVER-10565 expand templatesBenety Goh2013-09-191-24/+35
* SERVER-10565 fixed comments per style guide and moved implementation notes fr...Benety Goh2013-09-192-4/+6
* SERVER-10565 added comment on unsigned conversion of internal countersBenety Goh2013-09-191-0/+1
* SERVER-10565 update plan executor to retrieve plan stage statsBenety Goh2013-09-192-1/+5
* SERVER-10565 added writeExplainTo() to PlanStageStatsBenety Goh2013-09-194-0/+174
* SERVER-10565 const-qualify writeExplainTo. this function should not be modify...Benety Goh2013-09-195-5/+5
* SERVER-10565 encapsulated plan executor explain stats in exec sub documentBenety Goh2013-09-191-0/+4
* SERVER-10565 added stub for writeExplainTo(). used to fill in explain informa...Benety Goh2013-09-191-0/+12
* SERVER-10565 added null pointer check on BSONObjBuilder argumentBenety Goh2013-09-191-0/+3
* SERVER-10565 added implementation file for single solution runnerBenety Goh2013-09-191-0/+1
* SERVER-10565 implemented writeExplainTo in single solution runnerBenety Goh2013-09-191-0/+1
* SERVER-10565 added implementation file for single solution runnerBenety Goh2013-09-191-0/+38
* SERVER-10565 fixed licenseBenety Goh2013-09-191-9/+21