Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | BUILD-599 Remove RHEL 5.7 AMIs | Jonathan Reams | 2015-06-12 | 1 | -2/+2 | |
| | ||||||
* | SERVER-18795: provide better printReplicationInfo error message for abiters | Sam Kleinman | 2015-06-03 | 1 | -1/+6 | |
| | ||||||
* | SERVER-18280 ReplicaSetMonitor should use electionId to avoid talking to old ↵ | Daniel Alabi | 2015-06-01 | 4 | -4/+214 | |
| | | | | primaries | |||||
* | SERVER-18097 Remove the mongosTest_auth task. | Max Hirschhorn | 2015-05-27 | 1 | -29/+0 | |
| | | | | (cherry picked from commit 00d3ca5b536821a9a3a8150c567cc2ec458be603) | |||||
* | SERVER-18620 Log "staticYield can't unlock" msg inside RARELY block | Jason Rassi | 2015-05-21 | 1 | -4/+6 | |
| | ||||||
* | SERVER-16265 add query predicate and aggregation command to the getMore slow ↵ | David Storch | 2015-05-20 | 3 | -2/+16 | |
| | | | | | | | | | | query log / profile entries (cherry picked from commit d89e58fd340ced9370d1a39a4334a42a77005f5e) Conflicts: src/mongo/db/commands/pipeline_command.cpp src/mongo/db/query/find.cpp | |||||
* | SERVER-13875 Spec equivalence check ignore text/geo index versions | Jason Rassi | 2015-05-19 | 3 | -4/+59 | |
| | | | | (cherry picked from commit 20e130aceda766c646d123d8a853ea5aabbeab26) | |||||
* | SERVER-16348 prohibit renaming a collection with bg indexes in progress | Eric Milkie | 2015-05-18 | 2 | -36/+4 | |
| | ||||||
* | Fix bump | Ernie Hershey | 2015-05-18 | 1 | -1/+1 | |
| | ||||||
* | post 2.6.10 | Ernie Hershey | 2015-05-18 | 7 | -7/+7 | |
| | ||||||
* | BUMP 2.6.10r2.6.10 | Ernie Hershey | 2015-05-18 | 7 | -7/+7 | |
| | ||||||
* | SERVER-16563 Change Debian and Ubuntu packaging component to 10gen to match ↵ | Ernie Hershey | 2015-05-15 | 1 | -1/+1 | |
| | | | | directory structure | |||||
* | post 2.6.10-rc0 | Ernie Hershey | 2015-05-11 | 7 | -7/+7 | |
| | ||||||
* | SERVER-18344: switch to use new logkeeper | Sam Kleinman | 2015-05-11 | 1 | -38/+290 | |
| | ||||||
* | BUMP 2.6.10-rc0r2.6.10-rc0 | Ernie Hershey | 2015-05-09 | 7 | -7/+7 | |
| | ||||||
* | SERVER-18312: 8.37 SCons Integration - 2.6 compatibility | Mark Benvenuto | 2015-05-08 | 3 | -8/+8 | |
| | ||||||
* | SERVER-18312: PCRE 8.37 build integration | Mark Benvenuto | 2015-05-08 | 4 | -0/+823 | |
| | | | | | | | (cherry picked from commit c2c84ae183c251435b7c3255a6f3133b541fe86a) Conflicts: src/third_party/SConscript | |||||
* | SERVER-18312: PCRE 8.37 | Mark Benvenuto | 2015-05-08 | 141 | -0/+126898 | |
| | | | | (cherry picked from commit dcf9ccb03f1052ba7efc44801b99c16335fb6b8c) | |||||
* | SERVER-18364 ensure multikey bounds construction prefers non-negation ↵ | David Storch | 2015-05-07 | 2 | -5/+10 | |
| | | | | | | | | | predicates over negations Also backports a fix to the query planner unit test library in order to ensure that the unit tests work correctly with this change. (cherry picked from commit 97b5712600ada8439f024f6bf446172f0fc9a7aa) | |||||
* | SERVER-18096: don't try to reuse closed socket fds | Kevin Pulo | 2015-05-07 | 2 | -0/+143 | |
| | | | | Signed-off-by: Spencer T Brody <spencer@mongodb.com> | |||||
* | SERVER-17018: Only invalidate cursors pointing to the same index | Geert Bosch | 2015-05-06 | 3 | -6/+10 | |
| | ||||||
* | SERVER-17780 Update init script process ulimit to match recommendations | Ernie Hershey | 2015-05-06 | 3 | -4/+4 | |
| | | | | (cherry picked from commit 47f76710961fb5be17d92e26fb7452f8223afb9f) | |||||
* | SERVER-13542 Expose electionId on primary in isMaster | matt dannenberg | 2015-05-01 | 1 | -0/+3 | |
| | ||||||
* | SERVER-16849 Prevent mongos from always invalidating the user cache once, ↵ | Spencer T Brody | 2015-05-01 | 1 | -1/+17 | |
| | | | | | | even when no user definitions are changing (cherry picked from commit 3272a362429edbfa34fd6529e5925317f7b8a6e7) | |||||
* | SERVER-11980 Only invalidate the user cache on mongos if authorization ↵ | Gianfranco Palumbo | 2015-05-01 | 6 | -40/+171 | |
| | | | | | | | | information actually changed (cherry picked from commit a51c7bcac0b93ea0a0da73974bac6c469075864d) Signed-off-by: Spencer T Brody <spencer@mongodb.com> | |||||
* | SERVER-18262 retry links download multiple times before failing | mike o'brien | 2015-04-30 | 1 | -1/+11 | |
| | | | | | Signed-off-by: Ernie Hershey <ernie.hershey@10gen.com> (cherry picked from commit 9da229e234c2f903ff2569f3d9422b60d28dbf4e) | |||||
* | SERVER-18211 write to disk all documents in a collection when rolling back ↵ | matt dannenberg | 2015-04-29 | 1 | -2/+28 | |
| | | | | createCollection | |||||
* | SERVER-18111 Check userAllowedWriteNS() in cloneCollection cmd parsing | Jason Rassi | 2015-04-28 | 2 | -4/+13 | |
| | | | | (cherry picked from commit 301f6a927294d542f5466e4704d37f8e930d5317) | |||||
* | SERVER-18111 Check userAllowedWriteNS() in findAndModify cmd parsing | Jason Rassi | 2015-04-28 | 2 | -0/+18 | |
| | | | | (cherry picked from commit 4ea827d383156d36e666d05eb6dad8bbc2a75801) | |||||
* | SERVER-18111 Forbid most user operations against "system.profile" | Jason Rassi | 2015-04-28 | 4 | -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 659d6c26e12d3396aafff70ca11d74a4187b4084) | |||||
* | SERVER-18229: fix smoke.py interaction with pymongo | Sam Kleinman | 2015-04-28 | 1 | -1/+1 | |
| | ||||||
* | SERVER-18073 Make smoke.py work with pymongo 3.0 | Jonathan Reams | 2015-04-22 | 1 | -7/+13 | |
| | ||||||
* | SERVER-17591: Allow TLS protocols to be disabled | Spencer Jackson | 2015-04-22 | 3 | -1/+71 | |
| | ||||||
* | SERVER-17749: ignore fields starting with $ in collMod command, to match ↵ | Sam Kleinman | 2015-04-17 | 1 | -0/+3 | |
| | | | | | | behavior of aggregation pipeline command. (cherry picked from commit aa51ce621c39c54c2105eebe2f0961f0dc9c2890) | |||||
* | SERVER-17805 logOp / OperationObserver should always check shardversion | Randolph Tan | 2015-04-16 | 8 | -21/+118 | |
| | | | | | | | | (cherry picked from commit fe8a41689e861f6fd1b599cbd63e651b9077edaf) Conflicts: src/mongo/db/commands/write_commands/batch_executor.cpp src/mongo/s/d_migrate.cpp | |||||
* | SERVER-17832 Fix Resource Leak on SSL Connect and Accept Exception (v2.6, v3.0) | Robert Guo | 2015-04-13 | 1 | -16/+8 | |
| | | | | Signed-off-by: Ramon Fernandez <ramon.fernandez@mongodb.com> | |||||
* | SERVER-17951: handle read preferences correctly for psudocommands | Sam Kleinman | 2015-04-10 | 1 | -3/+30 | |
| | ||||||
* | SERVER-16256 get rid of ALL match expressions | David Storch | 2015-04-10 | 12 | -261/+166 | |
| | | | | | | | | | | | | | | Every $all should parse to an AND match expression. This simplifies the implementation, and fixes a bug related to bounds building for $all-$elemMatch constructions. (cherry picked from commit 430f62da7380a6864058c2f75a64c5d662a95176) Conflicts: src/mongo/db/matcher/expression_array.cpp src/mongo/db/matcher/expression_array.h src/mongo/db/query/query_planner_test.cpp src/mongo/s/chunk_manager_targeter_test.cpp | |||||
* | SERVER-17815 ensure plan ranking tie breaker does not cause an inferior plan ↵ | David Storch | 2015-04-10 | 1 | -3/+3 | |
| | | | | | | to win (cherry picked from commit 122ceeaf9caca8ac1a93e1bed1a7286315aee0ab) | |||||
* | SERVER-17647 Compute BinData length | Spencer Jackson | 2015-04-08 | 2 | -8/+8 | |
| | ||||||
* | SERVER-17771 do not track progress of recently removed nodes | matt dannenberg | 2015-03-30 | 2 | -3/+7 | |
| | ||||||
* | SERVER-17653 Early allocate port for the HTTP interface | Kaloian Manassiev | 2015-03-26 | 4 | -338/+375 | |
| | ||||||
* | post 2.6.9 | Ernie Hershey | 2015-03-23 | 7 | -7/+7 | |
| | ||||||
* | BUMP 2.6.9r2.6.9 | Ernie Hershey | 2015-03-23 | 7 | -7/+7 | |
| | ||||||
* | post 2.6.9-rc0 | Ernie Hershey | 2015-03-16 | 7 | -7/+7 | |
| | ||||||
* | BUMP 2.6.9-rc0r2.6.9-rc0 | Ernie Hershey | 2015-03-16 | 7 | -7/+7 | |
| | ||||||
* | SERVER-8188: make cursor timeout configurable on server | Eliot Horowitz | 2015-03-13 | 3 | -2/+17 | |
| | | | | (cherry picked from commit 4d7b131c5454bf56fd494b1a3537eeb5e221a027) | |||||
* | SERVER-17338: uassert when primary steps down during dbcopy | Geert Bosch | 2015-03-13 | 1 | -0/+2 | |
| | ||||||
* | SERVER-16073: Allow overrides to OpenSSL ciphers | Spencer Jackson | 2015-03-13 | 3 | -1/+24 | |
| | ||||||
* | SERVER-15907 Use ftuncate rather than fallocate on linux tmpfs | Mathias Stearn | 2015-03-12 | 1 | -1/+4 | |
| | | | | | | This means we don't use any ram for unused portions of files. (cherry picked from commit a2c27b34b811d73a42ddecab20e9f8cb6348a1a3) |