summaryrefslogtreecommitdiff
path: root/src/mongo/db/pdfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-9501: initial sync exception: 10083 Changed validation to allow explic...Kyle Erf2013-08-271-1/+1
* SERVER-9437 cleanup RemoveSaverEric Milkie2013-08-261-0/+1
* SERVER-9518 Separate privilege document parsing into its own classSpencer T Brody2013-08-201-5/+6
* SERVER-10548 SERVER-6405: temporary hookup of drop collection path to new col...Eliot Horowitz2013-08-191-0/+2
* SERVER-6405: move Extent:: sizing methods into extent.cppEliot Horowitz2013-08-041-31/+0
* SERVER-6405: re-arranging DataFile, Database and ExtentManager to encapsulate...Eliot Horowitz2013-08-011-2/+2
* SERVER-6405: lots of prep work for Collection classEliot Horowitz2013-07-181-314/+0
* SERVER-9444 Use Sorter in DocumentSourceSortMathias Stearn2013-07-101-5/+0
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-5/+9
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-1/+1
* split out NamespaceIndex into its own file and clean dependencies a bitEliot Horowitz2013-07-071-1/+0
* clean NamespaceString so that it can be the thing passed aroundEliot Horowitz2013-06-261-59/+9
* SERVER-6405: trivial prep cleanup of Database classEliot Horowitz2013-06-181-16/+16
* SERVER-6405: first step of cleaning NamespaceDetailsEliot Horowitz2013-06-141-90/+61
* SERVER-9518 Move static methods from AuthorizationSession into AuthorizationM...Spencer T Brody2013-06-041-3/+5
* Revert "SERVER-9518 remove shit from auth session"Spencer T Brody2013-06-041-5/+3
* SERVER-9518 remove shit from auth sessionSpencer T Brody2013-06-041-3/+5
* SERVER-7324: added templated toHexTemp function to hex.h/hex.cppAndrewCEmil2013-05-291-2/+2
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-3/+3
* SERVER-8791 SERVER-9212 remove IndexSpecHari Khalsa2013-05-021-7/+2
* SERVER-8791 SERVER-9212 retire indexplugin/indextypeHari Khalsa2013-05-021-5/+7
* SERVER-8791 fix interface to IndexBuildsInProgress::getEric Milkie2013-04-231-3/+1
* SERVER-8791 SERVER-9165 SERVER-9212 move build into own class, clean up getKe...Hari Khalsa2013-04-191-9/+9
* SERVER-9387 expose namespace name in aboutToDelete when logging diskloc deletesGreg Studer2013-04-181-1/+1
* migrate 2d and fts command, update logic, SERVER-8791 SERVER-9164Hari Khalsa2013-04-181-43/+37
* SERVER-7772 rename and move header to is_master.hEric Milkie2013-04-161-1/+1
* migrate fts/haystack + add/del logic SERVER-8791 SERVER-9164 SERVER-9165Hari Khalsa2013-04-121-44/+7
* SERVER-8536 reenable index builds for incomplete indexes at startupEric Milkie2013-04-081-9/+1
* SERVER-7772 move oplog into db/repl/Eric Milkie2013-03-141-0/+1
* Include filename in warning about smallfiles SERVER-7430A. Jesse Jiryu Davis2013-03-131-2/+4
* SERVER-7772 repl_startEric Milkie2013-03-111-1/+1
* SERVER-8802 SERVER-8814 Don't build indexes from inserts into collection name...Spencer T Brody2013-03-011-3/+6
* SERVER-8418 Enable usePowerOf2Sizes on collection upon text index creation.Andy Schwerin2013-02-211-0/+7
* Revert "SERVER-8418 Enable usePowerOf2Sizes on collection upon text index cre...Eric Milkie2013-02-201-6/+0
* SERVER-8418 Enable usePowerOf2Sizes on collection upon text index creation.Jason Rassi2013-02-201-0/+6
* SERVER-8496: make sure _id generated by server on insert is unique across dbsEliot Horowitz2013-02-131-18/+29
* SERVER-8203: explicitly include header for windowsScott Hernandez2013-01-291-0/+1
* SERVER-8203: replication metricsScott Hernandez2013-01-291-0/+20
* SERVER-2771 Revert command handlingKristina2013-01-021-1/+9
* SERVER-2771 Command handlingKristina2012-12-261-9/+1
* Revert "Revert "SERVER-7907 - turn on oplog for config server""Eliot Horowitz2012-12-211-2/+4
* Revert "SERVER-7907 - turn on oplog for config server"Greg Studer2012-12-211-4/+2
* SERVER-1739 - clean db profiling api in Database and fix nscannedEliot Horowitz2012-12-211-3/+7
* SERVER-7982 Upgrade indexes on system.users collections when starting up / op...Andy Schwerin2012-12-211-1/+12
* nsdetails takes a StringData, don't call c_str on std::stringEliot Horowitz2012-12-211-7/+7
* SERVER-7907 - turn on oplog for config serverEliot Horowitz2012-12-211-2/+4
* SERVER-7572 Update auth checking of serverStatus sub-sectionsSpencer T Brody2012-12-201-1/+1
* SERVER-7767 Validate system.users documents on insert and update.Andy Schwerin2012-12-191-4/+8
* SERVER-2771 Multiple index buildsKristina2012-12-131-11/+78
* SERVER-4295 List index build info in currentOpKristina2012-12-121-0/+7