summaryrefslogtreecommitdiff
path: root/db/pdfile.h
Commit message (Expand)AuthorAgeFilesLines
* add FileCreatedOp on first use of file, regardless of preexistence 180?Mathias Stearn2011-03-011-1/+2
* SERVER-2650 prevent too small extentsAaron2011-03-011-0/+1
* better error messageDwight2011-02-111-1/+3
* some debugging helpEliot Horowitz2011-01-091-6/+9
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-23/+23
* don't allow empty collection names SERVER-2314Eliot Horowitz2010-12-301-0/+2
* public length() method for MongoDataFileEliot Horowitz2010-12-301-0/+2
* move some extent methods into Extent classEliot Horowitz2010-12-241-0/+10
* can never change _id with a full object update SERVER-2206Eliot Horowitz2010-12-121-1/+1
* Pull some durability code into a class for easy disablingMathias Stearn2010-12-101-2/+2
* dur fix an intent in dbtests and some other diag stuffDwight2010-12-061-0/+3
* dur remapdwight2010-11-271-4/+4
* durdwight2010-11-261-1/+1
* dur optimizations to not journal too muchdwight2010-11-211-0/+3
* durDwight2010-11-051-8/+11
* move inl header inclusion to topDwight2010-11-041-1/+1
* SERVER-2007 in btree code use const qualifiers to better enforce durability r...Aaron2010-11-031-2/+2
* commentsDwight2010-10-061-3/+3
* readability of codeDwight2010-10-061-30/+9
* remove one more fileDwight2010-09-301-1/+4
* remove MMF:pointer to keep code simple - we are going to take a different app...Dwight2010-09-301-12/+7
* intent to writeDwight2010-09-291-1/+14
* durability more work on declaring intent to write in the codeDwight2010-09-281-9/+5
* towards durabilitydwight2010-09-271-12/+8
* towards a new capped impl; NamespaceDetails readability; cleaningdwight2010-09-091-2/+2
* Namespace class cleanerdwight2010-09-071-1/+1
* make constructor inline might be fasterdwight2010-09-051-0/+5
* put code in cpp files when possibledwight2010-09-051-28/+0
* pdf() function didnt seem to be in use so remove itdwight2010-09-051-2/+2
* better error msgdwight2010-08-201-2/+3
* better error message on corruptiounDwight2010-08-181-1/+3
* SERVER-1493 extents shouldn't be bigger than files when smallfilesAaron2010-08-091-0/+2
* Database::flushFiles and use in rs for speedEliot Horowitz2010-07-261-1/+3
* updateObjects did not work properly with god=trueDwight2010-07-141-1/+2
* SERVER-1180 try to fix header non osxAaron2010-07-121-1/+1
* defer creating the id index on a clone until we first insert all the dataDwight2010-06-301-1/+1
* make check for $ fasterEliot Horowitz2010-06-091-0/+10
* auto_ptr -> shared_ptr for Cursor objectsEliot Horowitz2010-05-071-2/+2
* Command::run gets "test" not "test.$cmd"Eliot Horowitz2010-05-031-2/+2
* refactor and rename insertDwight Merriman2010-04-281-1/+7
* stdafx->pchDwight2010-04-271-1/+1
* SERVER-810 _id modifying updates replicate correctlyAaron2010-04-271-1/+2
* growdwight2010-04-071-1/+15
* towards storage engine pluggabilityDwight2010-04-051-4/+19
* mmf 3Dwight2010-03-311-5/+6
* make HeaderSize a constDwight2010-03-311-9/+7
* mmf abstraction 2Dwight2010-03-311-8/+8
* rename storage.h -> diskloc.hDwight2010-02-041-1/+1
* make a couple vars loop invariant for multi updates, and thus be a bit faster...Dwight2010-02-031-1/+3
* SERVER-308 add support for --directoryperdb optionAaron2010-01-261-0/+4