summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* BUMP 2.4.13-rc0r2.4.13-rc0Ernie Hershey2015-02-181-1/+1
|
* SERVER-17278: Enforce BSON BinData lengthSpencer Jackson2015-02-171-0/+3
| | | | | | | (cherry picked from commit 8ef2743189617343c5c4888aca34a9886d21e783) Conflicts: src/mongo/bson/bson_validate.cpp
* SERVER-17264: improve bson validation for utf-8 stringsEliot Horowitz2015-02-172-0/+19
| | | | | | | (cherry picked from commit 394a8569ff14a215c0691aa34440227b2e62a4de) Conflicts: src/mongo/bson/bson_validate_test.cpp
* SERVER-15673 fix typo in backportDan Pasette2014-10-271-1/+1
|
* SERVER-15673 Disable SSLv3 ciphers (CVE-2014-3566 "POODLE")Dan Pasette2014-10-271-1/+3
| | | | (cherry picked from commit 035b5a90f56d653e930fcbe20c89f4dda7e48a30)
* post 2.4.12Ernie Hershey2014-10-161-1/+1
|
* BUMP 2.4.12r2.4.12Ernie Hershey2014-10-141-1/+1
|
* post 2.4.12-rc0Ernie Hershey2014-10-081-1/+1
|
* BUMP 2.4.12-rc0r2.4.12-rc0Ernie Hershey2014-10-071-1/+1
|
* SERVER-13616 "type 7" (OID) error when acquiring distributed lock for first timeRandolph Tan2014-10-061-1/+5
| | | | (cherry picked from commit 6254a575a99d9eeda90b0712efd4486411591212)
* SERVER-15111 Treat corruption of final journal section as an expected eventMathias Stearn2014-10-062-37/+50
| | | | | | Manual backport of the following commits (combined): 8e1f5beabfad09c790e46826e8b3c7dcc5070d8d 6e93b33179e71abce820e534b3d32f1e593f71ca
* SERVER-15369: Clean up partially created .ns filesDan Pasette2014-09-291-2/+14
| | | | (cherry picked from commit 243f11cd82d7925c77df0b04fad58b18f70cf031)
* SERVER-15369 Explicitly write zeros when creating ns filesDan Pasette2014-09-251-0/+19
| | | | Backported from commit b39f5ccc3e5c74918c8f2cd46d33c5b6316f4b06
* SERVER-15056 Sharded connection cleanup on setup error can crash mongosRandolph Tan2014-09-081-6/+1
| | | | | Collapse empty if body (cherry picked from commit 87fa4e16af935e1c9c870878898ce46eacdea4e4)
* SERVER-15056 Sharded connection cleanup on setup error can crash mongosRandolph Tan2014-09-082-3/+3
| | | | (cherry picked from commit 18dba6ed5bbe0d0177a81cbe660dcd93fcf18109)
* post 2.4.11Ernie Hershey2014-08-221-1/+1
|
* BUMP 2.4.11r2.4.11Ernie Hershey2014-08-211-1/+1
|
* Revert "SERVER-13616 "type 7" (OID) error when acquiring distributed lock ↵Ernie Hershey2014-08-211-5/+1
| | | | | | for first time" This reverts commit 50c95dfc9d9ab165cd5ab08707bfa0d6b191decd.
* SERVER-13616 "type 7" (OID) error when acquiring distributed lock for first timeRandolph Tan2014-08-201-1/+5
| | | | (cherry picked from commit 6254a575a99d9eeda90b0712efd4486411591212)
* post 2.4.11-rc0Ernie Hershey2014-08-181-1/+1
|
* BUMP 2.4.11-rc0r2.4.11-rc0Ernie Hershey2014-08-151-1/+1
|
* SERVER-14268: Backport from 2.6 to 2.4 - disable testMark Benvenuto2014-08-141-11/+0
|
* SERVER-14268: Backport from 2.6 to 2.4Mark Benvenuto2014-08-1411-150/+401
|
* SERVER-12209 _id prohibitionsEric Milkie2014-08-121-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 rewriteJason Rassi2014-08-121-0/+1
|
* SERVER-14833 {_id:-1} index builds should no-op if _id index existsJason Rassi2014-08-111-11/+10
|
* SERVER-14738 Correctly determine if update w/ text index is in-placeJason Rassi2014-08-074-5/+90
| | | | (backport of 1f00ffcd22e671f5adeece53c68b5e462ba01ec0)
* SERVER-14254 convert _v8_function from function pointer to booleanBenety Goh2014-07-221-4/+4
| | | | (cherry picked from commit e48abc5beeec5c8b79a6a6a42f9d374ccd323fd2)
* SERVER-14342 Invalid access: seg fault in SplitChunkCommand::runRandolph Tan2014-07-161-0/+3
|
* post 2.4.10Ernie Hershey2014-04-041-1/+1
|
* BUMP 2.4.10r2.4.10Ernie Hershey2014-04-021-1/+1
|
* SERVER-13376 Make sync7.js less sensitive to delaysRandolph Tan2014-03-271-7/+18
| | | | (cherry picked from commit 06c40ab0bb2a36c709fb4d3b91961e91fb08b1f1)
* post 2.4.10-rc0Ernie Hershey2014-03-261-1/+1
|
* BUMP 2.4.10-rc0r2.4.10-rc0Ernie Hershey2014-03-251-1/+1
|
* SERVER-13331 lower GridFS default chunk size to 255kTyler Brock2014-03-241-1/+1
| | | | (cherry picked from commit 632ae4e7ad70426d5e2d36bd1fee4491eeac16b7)
* SERVER-12548 add indexes to distlock collections backportGreg Studer2014-03-202-11/+36
|
* SERVER-13249 adjust timeout for reInitiateEric Milkie2014-03-191-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 Pasette2014-03-171-13/+2
| | | | This reverts commit c991426e46e416dfad3e433995a1bd2725e9b09c.
* SERVER-13033: Fix bad static initializerMark Benvenuto2014-03-171-2/+13
| | | | (cherry picked from commit f0b367f3e04408f66fcc8f5bac1425155deec5c3)
* Increase timeout of replSetReconfig to leave time for initial sync in ↵Spencer T Brody2014-03-171-2/+3
| | | | | | two_initsync.js test (cherry picked from commit 298470d138e0596c0f61fff46cbada3bf402a846)
* SERVER-12662: fix index name creationEliot Horowitz2014-03-141-1/+1
|
* SERVEr-12990: interrupted index after interim succesful index kills correct ↵Eliot Horowitz2014-03-141-6/+15
| | | | index
* SERVER-12956: on startup, remove half built indexesEliot Horowitz2014-03-143-0/+32
|
* SERVER-12662: Two background index builds in parallel with unique key ↵Eliot Horowitz2014-03-143-18/+32
| | | | constraint violations crashes secondary
* SERVER-12515 Unable to move hashed shard key chunks created by numInitialChunksRandolph Tan2014-03-112-1/+15
| | | | Backport fix for commit 3a08be3bf2a1a650c97543a448a8ea0c143a89b6
* SERVER-12908 don't aggressively retry when config inconsistency detected in ↵Greg Studer2014-03-091-0/+1
| | | | balancer
* SERVER-12264 prevent from tryToGoLiveAsSecondary() from waiting on global ↵matt dannenberg2014-03-091-7/+8
| | | | writelock during compact
* SERVER-9248 Fix up try/catch blockDan Pasette2014-03-091-6/+6
|
* SERVER-12170 stop calling relinquish() when replicaset nodes decide not to ↵Matt Dannenberg2014-03-091-1/+0
| | | | veto an election
* SERVER-12132 Stop using stringstream in Value::coerceToString()Mathias Stearn2014-03-091-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.