summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* BUMP 2.4.0-rc2r2.4.0-rc2Dan Pasette2013-03-061-1/+1
* SERVER-8751 Bump pdfile minor version on new index plugin creationMathias Stearn2013-03-058-25/+156
* Missing write intent in doDBUpgrade()Mathias Stearn2013-03-051-1/+1
* SERVER-5826 prevent building an index with a non-existent pluginMathias Stearn2013-03-051-2/+7
* SERVER-8827: fix SpiderMonkey function cache mapBen Becker2013-03-051-5/+5
* SERVER-8828: replace verify() with assert() in spidermonkey startup testsBen Becker2013-03-051-10/+10
* SERVER-8832: do not convert javascript properties in prototype chainBen Becker2013-03-051-1/+1
* SERVER-8431 - don't index docs where text index is too large for journalEliot Horowitz2013-03-051-0/+19
* Visual Studio -- add db\hashindex.cpp to test projectsTad Marshall2013-03-044-0/+8
* SERVER-8431: make large index updates much less impactfulEliot Horowitz2013-03-042-15/+50
* This version of FTS only works with index version 1Eliot Horowitz2013-03-041-1/+3
* Make the IndexSpec::missingField() implementation IndexType specific, and use...aaron2013-03-046-10/+104
* SERVER-8769 Put opcounters.js on skip list for ParallelTesterTad Marshall2013-03-021-0/+1
* SERVER-8771 Additional fix for mongostat --discover with mongosSpencer T Brody2013-03-011-1/+1
* SERVER-8823: make printjson() and printjsononeline() available to and MapReduceBen Becker2013-03-012-8/+8
* SERVER-8802 SERVER-8814 Don't build indexes from inserts into collection name...Spencer T Brody2013-03-018-12/+20
* SERVER-8674 Update hyperlinks to point to dochubJason Rassi2013-03-018-13/+13
* SERVER-8674 Remove literal mentions of wiki from comments, docsJason Rassi2013-03-014-12/+12
* SERVER-8815 Fix tautological compare in checkClusterMongoVersionsAndrew Morrow2013-03-011-2/+3
* SERVER-8786 Fix race condition when adding ShardingConnectionHook to connecti...Spencer T Brody2013-03-011-1/+6
* SERVER-8786 Make sure that the ShardingConnectionHook gets added to the conne...Spencer T Brody2013-03-014-8/+15
* 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-011-0/+3
* 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-8488 Visual Studio -- enable intrinsics in debug buildsTad Marshall2013-03-018-0/+32
* SERVER-8594 fix clearTmpCollections for collections with indexesMathias Stearn2013-02-281-7/+18
* SERVER-7718: JS Timestamp constructor now in seconds (not millis anymore)Scott Hernandez2013-02-284-5/+18
* 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
* SREVER-8780 turn off balancer in unit tests for config upgradeGreg Studer2013-02-281-0/+16
* SERVER-8710 check balancer is stopped before upgrading to nonzero config versionGreg Studer2013-02-271-2/+46
* Revert "SERVER-8710 check balancer is stopped before upgrading"Greg Studer2013-02-271-34/+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-271-0/+34
* 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-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-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