summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Whitespace; tabs to spacesTad Marshall2012-11-182-17/+17
* Visual Studio -- add MurmurHash3 to mongos, disable warningsTad Marshall2012-11-184-3/+50
* 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-1710-0/+36
* buildbot compile fix for SERVER-4706 part 2Randolph Tan2012-11-171-1/+1
* buildbot compire error fix for SERVER-4706Randolph Tan2012-11-172-2/+2
* SERVER-4706 when a socket between mongos and mongod fails, close all connecti...Randolph Tan2012-11-1618-23/+1011
* SERVER-7159: don't quantize capped allocationsBen Becker2012-11-161-0/+4
* SERVER-7665 Use getInternalScopedDbConnection for updating RS configuration i...Spencer T Brody2012-11-161-4/+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-1643-2267/+2636
* Use global lock when exiting critical section because it is greedier. Also ad...Spencer T Brody2012-11-162-7/+14
* Decrease timeout on replication catching up in migration SERVER-7472Spencer T Brody2012-11-161-1/+4
* 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
* fix drem for windows so s2near test doesn't failHari Khalsa2012-11-161-3/+8
* Revert "flip dedup on s2 searches to avoid dups"Hari Khalsa2012-11-162-2/+2
* SERVER-7617 Use V8_SIMPLE_HEADER in V8Scope::hasOutOfMemoryException()Tad Marshall2012-11-161-0/+1
* flip dedup on s2 searches to avoid dupsHari Khalsa2012-11-162-2/+2
* SERVER-7572 don't use ShardConnection for auth right nowGreg Studer2012-11-161-1/+10
* really fix Windows compile for PseudoRandom (thoroughly tested)Eric Milkie2012-11-161-1/+1
* fix debug compile for PseudoRandom on 32-bit platformsEric Milkie2012-11-161-1/+1
* SERVER-4295 Don't override currentOp for internal opsKristina2012-11-161-0/+6
* fix Windows compile for rand_sEric Milkie2012-11-161-0/+1
* fix PseudoRandom with time_t on 32bit platformsEric Milkie2012-11-161-1/+1
* use xorshift for PseudoRandom on all platformsEric Milkie2012-11-163-24/+77
* fix random_test.exe on WindowsEric Milkie2012-11-161-0/+2
* Revert "SERVER-4295 Add index info to currentOp"Eric Milkie2012-11-161-3/+0
* Fix narrowing conversion warningsMathias Stearn2012-11-161-6/+6
* Merge pull request #330 from utaal/storageDetails-fixWarningMathias Stearn2012-11-151-2/+2
|\
| * fix warning caused by comparison between signed and unsignedAndrea Lattuada2012-11-151-2/+2
* | SERVER-7358 SERVER-3602 make empty chunk movements fasterKevin Matulef2012-11-151-1/+3
|/
* SERVER-7592 new command aggregates statistics related to btree bucketsAndrea Lattuada2012-11-155-1/+673
* SERVER-7593 new command aggregates statistics related to the storage layout o...Andrea Lattuada2012-11-156-5/+1061
* SERVER-7670 fix test for solaris (windows has same exact problem, fix TBA)Hari Khalsa2012-11-151-5/+7
* Make Projection use StringMapMathias Stearn2012-11-152-9/+9
* Add missing inlines to prevent duplicate symbolsMathias Stearn2012-11-152-14/+20
* SERVER-7172 Added comparison support in StringData.Alberto Lerner2012-11-154-53/+194
* 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
* SERVER-7572 If no ClientInfo object exists when fetching one, create itSpencer T Brody2012-11-153-6/+20
* Merge pull request #328 from daveh86/masterIan Whalen2012-11-141-2/+3
|\
| * SERVER-7657daveh862012-11-151-2/+3