summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-10159 Avoid forming past end iterator when reserializingAndrew Morrow2013-09-251-1/+7
* SERVER-10875 Fixed potential null-pointer derefs for getSSLManagerAndreas Nilsson2013-09-252-2/+12
* SERVER-2212 Add error code to AssertionException::interrupted() listJason Rassi2013-09-251-1/+2
* SERVER-10159 Don't perform update field conflict detection when no conflict i...Andrew Morrow2013-09-252-4/+11
* SERVER-10159 Improve the efficiency of constructing new ElementRep structuresAndrew Morrow2013-09-251-51/+57
* SERVER-10159 Re-serialize and cache dotted form in FieldRef on requestAndrew Morrow2013-09-256-44/+67
* SERVER-2212 Add new fail point maxTimeNeverTimeOutJason Rassi2013-09-255-31/+35
* SERVER-6246 Rename PrivilegeDocumentParser to UserDocumentParser and move use...Spencer T Brody2013-09-2515-155/+144
* SERVER-10670 Encode role and user names into _id fields of privilege documents.Andy Schwerin2013-09-251-2/+2
* SERVER-10721 Add error code for running a command that doesn't existSpencer T Brody2013-09-253-0/+3
* SERVER-10816 enable StackChecker when not optimized and in debug mode rather ...matt dannenberg2013-09-253-5/+7
* SERVER-10026 add hint and snapshot supportHari Khalsa2013-09-246-32/+115
* SERVER-10026 sort inherits the previous memory limit. generate ixscan-as-sor...Hari Khalsa2013-09-2410-97/+147
* SERVER-10026 guard against throwing by RAII-ifying deregistration for pre-ca...Hari Khalsa2013-09-241-4/+26
* SERVER-5916 Allow bare $$ROOT or $$CURRENT without subfieldsMathias Stearn2013-09-244-12/+20
* SERVER-6246 Small improvements to user management commands parsing.Spencer T Brody2013-09-244-123/+277
* SERVER-10532 add sentinel values for ChunkVersionGreg Studer2013-09-244-38/+31
* SERVER-10823 update member configs properly on tags-only reconfigsmatt dannenberg2013-09-241-0/+30
* SERVER-6246 SERVER-9518 Invalidate users even if update returned bad StatusSpencer T Brody2013-09-241-8/+14
* SERVER-10838 Fixed stability issues with multiple SSL connectionsAndreas Nilsson2013-09-241-9/+9
* SERVER-10798 Reduce log information leakageAndreas Nilsson2013-09-241-2/+0
* SERVER-9515 Add createRole commandSpencer T Brody2013-09-246-1/+129
* SERVER-9515 Implement parsing of createRole commandSpencer T Brody2013-09-247-20/+425
* SERVER-10159 Embed some number of ElementReps in the Document.Alberto Lerner2013-09-241-16/+32
* add time to unittest output and fix formattingEliot Horowitz2013-09-241-2/+12
* SERVER-10261 disable ssl session caching (affects java driver)Eric Milkie2013-09-241-11/+2
* SERVER-10026 don't kill all runners in ns, don't double-erase WSIDs from sortHari Khalsa2013-09-235-18/+27
* SERVER-10471 covering and sort analysis. split projection parse from execHari Khalsa2013-09-2317-208/+556
* SERVER-9518 Change getAllDatabaseNames from using GlobalWrite to using Global...Spencer T Brody2013-09-232-1/+2
* 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