summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* Visual Studio -- add MurmurHash3 to mongos, disable warningsTad Marshall2012-11-182-2/+20
* SERVER-7703 Increase Linux StackChecker test limit to 218KTad Marshall2012-11-181-1/+1
* SERVER-7703 Increase StackChecker test limitTad Marshall2012-11-171-2/+2
* fix windows buildMathias Stearn2012-11-175-28/+26
* Visual Studio -- add new filesTad Marshall2012-11-174-0/+16
* SERVER-7159: don't quantize capped allocationsBen Becker2012-11-161-0/+4
* Explicitly cast between numeric typesMathias Stearn2012-11-161-6/+6
* Don't query admin.system.users when initializing AuthorizationManager if we a...Spencer T Brody2012-11-161-0/+4
* Revert "SERVER-4295 Change currentOp field to "insert""Kristina2012-11-161-6/+1
* Revert "SERVER-4295 Don't override currentOp for internal ops"Kristina2012-11-161-6/+0
* Rewrite Document and Value classesMathias Stearn2012-11-1635-1821/+2110
* SERVER-7159 error codesBen Becker2012-11-161-1/+1
* SERVER-7159: return early if a DeletedRecord matches the requested sizeBen Becker2012-11-161-0/+3
* SERVER-7159: quantize record allocation to nearest 1/16th bucket sizeBen Becker2012-11-162-3/+33
* SERVER-7159: make largest freelist bucket 16mbBen Becker2012-11-161-6/+8
* Revert "flip dedup on s2 searches to avoid dups"Hari Khalsa2012-11-162-2/+2
* flip dedup on s2 searches to avoid dupsHari Khalsa2012-11-162-2/+2
* SERVER-4295 Don't override currentOp for internal opsKristina2012-11-161-0/+6
* Revert "SERVER-4295 Add index info to currentOp"Eric Milkie2012-11-161-3/+0
* Fix narrowing conversion warningsMathias Stearn2012-11-161-6/+6
* fix warning caused by comparison between signed and unsignedAndrea Lattuada2012-11-151-2/+2
* SERVER-7592 new command aggregates statistics related to btree bucketsAndrea Lattuada2012-11-153-1/+549
* SERVER-7593 new command aggregates statistics related to the storage layout o...Andrea Lattuada2012-11-153-1/+862
* Make Projection use StringMapMathias Stearn2012-11-152-9/+9
* SERVER-4295 Change currentOp field to "insert"Kristina2012-11-151-1/+6
* Add toString method on ActionTypes. SERVER-7126Spencer T Brody2012-11-151-0/+6
* Add AuthorizationManager to ClientBasic SERVER-7572Spencer T Brody2012-11-143-3/+38
* SERVER-4295 Add index info to currentOpKristina2012-11-141-0/+3
* Visual Studio -- added and removed filesTad Marshall2012-11-144-8/+248
* SERVER-7026 Better output when starting with --forkMathias Stearn2012-11-141-10/+29
* SERVER-7660 findAndModify with auth + sort fixEliot Horowitz2012-11-141-3/+3
* Merge pull request #324 from utaal/blockInMemory-pagesInMemoryMathias Stearn2012-11-131-1/+1
|\
| * SERVER-7570 changed ProcessInfo::blockInMemory to leverage getPageSize, added...Andrea Lattuada2012-11-131-1/+1
* | remove nonce.* and move nonce64 typedefEliot Horowitz2012-11-135-131/+2
* | remove unused headerEliot Horowitz2012-11-131-1/+0
* | use local SecureRandomEliot Horowitz2012-11-131-2/+13
* | use SecureRandom to seed PseudoRandom for cursor id generationEliot Horowitz2012-11-131-8/+29
* | getnonce uses SecureRandomEliot Horowitz2012-11-131-3/+8
|/
* SERVER-2874 performance fix for s2 intersect, add s2 nearHari Khalsa2012-11-1310-167/+626
* Keep AbstractMessagingPort in ClientBasic so that auth code doesn't need to t...Spencer T Brody2012-11-134-11/+15
* Merge branch 'master' of github.com:mongodb/mongoDwight2012-11-1234-384/+652
|\
| * Visual Studio -- add new filesTad Marshall2012-11-124-0/+40
| * SERVER-2771 Retry index builds on startupKristina2012-11-129-105/+252
| * Revert "SERVER-2771 Retry index builds on startup"Kristina2012-11-129-252/+105
| * SERVER-2771 Retry index builds on startupKristina2012-11-129-105/+252
| * make md5 have its own test rather than inside nonceEliot Horowitz2012-11-121-6/+0
| * SERVER-1752 Move BtreeCursor class definition to its own header file.Aaron2012-11-1120-256/+343
| * SERVER-2407 Visual Studio -- define DEBUG for Debug buildsTad Marshall2012-11-111-16/+16
| * top command doesn't need a global lock as it has its own SERVER-7614Eliot Horowitz2012-11-111-1/+1
* | Merge branch 'master' of github.com:mongodb/mongoDwight2012-11-0960-697/+6296
|\ \ | |/