summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-8170: free all external JavaScript resources on V8Scope destructionBen Becker2013-03-013-53/+95
* SERVER-8763: Add decrement to Counter64Scott Hernandez2013-03-014-3/+56
* SERVER-8734 do not crash on SSL connection failureEric Milkie2013-03-011-4/+9
* SERVER-8691 better error messages when setsockopt fails on WindowsEric Milkie2013-03-011-2/+2
* SERVER-8769 Track inserts on mongos for serverStatus().opcountersSpencer T Brody2013-03-012-0/+48
* buildbot version2.js use assert.eq to make it simpler to figure out what went...Greg Studer2013-03-011-4/+4
* SERVER-8734 use a recursive mutex to work around OpenSSL deadlockEric Milkie2013-03-011-5/+10
* SERVER-8685 Fix gcc compileTad Marshall2013-03-011-2/+2
* SERVER-7718: more test cleanup related to TimestampScott Hernandez2013-03-013-5/+5
* SERVER-8488 Visual Studio -- enable intrinsics in debug buildsTad Marshall2013-03-018-0/+32
* SERVER-8594 fix clearTmpCollections for collections with indexesMathias Stearn2013-02-282-9/+24
* SERVER-7718: JS Timestamp constructor now in seconds (not millis anymore)Scott Hernandez2013-02-289-16/+31
* SERVER-8685: mongorestore oplogLimit fixesScott Hernandez2013-02-281-9/+72
* SERVER-8758 - IndexSet fix for ab vs aEliot Horowitz2013-02-283-2/+24
* SERVER-8758 - don't go past StringData end since it might not be null terminatedEliot Horowitz2013-02-282-5/+20
* SERVER-8758 : make IndexSet a set rather than a vectorEliot Horowitz2013-02-282-47/+15
* SERVER-8760 DBClientReplicaSet::slaveConn returns connection to primaryRandolph Tan2013-02-282-1/+17
* SERVER-8781 buildbot sharding_migrateBigObject better error message when bala...Greg Studer2013-02-281-1/+15
* SREVER-8780 turn off balancer in unit tests for config upgradeGreg Studer2013-02-281-0/+16
* SERVER-8761 ignore non-shard connections in conn pool testGreg Studer2013-02-281-0/+7
* SERVER-8710 check balancer is stopped before upgrading to nonzero config versionGreg Studer2013-02-275-2/+59
* Revert "SERVER-8710 check balancer is stopped before upgrading"Greg Studer2013-02-275-47/+0
* SERVER-8710 better forcing behavior for upgrade and namespace locks during co...Greg Studer2013-02-273-30/+113
* SERVER-8710 check balancer is stopped before upgradingGreg Studer2013-02-275-0/+47
* SERVER-8632: fix server-side JS for MapReduce, $where and groupBen Becker2013-02-277-11/+15
* SERVER-8170: manually free external resources upon V8Scope destructionBen Becker2013-02-273-68/+57
* SERVER-8668 Add index to prevent timeouts during failure diagnosticsTad Marshall2013-02-271-0/+1
* SERVER-8530 Prevent redundant logging of errors during queriesSpencer T Brody2013-02-271-9/+3
* SERVER-8765 fix memory leaks in config upgrade codepathGreg Studer2013-02-271-5/+9
* SERVER-6125 - moved jstest to correct locationAndre de Frere2013-02-271-0/+0
* SERVER-8680 $setOnInsert should not create an empty parent object when it sho...Alberto Lerner2013-02-272-5/+20
* SERVER-8757: reset index cache at beginning and end of background index creationEliot Horowitz2013-02-271-0/+5
* SERVER-8758 - remove dead codeEliot Horowitz2013-02-271-5/+0
* SERVER-8665 - don't use padding or power of 2 for capped collectionsEliot Horowitz2013-02-271-0/+4
* SERVER-8709 stricted command line parsingEric Milkie2013-02-261-1/+6
* SERVER-8711 check dynamic_cast result in config upgradeGreg Studer2013-02-261-1/+3
* SERVER-8696 buildbot no_balance_collection.js wait for changelog write before...Greg Studer2013-02-261-0/+4
* SERVER-8693 Do not try to reference JSON in autocompleteTad Marshall2013-02-261-1/+3
* Removed stato and stati because they can also mean stateAndrewCEmil2013-02-261-3/+1
* Added Thomas' German snowball listAndrewCEmil2013-02-261-949/+204
* Removed duplicates from norwegian list, also changed ordering for a single wordAndrewCEmil2013-02-261-6/+2
* Removed old snowball filesAndrewCEmil2013-02-2610-1811/+0
* Added words from GianfrancoAndrewCEmil2013-02-261-0/+31
* Removed 'c' and 's' from the french stop word listAndrewCEmil2013-02-261-2/+0
* Added Edouard's new french listAndrewCEmil2013-02-261-4/+90
* Added Asya's russian stoplistAndrewCEmil2013-02-261-403/+141
* Changed stop words files to the snowball stop listsAndrewCEmil2013-02-2611-2067/+1630
* Created stop word lists from snowball siteAndrewCEmil2013-02-2610-0/+1811
* SERVER-8719 Do not assume socket writes are coalesced in testAndrew Morrow2013-02-261-2/+4
* SERVER-8488 Re-enable support for Windows XP.Andrew Morrow2013-02-262-10/+88