Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUMP 2.4.13-rc0r2.4.13-rc0 | Ernie Hershey | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | SERVER-17278: Enforce BSON BinData length | Spencer Jackson | 2015-02-17 | 1 | -0/+3 |
| | | | | | | | (cherry picked from commit 8ef2743189617343c5c4888aca34a9886d21e783) Conflicts: src/mongo/bson/bson_validate.cpp | ||||
* | SERVER-17264: improve bson validation for utf-8 strings | Eliot Horowitz | 2015-02-17 | 2 | -0/+19 |
| | | | | | | | (cherry picked from commit 394a8569ff14a215c0691aa34440227b2e62a4de) Conflicts: src/mongo/bson/bson_validate_test.cpp | ||||
* | SERVER-15673 fix typo in backport | Dan Pasette | 2014-10-27 | 1 | -1/+1 |
| | |||||
* | SERVER-15673 Disable SSLv3 ciphers (CVE-2014-3566 "POODLE") | Dan Pasette | 2014-10-27 | 1 | -1/+3 |
| | | | | (cherry picked from commit 035b5a90f56d653e930fcbe20c89f4dda7e48a30) | ||||
* | post 2.4.12 | Ernie Hershey | 2014-10-16 | 1 | -1/+1 |
| | |||||
* | BUMP 2.4.12r2.4.12 | Ernie Hershey | 2014-10-14 | 1 | -1/+1 |
| | |||||
* | post 2.4.12-rc0 | Ernie Hershey | 2014-10-08 | 1 | -1/+1 |
| | |||||
* | BUMP 2.4.12-rc0r2.4.12-rc0 | Ernie Hershey | 2014-10-07 | 1 | -1/+1 |
| | |||||
* | SERVER-13616 "type 7" (OID) error when acquiring distributed lock for first time | Randolph Tan | 2014-10-06 | 1 | -1/+5 |
| | | | | (cherry picked from commit 6254a575a99d9eeda90b0712efd4486411591212) | ||||
* | SERVER-15111 Treat corruption of final journal section as an expected event | Mathias Stearn | 2014-10-06 | 2 | -37/+50 |
| | | | | | | Manual backport of the following commits (combined): 8e1f5beabfad09c790e46826e8b3c7dcc5070d8d 6e93b33179e71abce820e534b3d32f1e593f71ca | ||||
* | SERVER-15369: Clean up partially created .ns files | Dan Pasette | 2014-09-29 | 1 | -2/+14 |
| | | | | (cherry picked from commit 243f11cd82d7925c77df0b04fad58b18f70cf031) | ||||
* | SERVER-15369 Explicitly write zeros when creating ns files | Dan Pasette | 2014-09-25 | 1 | -0/+19 |
| | | | | Backported from commit b39f5ccc3e5c74918c8f2cd46d33c5b6316f4b06 | ||||
* | SERVER-15056 Sharded connection cleanup on setup error can crash mongos | Randolph Tan | 2014-09-08 | 1 | -6/+1 |
| | | | | | Collapse empty if body (cherry picked from commit 87fa4e16af935e1c9c870878898ce46eacdea4e4) | ||||
* | SERVER-15056 Sharded connection cleanup on setup error can crash mongos | Randolph Tan | 2014-09-08 | 2 | -3/+3 |
| | | | | (cherry picked from commit 18dba6ed5bbe0d0177a81cbe660dcd93fcf18109) | ||||
* | post 2.4.11 | Ernie Hershey | 2014-08-22 | 1 | -1/+1 |
| | |||||
* | BUMP 2.4.11r2.4.11 | Ernie Hershey | 2014-08-21 | 1 | -1/+1 |
| | |||||
* | Revert "SERVER-13616 "type 7" (OID) error when acquiring distributed lock ↵ | Ernie Hershey | 2014-08-21 | 1 | -5/+1 |
| | | | | | | for first time" This reverts commit 50c95dfc9d9ab165cd5ab08707bfa0d6b191decd. | ||||
* | SERVER-13616 "type 7" (OID) error when acquiring distributed lock for first time | Randolph Tan | 2014-08-20 | 1 | -1/+5 |
| | | | | (cherry picked from commit 6254a575a99d9eeda90b0712efd4486411591212) | ||||
* | post 2.4.11-rc0 | Ernie Hershey | 2014-08-18 | 1 | -1/+1 |
| | |||||
* | BUMP 2.4.11-rc0r2.4.11-rc0 | Ernie Hershey | 2014-08-15 | 1 | -1/+1 |
| | |||||
* | SERVER-14268: Backport from 2.6 to 2.4 - disable test | Mark Benvenuto | 2014-08-14 | 1 | -11/+0 |
| | |||||
* | SERVER-14268: Backport from 2.6 to 2.4 | Mark Benvenuto | 2014-08-14 | 11 | -150/+401 |
| | |||||
* | SERVER-12209 _id prohibitions | Eric Milkie | 2014-08-12 | 1 | -2/+15 |
| | | | | | Prohibit _id of type Array or Undefined. Also, if _id is an Object, recursively check the object for $fieldnames. | ||||
* | SERVER-14833 Fix issue where 98eb2f1d broke text index spec rewrite | Jason Rassi | 2014-08-12 | 1 | -0/+1 |
| | |||||
* | SERVER-14833 {_id:-1} index builds should no-op if _id index exists | Jason Rassi | 2014-08-11 | 1 | -11/+10 |
| | |||||
* | SERVER-14738 Correctly determine if update w/ text index is in-place | Jason Rassi | 2014-08-07 | 4 | -5/+90 |
| | | | | (backport of 1f00ffcd22e671f5adeece53c68b5e462ba01ec0) | ||||
* | SERVER-14254 convert _v8_function from function pointer to boolean | Benety Goh | 2014-07-22 | 1 | -4/+4 |
| | | | | (cherry picked from commit e48abc5beeec5c8b79a6a6a42f9d374ccd323fd2) | ||||
* | SERVER-14342 Invalid access: seg fault in SplitChunkCommand::run | Randolph Tan | 2014-07-16 | 1 | -0/+3 |
| | |||||
* | post 2.4.10 | Ernie Hershey | 2014-04-04 | 1 | -1/+1 |
| | |||||
* | BUMP 2.4.10r2.4.10 | Ernie Hershey | 2014-04-02 | 1 | -1/+1 |
| | |||||
* | SERVER-13376 Make sync7.js less sensitive to delays | Randolph Tan | 2014-03-27 | 1 | -7/+18 |
| | | | | (cherry picked from commit 06c40ab0bb2a36c709fb4d3b91961e91fb08b1f1) | ||||
* | post 2.4.10-rc0 | Ernie Hershey | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | BUMP 2.4.10-rc0r2.4.10-rc0 | Ernie Hershey | 2014-03-25 | 1 | -1/+1 |
| | |||||
* | SERVER-13331 lower GridFS default chunk size to 255k | Tyler Brock | 2014-03-24 | 1 | -1/+1 |
| | | | | (cherry picked from commit 632ae4e7ad70426d5e2d36bd1fee4491eeac16b7) | ||||
* | SERVER-12548 add indexes to distlock collections backport | Greg Studer | 2014-03-20 | 2 | -11/+36 |
| | |||||
* | SERVER-13249 adjust timeout for reInitiate | Eric Milkie | 2014-03-19 | 1 | -1/+1 |
| | | | | | | Since there is a 15 second polling delay when there are no visible primary/secondary nodes, reInitiate was coming close to timing out in many cases. (cherry picked from commit 4a299302a7312cebb076d0b356c5235c2f45918c) | ||||
* | Revert "SERVER-13033: Fix bad static initializer" | Dan Pasette | 2014-03-17 | 1 | -13/+2 |
| | | | | This reverts commit c991426e46e416dfad3e433995a1bd2725e9b09c. | ||||
* | SERVER-13033: Fix bad static initializer | Mark Benvenuto | 2014-03-17 | 1 | -2/+13 |
| | | | | (cherry picked from commit f0b367f3e04408f66fcc8f5bac1425155deec5c3) | ||||
* | Increase timeout of replSetReconfig to leave time for initial sync in ↵ | Spencer T Brody | 2014-03-17 | 1 | -2/+3 |
| | | | | | | two_initsync.js test (cherry picked from commit 298470d138e0596c0f61fff46cbada3bf402a846) | ||||
* | SERVER-12662: fix index name creation | Eliot Horowitz | 2014-03-14 | 1 | -1/+1 |
| | |||||
* | SERVEr-12990: interrupted index after interim succesful index kills correct ↵ | Eliot Horowitz | 2014-03-14 | 1 | -6/+15 |
| | | | | index | ||||
* | SERVER-12956: on startup, remove half built indexes | Eliot Horowitz | 2014-03-14 | 3 | -0/+32 |
| | |||||
* | SERVER-12662: Two background index builds in parallel with unique key ↵ | Eliot Horowitz | 2014-03-14 | 3 | -18/+32 |
| | | | | constraint violations crashes secondary | ||||
* | SERVER-12515 Unable to move hashed shard key chunks created by numInitialChunks | Randolph Tan | 2014-03-11 | 2 | -1/+15 |
| | | | | Backport fix for commit 3a08be3bf2a1a650c97543a448a8ea0c143a89b6 | ||||
* | SERVER-12908 don't aggressively retry when config inconsistency detected in ↵ | Greg Studer | 2014-03-09 | 1 | -0/+1 |
| | | | | balancer | ||||
* | SERVER-12264 prevent from tryToGoLiveAsSecondary() from waiting on global ↵ | matt dannenberg | 2014-03-09 | 1 | -7/+8 |
| | | | | writelock during compact | ||||
* | SERVER-9248 Fix up try/catch block | Dan Pasette | 2014-03-09 | 1 | -6/+6 |
| | |||||
* | SERVER-12170 stop calling relinquish() when replicaset nodes decide not to ↵ | Matt Dannenberg | 2014-03-09 | 1 | -1/+0 |
| | | | | veto an election | ||||
* | SERVER-12132 Stop using stringstream in Value::coerceToString() | Mathias Stearn | 2014-03-09 | 1 | -9/+4 |
| | | | | | | | | | This speeds up the function by two changes: 1) Using StringBuilder (through str::stream) rather than stringstream. 2) Not constructing a StringBuilder or stringstream when not needed. At least with libstdc++, constructing and destructing a stringstream is extremely expensive. |