summaryrefslogtreecommitdiff
path: root/src/mongo/db/instance.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-10026 remove query spigot and old find implHari Khalsa2013-12-051-1/+2
* SERVER-11191: PageFaultException cleanup for new RunnerScott Hernandez2013-11-191-30/+21
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ...Scott Hernandez2013-11-131-13/+3
* SERVER-11302 Do not do auth checks when operating on behalf of a DBDirectClient.Andy Schwerin2013-10-231-0/+15
* SERVER-11222 Refresh invalid users exactly once per command authorization checkSpencer T Brody2013-10-211-3/+3
* SERVER-1891 Hookup audit logging for user management and DDL events.matt dannenberg2013-10-111-0/+1
* SERVER-7379 Prohibit shard key mutation in updatesAndrew Morrow2013-10-111-0/+11
* SERVER-6405: fix Collection life cycleEliot Horowitz2013-10-111-2/+0
* Revert "SERVER-1891 Hookup audit logging for user management and DDL events."Spencer T Brody2013-10-091-1/+0
* SERVER-1891 Hookup audit logging for user management and DDL events.matt dannenberg2013-10-091-0/+1
* SERVER-6405: move dropNS into Database and make privateEliot Horowitz2013-10-081-1/+1
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-12/+11
* SERVER-10808 add __gcov_flush() call on exitMike Grundy2013-10-031-0/+3
* SERVER-10518: disallow _id field arrays and undefinedScott Hernandez2013-09-271-0/+3
* revert checkAndInsert validationScott Hernandez2013-09-271-9/+17
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-27/+27
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* reapply "SERVER-10518 do not allow storage of objects with an undefined _id"matt dannenberg2013-08-261-1/+1
* Revert "SERVER-10518 do not allow storage of objects with an undefined _id"matt dannenberg2013-08-261-1/+1
* SERVER-10518 do not allow storage of objects with an undefined _idmatt dannenberg2013-08-261-1/+1
* SERVER-9437 cleanup RemoveSaverEric Milkie2013-08-261-0/+1
* SERVER-10497 Move OpDebug to a separate parameter and pass UpdateRequest by c...Andrew Morrow2013-08-201-2/+2
* Remove setter chaining support from UpdateRequestAndrew Morrow2013-08-191-8/+10
* SERVER-10497 Unify update API with fluent request objectAndrew Morrow2013-08-131-5/+9
* SERVER-10497 Remove legacy update frameworkAndrew Morrow2013-08-131-112/+53
* cleanup okForStorage whitelisting checksScott Hernandez2013-08-091-4/+4
* SERVER-6399: validate with okForStorageAsRoot on insertsScott Hernandez2013-08-091-1/+14
* SERVER-10159 Hoist modifier parsing out of the write lock for updateAndrew Morrow2013-08-071-20/+97
* SERVER-1891 Add audit logging hooks for authorization checks in mongod.Andy Schwerin2013-07-171-18/+39
* SERVER-10134 Report errors during GetMore processingMathias Stearn2013-07-101-12/+4
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-7/+7
* SERVER-9740 Make all the CRUD checkAuthFor* methods take in all the informati...Spencer T Brody2013-07-091-22/+15
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-1/+1
* SERVER-9467 Add mongod support for non-counted commandsJason Rassi2013-07-081-1/+25
* clean NamespaceString so that it can be the thing passed aroundEliot Horowitz2013-06-261-2/+2
* SERVER-6405: trivial prep cleanup of Database classEliot Horowitz2013-06-181-3/+3
* SERVER-9809 Replace getpid() with ProcessId::getCurrent() and pid_t with Proc...Andy Schwerin2013-06-031-1/+2
* Clean up includes of authorization headersSpencer T Brody2013-05-221-0/+1
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-11/+11
* SERVER-6400: inprog has a $all option which isn't valid syntax, so re-write w...Eliot Horowitz2013-05-191-1/+14
* SERVER-9502 fix assert codeEric Milkie2013-05-151-1/+1
* SERVER-9502 prohibit _id as RegExEric Milkie2013-05-151-2/+10
* normalize #includes in many filesEric Milkie2013-04-181-2/+2
* SERVER-7772 rename and move header to is_master.hEric Milkie2013-04-161-1/+1
* SERVER-7772 move oplog into db/repl/Eric Milkie2013-03-141-0/+1
* SERVER-7772 repl_startEric Milkie2013-03-111-1/+0
* SERVER-7772 move all of optime into optime.cpp/.hEric Milkie2013-03-111-35/+0
* SERVER-8530 Prevent redundant logging of errors during queriesSpencer T Brody2013-02-271-9/+3
* SERVER-7952 Kill an authorized ClientCursor after processGetMore throws.aaron2013-02-101-1/+16
* SERVER-8389 Do auth checks for index builds up front, before any locks have b...Spencer T Brody2013-02-071-12/+19