summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-11940 Separate options parser initialization from options parser utili...Shaun Verch2013-12-304-33/+75
* SERVER-11952 fix $size match expression parsing for negative longsDavid Storch2013-12-301-1/+8
* SERVER-12173 Evaluate text nodes first when building solution.Benety Goh2013-12-301-0/+18
* SERVER-12213: move some NamespaceDetails methods to .cpp (ones that should go...Eliot Horowitz2013-12-302-37/+38
* SERVER-11611: comment about OplogDocWriterEliot Horowitz2013-12-301-0/+6
* SERVER-11543: disbale some dbtests that need re-writingEliot Horowitz2013-12-305-7/+19
* SERVER-12212: remove ignoreUniqueIndex with IndexDetails, only IndexDescriptorEliot Horowitz2013-12-302-32/+5
* SERVER-12213: code review changes - forward decl, castEliot Horowitz2013-12-305-4/+4
* SERVER-11611: system.profile is allowed to be created by usersEliot Horowitz2013-12-301-0/+1
* SERVER-12213: move collection check closer to userEliot Horowitz2013-12-302-3/+7
* SERVER-12213: update erorr codes and check valid user collectionEliot Horowitz2013-12-303-2/+6
* SERVER-11543: DiskLoc::btree to where DiskLoc::btreemod is, at least with btr...Eliot Horowitz2013-12-302-11/+11
* move Record declaration from pdfile to record.hEliot Horowitz2013-12-303-196/+197
* SERVER-11611 SERVER-11543: DataFileMgr now goneEliot Horowitz2013-12-304-24/+14
* SERVER-11543: remove DataFileMgr::getDeletedRecord and use DiskLoc::drec and ...Eliot Horowitz2013-12-306-21/+27
* SERVER-11543: cap now uses Collection, so can remove most of DataFileMgrEliot Horowitz2013-12-303-333/+5
* SERVER-12213: make sure some database ops cannot happen on indexesEliot Horowitz2013-12-301-0/+8
* SERVER-12213: remove IndexDescriptor::cloneEliot Horowitz2013-12-302-7/+2
* SERVER-12213: IndexDescriptor no longer knows about IndexDetailsEliot Horowitz2013-12-305-28/+8
* commentEliot Horowitz2013-12-301-0/+8
* SERVER-11611 SERVER-12213 SERVER-11543: DataFileMgr is now goneEliot Horowitz2013-12-301-6/+15
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-3072-634/+957
* SERVER-11611 SERVER-11543: move btree code into its own directoryEliot Horowitz2013-12-3025-40/+33
* remove dead code in DiskLocEliot Horowitz2013-12-301-2/+0
* SERVER-11611 SERVER-11543: push some record logic from Collection down into R...Eliot Horowitz2013-12-305-48/+73
* SERVER-11543: match old delete error codeEliot Horowitz2013-12-302-2/+2
* remove ssome namespace_detail includes where not usedEliot Horowitz2013-12-306-5/+7
* remove unused NamespaceDetails::fieldIsIndexedEliot Horowitz2013-12-302-18/+0
* SERVER-11643: Collection instead of nsdetailsEliot Horowitz2013-12-301-4/+3
* remove unused NamespaceDetails::allocWillBeAtEliot Horowitz2013-12-303-37/+1
* SERVER-11543: make delete code use Collection::deleteDocument for pulling _idEliot Horowitz2013-12-301-21/+21
* SERVER-12197: remove repl.oplog metrics that are a big wrongEliot Horowitz2013-12-281-10/+0
* SERVER-11611: fix spacing in oplog codeEliot Horowitz2013-12-281-1/+1
* SERVER-11611: fix secondary index creation on new collectionsEliot Horowitz2013-12-283-11/+14
* SERVER-11611: replace DataFileMgr::fast_oplog_insert with Collection::insertD...Eliot Horowitz2013-12-285-154/+129
* SERVER-11611: do not error out if index creation hits a dup, as its fine in replEliot Horowitz2013-12-281-1/+4
* SERVER-11611: remove dead commentEliot Horowitz2013-12-281-1/+0
* SERVER-11611: fix comment about type of returnEliot Horowitz2013-12-281-1/+1
* SERVER-11611: switch index builder and rebuilder to use IndexCatalogEliot Horowitz2013-12-2810-35/+49
* SERVER-11611: profile writing code now uses Collection::insertDocumentEliot Horowitz2013-12-282-29/+41
* SERVER-11611: compact now use IndexCatalogEliot Horowitz2013-12-281-3/+5
* SERVER-11611: missing doc insert now uses Collection::insertDocumentEliot Horowitz2013-12-281-2/+7
* SERVER-11611: remove now un-used DataFileMgr::isnertWithObjModEliot Horowitz2013-12-282-22/+0
* SERVER-11611: port Cloner to Collection methodsEliot Horowitz2013-12-287-145/+152
* SERVER-3364 Label rest of client api with MONGO_CLIENT_APIRanjay Krishna2013-12-2829-180/+209
* SERVER-11144 Fix typo in check for systemLog.logAppendShaun Verch2013-12-251-1/+1
* SERVER-11814 Fix overflow on 32 bit systemsShaun Verch2013-12-251-1/+1
* SERVER-11814 fix include path fixEliot Horowitz2013-12-241-1/+1
* SERVER-11814 Add function to parse ISO Date to time utilsShaun Verch2013-12-243-0/+692
* SERVER-11144 Change new config file option structureShaun Verch2013-12-2413-831/+2028