summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-09129-1306/+2843
* Get the dbwebserver code out of the tools and other non-server components.Andy Schwerin2013-07-0910-252/+344
* boost::shared_ptr instead of shared_ptr, SERVER-10026Hari Khalsa2013-07-092-2/+4
* SERVER-7889 change comments to fix api docsdaveh862013-07-091-3/+3
* SERVER-9740 Make all the CRUD checkAuthFor* methods take in all the informati...Spencer T Brody2013-07-094-69/+101
* SERVER-9740 Add checkAuthForCommand method to all commands and use that for a...Spencer T Brody2013-07-094-14/+36
* SERVER-10026 fetch limit skip orHari Khalsa2013-07-0919-23/+1398
* SERVER-7174 Fix previous commit of $setOnInsert.Alberto Lerner2013-07-091-6/+12
* SERVER-9038 Add "enableExperimentalWriteCommands" mongod ServerParameterJason Rassi2013-07-091-6/+17
* SERVER-9195 Add missing SSL cmdline parameters to the shellAndreas Nilsson2013-07-091-0/+10
* SERVER-10074 Fix compiler warning in rotatable_file_writer_test for win32.Andy Schwerin2013-07-091-0/+5
* SERVER-7175: allow enabling new update framework at runtimeScott Hernandez2013-07-091-1/+1
* SERVER-7175: only use matched field when foundScott Hernandez2013-07-091-1/+4
* SERVER-7174 $setOnInsert is syntactic sugar for a contextual $set.Alberto Lerner2013-07-099-25/+96
* SERVER-7175 Deduplicate entry stream and account updates properly.Alberto Lerner2013-07-094-34/+208
* SERVER-10085 do not hold bgsync mutex while waiting for the networkEric Milkie2013-07-091-3/+4
* fix compile from namespacestring renameEliot Horowitz2013-07-081-1/+1
* Namespace: include what you useEliot Horowitz2013-07-082-3/+7
* add a test for Namespace::extraNameEliot Horowitz2013-07-083-3/+64
* namespacestring -> namespace_stringEliot Horowitz2013-07-0837-36/+36
* Namespace is only for storage, making it clearerEliot Horowitz2013-07-0811-30/+33
* SERVER-2033: Adding support for skip and limits withing the mongoexport tool.Rex Morgan2013-07-081-1/+3
* SERVER-9328 Race in migrate protocol can cause moveChunk cmd to hangRandolph Tan2013-07-081-0/+17
* SERVER-9038 Initial add of mongod commands: insert, update, removeJason Rassi2013-07-089-0/+1273
* SERVER-6246 Change shell helpers for [add/update]User to attempt to use new c...Spencer T Brody2013-07-081-21/+81
* SERVER-9738 mongos should set the CursorNotFound bit when the cursor is not f...Randolph Tan2013-07-081-10/+2
* SERVER-9738 mongos should set the CursorNotFound bit when the cursor is not f...Randolph Tan2013-07-081-3/+4
* SERVER-9467 Add mongod support for non-counted commandsJason Rassi2013-07-084-2/+40
* server-10114 server-10026 make linter happyHari Khalsa2013-07-081-1/+1
* SERVER-8046 Add support for in-place updates to mutableAndrew Morrow2013-07-086-94/+985
* Fix signed/unsigned char narrowing error in testAndrew Morrow2013-07-081-1/+1
* SERVER-7455 Using common internal cluster auth functionAndreas Nilsson2013-07-083-9/+24
* remove unused headersEliot Horowitz2013-07-076-11/+4
* remove an includeEliot Horowitz2013-07-071-8/+6
* fixing members of NamespaceIndexEliot Horowitz2013-07-072-32/+32
* move getSisterNS from Namespace to NamespaceString, as Namespace should only ...Eliot Horowitz2013-07-079-24/+28
* split out NamespaceIndex into its own file and clean dependencies a bitEliot Horowitz2013-07-0722-214/+267
* make some Database methods privateEliot Horowitz2013-07-071-1/+7
* SERVER-10026 Fix Windows compileTad Marshall2013-07-071-1/+3
* SERVER-8046 Additional unit tests based on gcov coverage resultsAndrew Morrow2013-07-053-4/+994
* server-10026 fix solaris build by adding std:: to queue.Hari Khalsa2013-07-051-1/+1
* SERVER-10026 index intersection hashed and sortedHari Khalsa2013-07-0512-8/+1370
* SERVER-7175 Support for catching conflicting mods in the update driver.Alberto Lerner2013-07-059-87/+582
* SERVER-10074 Clean up before and after rotatable_file_writer_test execution.Andy Schwerin2013-07-031-1/+19
* SERVER-10033: fix typo in disable logicDan Pasette2013-07-031-1/+1
* Reapply "SERVER-7455 Common internal cluster auth function"Andy Schwerin2013-07-0311-53/+62
* Fix unit test to handle explicit operator bool in C++11 modeAndrew Morrow2013-07-031-6/+6
* Revert "SERVER-7455 Common internal cluster auth function"Andreas Nilsson2013-07-0313-77/+68
* SERVER-7455 Common internal cluster auth functionAndreas Nilsson2013-07-0313-68/+77
* SERVER-9639 make 2dsphere indices sparse w.r.t. the indexed geo fieldsHari Khalsa2013-07-031-0/+3