summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-7118 Change "mongo modules" to use SConscript files for modules.Andy Schwerin2012-10-231-12/+3
* Fix up fail points to be compatible with parsing command line before running ...Andy Schwerin2012-10-232-4/+6
* SERVER-7332 Split command line processing from server startup in mongod.Andy Schwerin2012-10-231-46/+50
* SERVER-7436 add Timestamp to autocomplete listTad Marshall2012-10-231-1/+1
* Fix mongo/platform/cstdint.h for old compilers that we still support.Andy Schwerin2012-10-231-2/+2
* Merge pull request #318 from tychoish/rs-priority-consistencyIan Whalen2012-10-231-1/+1
|\
| * SERVER-7380: make uassert 13419 consistent with permitted priority valuesSam Kleinman2012-10-171-1/+1
* | one more instance of near. this one didn't cause a compile error but caused ...Hari Khalsa2012-10-231-2/+2
* | SERVER-7398 display DiskLoc file numbers in decimalTad Marshall2012-10-231-1/+1
* | Visual Studio -- add s/cluster_constants.{cpp,h}Tad Marshall2012-10-236-0/+36
* | Introduced constants to refer to collection names and fields in the config se...Alberto Lerner2012-10-2310-124/+360
* | SERVER-7381 use User Assert for disallowed user operationTad Marshall2012-10-231-3/+2
* | SERVER-7378 Prevent WRITETODATAFILES and FlushViewOfFile from running at the ...Tad Marshall2012-10-232-4/+16
* | fix compile error on windows by using our own randomHari Khalsa2012-10-231-1/+3
* | Visual Studio -- add new filesTad Marshall2012-10-238-4/+140
* | SERVER-7448 fix build break on windowsHari Khalsa2012-10-232-4/+4
* | Remove dead mms.cppAndy Schwerin2012-10-232-172/+1
* | This is my first Geo cleanup change.Harishabd Khalsa2012-10-239-2134/+2560
* | Fix windows build, reorder includes in random.h to follow our conventions.Andy Schwerin2012-10-231-2/+2
* | Make ShardingTest add admin users to all its shards when running with auth SE...Spencer T Brody2012-10-231-5/+3
* | Fix missing fassert number, SERVER-7332.Andy Schwerin2012-10-231-1/+1
* | Fix up some hitherto unused parts of the mongo init system.Andy Schwerin2012-10-233-1/+31
* | Refactor the ntservice module, to separate parameter processing from service ...Andy Schwerin2012-10-234-152/+169
* | Introduce mongo/platform/cstdint.h, to get stdint types into the mongo namesp...Andy Schwerin2012-10-233-10/+54
* | Fix to use modified mapFindWithDefaultSiddharth Singh2012-10-231-4/+2
* | initialize member variables in RecoveryJob::LastEric Milkie2012-10-231-1/+1
* | move SSLManager to new source filesEric Milkie2012-10-235-156/+207
* | post 2.3.0Dan Pasette2012-10-231-1/+1
* | BUMP 2.3.0r2.3.0Dan Pasette2012-10-221-1/+1
* | buildbot sharding_balance4.js explicitly report chunk manager sequence number...Greg Studer2012-10-193-5/+30
* | split queryoptimizertests into two translation unitsEric Milkie2012-10-182-789/+840
* | SERVER-7376 make migration not wait for deletes, no change to default delete ...Greg Studer2012-10-181-3/+12
* | Revert "SERVER-7376 make all migration cleanup async unless explicitly specif...Greg Studer2012-10-187-95/+33
* | SERVER-7376 make all migration cleanup async unless explicitly specified othe...Greg Studer2012-10-177-33/+95
* | SERVER-7344 add interpreterVersion to shell and buildInfoTad Marshall2012-10-175-4/+27
* | SERVER-7186 Fixed addToSet logging for an element that exists and is not at t...Alberto Lerner2012-10-172-6/+10
|/
* SERVER-7376 better logging in moveChunk, don't swallow error reported to mongosgregs2012-10-171-3/+12
* SERVER-7376 more logging around removeRangegregs2012-10-171-1/+9
* SERVER-4781 Fix style issues.Alberto Lerner2012-10-163-19/+30
* this breaks a lot of testsEliot Horowitz2012-10-161-7/+5
* SERVER-7371 Fix same corner case as the last one, but now when applied to sec...Alberto Lerner2012-10-162-1/+30
* SERVER-7371 Remove old comment.Alberto Lerner2012-10-161-1/+0
* SERVER-7371 Fix corner case where an update mod is applied twice.Alberto Lerner2012-10-162-1/+23
* SERVER-5858 temporary fix so hashed indexes work with $in queriesKevin Matulef2012-10-161-1/+7
* Merge branch 'master' of github.com:mongodb/mongoDwight2012-10-16189-735/+2445
|\
| * SERVER-2001 declare FieldInterval as struct for consistency. avoids windows c...Kevin Matulef2012-10-161-1/+1
| * SERVER-7367 Don't go through the network to pick up a local configKristina2012-10-163-1/+20
| * SERVER-7034 add 10 second timeouts to three connectionsTad Marshall2012-10-161-3/+6
| * fix whitespace/indent and turn onEliot Horowitz2012-10-164-9/+9
| * SERVER-2001 filter queries on mongod using new key extraction pathKevin Matulef2012-10-166-12/+59