summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BUMP 3.0.3-rc0r3.0.3-rc0Ramon Fernandez2015-04-282-2/+2
|
* bump tools to r3.0.3Ramon Fernandez2015-04-281-1/+1
|
* SERVER-18111 Check userAllowedWriteNS() in cloneCollection cmd parsingJason Rassi2015-04-282-4/+13
| | | | (cherry picked from commit fdfd8e79061f9ea12840875290d159dfafdcbc96)
* SERVER-18111 Check userAllowedWriteNS() in findAndModify cmd parsingJason Rassi2015-04-282-0/+14
| | | | (cherry picked from commit 040879f6885395ab49754bd76449af71d0903dd7)
* SERVER-18111 Forbid most user operations against "system.profile"Jason Rassi2015-04-284-4/+77
| | | | | | | | | | | Forbids user writes to "system.profile". Notably, this also prevents "system.profile" from being used as a source or target from renameCollection. Creation, drop, and capped conversion of "system.profile" remain allowed. (cherry picked from commit 5b80159eeb2332a5e8e79e30de27c2dd72c30a18)
* SERVER-18239 dumpauth.js should use correct db/collection namesmike o'brien2015-04-281-12/+12
| | | | | | | | Signed-off-by: Ernie Hershey <ernie.hershey@10gen.com> (cherry picked from commit 3140bfa914859b05ae04f99474b34c73c1fcb019) Conflicts: jstests/tool/dumpauth.js
* SERVER-18229: fix smoke.py interaction with pymongoSam Kleinman2015-04-281-1/+1
|
* SERVER-18140: Allow getParameter to be executed locally against an arbiter ↵Amalia Hawkins2015-04-289-4/+72
| | | | | | in an authenticated replica set (cherry-picked from commit e6cddcf94d2e2bdc30c7f36e77eb377085146adb)
* SERVER-16506 Don't run as many currentOp commands to avoid spurious timeoutGeert Bosch2015-04-271-1/+1
| | | | (cherry picked from commit 36642967c8cdb2b64e5ce8e87966abb329bdf369)
* SERVER-18205 Import wiredtiger-wiredtiger-2.5.2-344-g83b8809.tar.gz from ↵Ramon Fernandez2015-04-2754-495/+1480
| | | | wiredtiger branch mongodb-3.0
* SERVER-9220 allow more than two values in the coordinate-array when using ↵Siyuan Zhou2015-04-242-23/+36
| | | | | | 2dsphere index (cherry picked from commit bd489b1c2c76a7ee84105db758839c4d47ffcbcb)
* SERVER-17694 Add support to set the SCons RPATH from VariablesAndrew Morrow2015-04-241-0/+4
| | | | | | | (cherry picked from commit bd6d3e7691ec0f3bee7520f36673a2f30b9f63ac) Conflicts: SConstruct
* SERVER-18073 Make smoke.py work with pymongo 3.0Jonathan Reams2015-04-221-8/+13
| | | | (cherry picked from commit a47efdc68977bd38161ebf91cf9b727612a6c9f3)
* SERVER-17591: Allow TLS protocols to be disabledSpencer Jackson2015-04-213-1/+71
|
* Revert "SERVER-18140 allow getParameter to be executed locally against ↵Amalia Hawkins2015-04-211-1/+0
| | | | | | arbiter in auth'd replset" This reverts commit 6e3fceb6cf8fd4176150b7dd84d036c285889e3d.
* SERVER-18140 allow getParameter to be executed locally against arbiter in ↵Amalia Hawkins2015-04-211-0/+1
| | | | | | auth'd replset (cherry-picked from commit 7d08d3559838f12792d4540c8400e0f955455405)
* SERVER-18051: Cleanup OpenSSL resourceSpencer Jackson2015-04-201-0/+1
|
* SERVER-17820: Handle long running exitCleanly in Service StopMark Benvenuto2015-04-201-2/+2
|
* SERVER-17939 Backport mongo-rocks updates to v3.0 branchIgor Canadi2015-04-2017-70/+420
| | | | | | | | | | | | | | * Expose RocksDB's CompactRange() API * Implement not-crash safe counters in Mongo-rocks * Implement backup for Mongo+Rocks * Fail to start server with invalid rocksdbConfigString * Check iterator status only if it's not Valid * Switch call to DB::CompactRange to SuggestCompactRange() which is more light weight We have been testing those changes in Parse's environment and have good confidence of their stability. Signed-off-by: Ramon Fernandez <ramon.fernandez@mongodb.com>
* SERVER-16987 sh.getRecentMigrations shows aborted migration as successRandolph Tan2015-04-201-0/+8
| | | | | | Add more comments (cherry picked from commit 7f73e3e38f9b606574a2b7599e0b0f491b962587)
* SERVER-16987 sh.getRecentMigrations shows aborted migration as successRandolph Tan2015-04-201-15/+57
| | | | (cherry picked from commit 40502abaac233ed0b27a9bf9612bd4df61811a68)
* SERVER-17273 Fix casing of catchUp in stepdown shell helperSpencer T Brody2015-04-201-4/+4
| | | | (cherry picked from commit 139ccb27bff55ee11cb204e80703241bc9288813)
* SERVER-17273 Add support for secondaryCatchupPeriodSecs to rs.stepdown shell ↵Spencer T Brody2015-04-201-17/+23
| | | | | | helper (cherry picked from commit eb954e3aec7bc4a0e9e43e65741b101da30a8410)
* SERVER-17453 eval command is deprecatedSamantha Ritter2015-04-203-5/+18
| | | | (cherry picked from commit 465bb26c0fb0f4731f4dbb5e09e0a791177bbc64)
* SERVER-17465 Do not attempt to use tcmalloc customizations with system tcmallocAndrew Morrow2015-04-205-5/+29
| | | | (cherry picked from commit 02a9fd0daf29dbd0557d51701444bd95a43868f1)
* SERVER-17730 Allow selection of non-posix shlex mode for VariablesAndrew Morrow2015-04-201-1/+11
| | | | (cherry picked from commit 91de99a737519c50047845cfd0c810b6d9329cc6)
* SERVER-17820: Handle long running exitCleanly in Service StopMark Benvenuto2015-04-201-5/+30
| | | | (cherry picked from commit 7060c72b30a836b3052f7890ea8c4b592014adf4)
* SERVER-17835: fix complie for loggingSam Kleinman2015-04-201-0/+3
| | | | (cherry picked from commit 3cf0c18aa2c56949fda47ab35570489d68965370)
* SERVER-17835: geoNear pipeline stage no longer needs to specify uniqueDocsSam Kleinman2015-04-202-7/+2
| | | | (cherry picked from commit e42605bba71b9fc99b9ce275f46302df98f82670)
* SERVER-17998 Ignore socket exceptions in initial_sync_unsupported_auth_schema.jsKamran Khan2015-04-201-20/+19
| | | | | | | | | | A socket exception can legitimately occur if the added node aborts while an ismaster command is running. Closes #952 Signed-off-by: Ramon Fernandez <ramon.fernandez@mongodb.com> (cherry picked from commit 0c0b19ded8a622adc089209334a6f9364a1ce543)
* SERVER-16073: Allow overrides to OpenSSL ciphersSpencer Jackson2015-04-173-1/+24
| | | | (cherry picked from commit 83ae47b5780cddca30fd09b40fa4d897895a595f)
* SERVER-17745: Improve dirty page estimation in mmapv1 on WindowsMark Benvenuto2015-04-179-8/+101
| | | | (cherry picked from commit fe358a4fd67fc48188eb062ae026001ff74082e9)
* SERVER-17749: ignore fields starting with $ in collMod command, to match ↵Sam Kleinman2015-04-171-0/+3
| | | | | | behavior of aggregation pipeline command. (cherry picked from commit aa51ce621c39c54c2105eebe2f0961f0dc9c2890)
* SERVER-18087 fixed checking of createIndexes progress in index_retry.js and ↵Benety Goh2015-04-172-0/+2
| | | | | | index_no_retry.js (cherry picked from commit 55ae7096d9b2b83996daf1de20df8f341294dc0d)
* SERVER-17882 Expand failIndexKeyTooLong handling to updatesMathias Stearn2015-04-162-2/+31
| | | | (cherry picked from commit 760b3e17afda69aa224b03bddbdcc0c256a60afc)
* SERVER-18051 Fix OpenSSL FIPS error when using SCRAM-SHA1Andreas Nilsson2015-04-162-1/+21
| | | | (cherry picked from commit 9958e1ec89110e2dabfd1d7f05a3edcd0ef37d76)
* SERVER-17780 Update init script process ulimit to match recommendationsErnie Hershey2015-04-153-4/+4
| | | | (cherry picked from commit 47f76710961fb5be17d92e26fb7452f8223afb9f)
* SERVER-18021 Allow serverStatus to be executed locally against an arbiter in ↵Amalia Hawkins2015-04-141-0/+1
| | | | | | an authenticated replica set (cherry picked from commit 9637c0ae2721a07386af4fb4c402ee061ed7532f)
* SERVER-17832 Fix Resource Leak on SSL Connect and Accept Exception (v2.6, v3.0)Robert Guo2015-04-131-16/+8
| | | | | | Closes #950 Signed-off-by: Ramon Fernandez <ramon.fernandez@mongodb.com>
* SERVER-17951: handle read preferences correctly for psudocommandsSam Kleinman2015-04-101-3/+30
|
* SERVER-17761 DbWebServer should own the AdminAccess pointerKaloian Manassiev2015-04-102-4/+5
| | | | (cherry picked from commit e29ff8af63903ee88f44ad38cac780bd20cf6543)
* SERVER-17487 Raise awaitReplication timeout in testMathias Stearn2015-04-101-1/+1
| | | | (cherry picked from commit 5f64a1c4c3eb6698dfa2e721972a158202229bb0)
* SERVER-17487 Throttle bg insert thread in testMathias Stearn2015-04-101-0/+3
| | | | (cherry picked from commit 06f4ea80a51ccea8da275e095cc5061707263957)
* SERVER-17487 raise oplog size in testMathias Stearn2015-04-101-1/+1
| | | | (cherry picked from commit 4c7eb08931a607e9879aaf088998d3bff3720e92)
* SERVER-17815 ensure plan ranking tie breaker does not cause an inferior plan ↵David Storch2015-04-101-3/+3
| | | | | | to win (cherry picked from commit 122ceeaf9caca8ac1a93e1bed1a7286315aee0ab)
* SERVER-17892 Explicitly turn checksum on for all collections/indexes in ↵Dan Pasette2015-04-092-0/+2
| | | | WiredTiger by default
* SERVER-12235 Cache whether any users exist for checking whether the ↵Spencer T Brody2015-04-092-4/+34
| | | | localhost exception should be in effect
* SERVER-17908 Allow getCmdLineOpts to be executed locally against an arbiter ↵Amalia Hawkins2015-04-091-0/+1
| | | | | | in an authenticated replica set (cherry picked from commit 72543912dca4117e1deb45a56c599657a1bf747c)
* SERVER-17889 MapReduceCommand::run() error out from DBDirectClientJason Rassi2015-04-092-0/+24
| | | | (cherry picked from commit 93c8c001e4462a1f0c0eeed12901fadbdc1861d8)
* post 3.0.2Ernie Hershey2015-04-082-2/+2
|