summaryrefslogtreecommitdiff
path: root/db/record.cpp
Commit message (Expand)AuthorAgeFilesLines
* use SimpleMutex instead of SpinLock for recordEliot Horowitz2011-10-061-4/+5
* fix yield with disk issue in update.cpp SERVER-3633Eliot Horowitz2011-08-291-0/+3
* speed up mem check SERVER-3374Eliot Horowitz2011-08-081-11/+10
* slightly safer record usage of compiler hackEliot Horowitz2011-07-151-2/+5
* don't spam in --repair because not listeningEliot Horowitz2011-07-071-3/+10
* make journal files smaller on OS X as that is probably a developer box not a ...dwight2011-06-271-1/+1
* net cleaning: message split checkpoint where everything worksEliot Horowitz2011-06-261-1/+1
* net cleaning: starting to split up message.hEliot Horowitz2011-06-261-1/+1
* net cleaning: move message.* to net/Eliot Horowitz2011-06-261-1/+1
* mark when we access a RecordEliot Horowitz2011-06-241-0/+9
* a little faster record statusEliot Horowitz2011-06-231-10/+15
* fix 32-bit compileEliot Horowitz2011-06-151-5/+7
* compile windowsdwight2011-06-151-8/+7
* fix for 32bitEliot Horowitz2011-06-151-2/+3
* cleaningEliot Horowitz2011-06-151-6/+0
* some cleaningEliot Horowitz2011-06-151-3/+5
* yielding with disk lock backend, hooked into updates by _id SERVER-2563Eliot Horowitz2011-06-151-0/+206