summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/touch.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-3/+3
* SERVER-13638: move DurTransaction closer to lockEliot Horowitz2014-05-011-1/+2
* SERVER-13638: remove some namespace_details includeEliot Horowitz2014-05-011-1/+0
* SERVER-13638: move touch into appropriate layersEliot Horowitz2014-05-011-102/+22
* SERVER-13643 Kill Command::logTheOp and have Commands log their own opsMathias Stearn2014-04-301-1/+0
* SERVER-13635 Don't include extent_manger.h in database.hMathias Stearn2014-04-291-0/+1
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-1/+1
* SERVER-13084: some work on DiskLoc::extEliot Horowitz2014-04-131-0/+1
* SERVER-13084: more IndexDetails and header workEliot Horowitz2014-04-031-0/+1
* SERVER-11643: remove pdfile.h include all messEliot Horowitz2014-04-031-0/+1
* SERVER-11643: remove many nsdetails callsEliot Horowitz2014-04-031-10/+11
* SERVER-11432: clean up some killCurrentOp.checkForInterrupt handlingEliot Horowitz2014-02-241-1/+1
* re-org structure and catalog directories part 2Eliot Horowitz2014-01-151-2/+2
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* remove ssome namespace_detail includes where not usedEliot Horowitz2013-12-301-0/+1
* SERVER-11643: clean up includesEliot Horowitz2013-11-091-1/+1
* SERVER-11643: reorganize touch to be a bit cleaner and use newer idiomsEliot Horowitz2013-11-091-3/+61
* SERVER-11178: Introduce IndexCatalog and requirementsEliot Horowitz2013-10-231-1/+1
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-1/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-1/+1
* SERVER-8471 Remove Command::requiresAuthSpencer T Brody2013-03-121-1/+0
* nsdetails takes a StringData, don't call c_str on std::stringEliot Horowitz2012-12-211-1/+1
* SERVER-7122 Assign required privileges to some more random commandsSpencer T Brody2012-11-281-0/+15
* SERVER-2023 new command "touch" - pretouches a collection, possibly with indexesEric Milkie2012-05-171-0/+115