Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-7118 Change "mongo modules" to use SConscript files for modules. | Andy Schwerin | 2012-10-23 | 1 | -12/+3 |
| | | | | | | | | | | Also allows you to have modules in mongos and the shell, as well as mongod. Requires changes to the modules, to have SConscript files, and define libraries. Allows modules to have unit tests, interesting linking rules, dependencies into mongo, etc. Still may need to do some work on includes. The mongo-enterprise module has very simple include requirements, today. | ||||
* | Fix up fail points to be compatible with parsing command line before running ↵ | Andy Schwerin | 2012-10-23 | 2 | -4/+6 |
| | | | | | | global initializers. SERVER-7332 | ||||
* | SERVER-7332 Split command line processing from server startup in mongod. | Andy Schwerin | 2012-10-23 | 1 | -46/+50 |
| | |||||
* | SERVER-7436 add Timestamp to autocomplete list | Tad Marshall | 2012-10-23 | 1 | -1/+1 |
| | |||||
* | Fix mongo/platform/cstdint.h for old compilers that we still support. | Andy Schwerin | 2012-10-23 | 1 | -2/+2 |
| | |||||
* | Merge pull request #318 from tychoish/rs-priority-consistency | Ian Whalen | 2012-10-23 | 1 | -1/+1 |
|\ | | | | | SERVER-7380: make uassert 13419 consistent with permitted priority value... | ||||
| * | SERVER-7380: make uassert 13419 consistent with permitted priority values | Sam Kleinman | 2012-10-17 | 1 | -1/+1 |
| | | |||||
* | | one more instance of near. this one didn't cause a compile error but caused ↵ | Hari Khalsa | 2012-10-23 | 1 | -2/+2 |
| | | | | | | | | a test to fail. | ||||
* | | SERVER-7398 display DiskLoc file numbers in decimal | Tad Marshall | 2012-10-23 | 1 | -1/+1 |
| | | |||||
* | | Visual Studio -- add s/cluster_constants.{cpp,h} | Tad Marshall | 2012-10-23 | 6 | -0/+36 |
| | | |||||
* | | Introduced constants to refer to collection names and fields in the config ↵ | Alberto Lerner | 2012-10-23 | 10 | -124/+360 |
| | | | | | | | | server. | ||||
* | | SERVER-7381 use User Assert for disallowed user operation | Tad Marshall | 2012-10-23 | 1 | -3/+2 |
| | | | | | | | | | | Follow the advice in the "todo" in the code and use a uassert instead of logging a message (which the user will never see). | ||||
* | | SERVER-7378 Prevent WRITETODATAFILES and FlushViewOfFile from running at the ↵ | Tad Marshall | 2012-10-23 | 2 | -4/+16 |
| | | | | | | | | | | | | | | | | | | same time Prevent errors on Azure Storage drives that occur when a memory-mapped data file is modified in memory while it is being flushed to disk with FlushViewOfFile. Use a SimpleMutex (Critical Section on Windows) to prevent these two routines from running at the same time. | ||||
* | | fix compile error on windows by using our own random | Hari Khalsa | 2012-10-23 | 1 | -1/+3 |
| | | |||||
* | | Visual Studio -- add new files | Tad Marshall | 2012-10-23 | 8 | -4/+140 |
| | | |||||
* | | SERVER-7448 fix build break on windows | Hari Khalsa | 2012-10-23 | 2 | -4/+4 |
| | | |||||
* | | Remove dead mms.cpp | Andy Schwerin | 2012-10-23 | 2 | -172/+1 |
| | | |||||
* | | This is my first Geo cleanup change. | Harishabd Khalsa | 2012-10-23 | 9 | -2134/+2560 |
| | | |||||
* | | Fix windows build, reorder includes in random.h to follow our conventions. | Andy Schwerin | 2012-10-23 | 1 | -2/+2 |
| | | |||||
* | | Make ShardingTest add admin users to all its shards when running with auth ↵ | Spencer T Brody | 2012-10-23 | 1 | -5/+3 |
| | | | | | | | | SERVER-4237 | ||||
* | | Fix missing fassert number, SERVER-7332. | Andy Schwerin | 2012-10-23 | 1 | -1/+1 |
| | | |||||
* | | Fix up some hitherto unused parts of the mongo init system. | Andy Schwerin | 2012-10-23 | 3 | -1/+31 |
| | | |||||
* | | Refactor the ntservice module, to separate parameter processing from service ↵ | Andy Schwerin | 2012-10-23 | 4 | -152/+169 |
| | | | | | | | | | | | | startup. SERVER-7332 | ||||
* | | Introduce mongo/platform/cstdint.h, to get stdint types into the mongo ↵ | Andy Schwerin | 2012-10-23 | 3 | -10/+54 |
| | | | | | | | | | | | | | | namespace. Pre C++-11, GCC and MSVC put these in different files and namespaces. This header consolidates the logic of finding them. | ||||
* | | Fix to use modified mapFindWithDefault | Siddharth Singh | 2012-10-23 | 1 | -4/+2 |
| | | |||||
* | | initialize member variables in RecoveryJob::Last | Eric Milkie | 2012-10-23 | 1 | -1/+1 |
| | | |||||
* | | move SSLManager to new source files | Eric Milkie | 2012-10-23 | 5 | -156/+207 |
| | | | | | | | | No functional changes expected. | ||||
* | | post 2.3.0 | Dan Pasette | 2012-10-23 | 1 | -1/+1 |
| | | |||||
* | | BUMP 2.3.0r2.3.0 | Dan Pasette | 2012-10-22 | 1 | -1/+1 |
| | | |||||
* | | buildbot sharding_balance4.js explicitly report chunk manager sequence ↵ | Greg Studer | 2012-10-19 | 3 | -5/+30 |
| | | | | | | | | number when available in setShardVersion | ||||
* | | split queryoptimizertests into two translation units | Eric Milkie | 2012-10-18 | 2 | -789/+840 |
| | | | | | | | | This file was taking too long to compile and causing build breakages. | ||||
* | | SERVER-7376 make migration not wait for deletes, no change to default delete ↵ | Greg Studer | 2012-10-18 | 1 | -3/+12 |
| | | | | | | | | behavior | ||||
* | | Revert "SERVER-7376 make all migration cleanup async unless explicitly ↵ | Greg Studer | 2012-10-18 | 7 | -95/+33 |
| | | | | | | | | | | | | specified otherwise" This reverts commit bb65b80897797e3dc1fe96076fb6c13f6d7260c5. | ||||
* | | SERVER-7376 make all migration cleanup async unless explicitly specified ↵ | Greg Studer | 2012-10-17 | 7 | -33/+95 |
| | | | | | | | | otherwise | ||||
* | | SERVER-7344 add interpreterVersion to shell and buildInfo | Tad Marshall | 2012-10-17 | 5 | -4/+27 |
| | | | | | | | | | | | | | | | | Add the ability to get a string for the JavaScript engine so that scripts can know when they are running under SpiderMonkey versus V8. The shell gets an 'interpreterVersion()' function that returns a string. The 'buildInfo' command gets a new field named 'interpreterVersion'. SpiderMonkey returns "SpiderMonkey 1.7"; V8 returns "V8 3.12.19". | ||||
* | | SERVER-7186 Fixed addToSet logging for an element that exists and is not at ↵ | Alberto Lerner | 2012-10-17 | 2 | -6/+10 |
|/ | | | | the end of the array. | ||||
* | SERVER-7376 better logging in moveChunk, don't swallow error reported to mongos | gregs | 2012-10-17 | 1 | -3/+12 |
| | |||||
* | SERVER-7376 more logging around removeRange | gregs | 2012-10-17 | 1 | -1/+9 |
| | |||||
* | SERVER-4781 Fix style issues. | Alberto Lerner | 2012-10-16 | 3 | -19/+30 |
| | |||||
* | this breaks a lot of tests | Eliot Horowitz | 2012-10-16 | 1 | -7/+5 |
| | | | | | | | not sure of right behavior Revert "we should allow w:majority for a single mongod instance" This reverts commit 3f55adce04087f0de93c3e39c5450c5c33d3ea41. | ||||
* | SERVER-7371 Fix same corner case as the last one, but now when applied to ↵ | Alberto Lerner | 2012-10-16 | 2 | -1/+30 |
| | | | | secondary. | ||||
* | SERVER-7371 Remove old comment. | Alberto Lerner | 2012-10-16 | 1 | -1/+0 |
| | |||||
* | SERVER-7371 Fix corner case where an update mod is applied twice. | Alberto Lerner | 2012-10-16 | 2 | -1/+23 |
| | |||||
* | SERVER-5858 temporary fix so hashed indexes work with $in queries | Kevin Matulef | 2012-10-16 | 1 | -1/+7 |
| | |||||
* | Merge branch 'master' of github.com:mongodb/mongo | Dwight | 2012-10-16 | 189 | -735/+2445 |
|\ | |||||
| * | SERVER-2001 declare FieldInterval as struct for consistency. avoids windows ↵ | Kevin Matulef | 2012-10-16 | 1 | -1/+1 |
| | | | | | | | | compile warnings | ||||
| * | SERVER-7367 Don't go through the network to pick up a local config | Kristina | 2012-10-16 | 3 | -1/+20 |
| | | |||||
| * | SERVER-7034 add 10 second timeouts to three connections | Tad Marshall | 2012-10-16 | 1 | -3/+6 |
| | | | | | | | | | | Change the timeout on three ScopedDbConnections (made while holding a critical section) from default of zero (no timeout) to 10 seconds. | ||||
| * | fix whitespace/indent and turn on | Eliot Horowitz | 2012-10-16 | 4 | -9/+9 |
| | | |||||
| * | SERVER-2001 filter queries on mongod using new key extraction path | Kevin Matulef | 2012-10-16 | 6 | -12/+59 |
| | | | | | | | | | | | | | | | | Queries on mongod must filter out documents that do not currently belong to the shard. The belongsToMe function now uses the new key extraction path to make this determination. An optimization is also added to the clientcursor class so that it can make this determination using a covered index if available. |