index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
db
/
extsort.cpp
Age
Commit message (
Expand
)
Author
2011-06-16
use legacy compare for legacy index building
Dwight
2011-06-13
DRY
Dwight
2011-01-04
ran astyle SERVER-2304
Eliot Horowitz
2010-11-04
move inl header inclusion to top
Dwight
2010-09-09
try to kill warning
Dwight
2010-09-09
towards a new capped impl; NamespaceDetails readability; cleaning
dwight
2010-07-28
warning
Eliot Horowitz
2010-07-02
compile fix
Mathias Stearn
2010-07-02
squash warning
Mathias Stearn
2010-04-27
stdafx->pch
Dwight
2010-04-24
less defines - use inlines instead. uassert etc.
Dwight Merriman
2010-03-06
spam
Eliot Horowitz
2010-02-20
don't waste so much memory for small collections
Eliot Horowitz
2010-02-20
just try and get a write lock
Eliot Horowitz
2010-02-20
use re-usable fast array for sorting in memory
Eliot Horowitz
2010-02-04
sequential option for mmap SERVER-607
Eliot Horowitz
2010-01-24
better debugging when can't open streams
Eliot Horowitz
2009-12-28
uassert/massert take error code SERVER-112
Eliot Horowitz
2009-12-21
assert on mmap failure
Eliot Horowitz
2009-11-03
some defensive code for boost versions
Eliot Horowitz
2009-11-03
wassert on extsort
Eliot Horowitz
2009-10-05
put esort files in _tmp and remove on startup
Eliot Horowitz
2009-09-26
don't use set for extsort, use list and then sort
Eliot Horowitz
2009-09-25
don't use any files for external sort if its in 1 chunk
Eliot Horowitz
2009-09-24
extsort cleaning
Eliot Horowitz
2009-09-24
sort by obj,diskloc SERVER-291
Eliot Horowitz
2009-09-23
replace posix file write ops with ostream
Eliot Horowitz
2009-09-21
Merge branch 'master' of git@github.com:mongodb/mongo
Dwight
2009-09-21
better unit tests for unique indexes and dropDup : true on indexing
Dwight
2009-09-21
use mmap instead of read
Eliot Horowitz
2009-09-16
boost 1.33 fix MINOR
yellow
2009-09-16
windows portability MINOR
Eliot Horowitz
2009-09-16
external srot for BSONObj and DiskLoc SERVER-291
Eliot Horowitz