summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8791 SERVER-9212 remove IndexSpecHari Khalsa2013-05-0234-422/+390
* SERVER-8791 SERVER-9212 retire indexplugin/indextypeHari Khalsa2013-05-0243-2220/+354
* SERVER-9484 don't ignore geometries w/>1 covers if one of them isn't in the s...Hari Khalsa2013-05-021-4/+9
* SERVER-9542 Change comparison operator to correct typeTad Marshall2013-05-021-1/+1
* SERVER-8943 Remove hard limit of 20,000 incoming connections.Mathias Stearn2013-05-013-8/+0
* Behave more elegantly when inserting empty field namesAndrew Morrow2013-05-012-4/+12
* Reveal latent children before adding a new oneAndrew Morrow2013-05-012-11/+27
* More readable SocketException::toString()Mathias Stearn2013-05-011-1/+1
* SERVER-6407 When using PLAIN mechanism and $external database, do not digest ...Andy Schwerin2013-05-011-23/+27
* SERVER-9528 retry network failures during document copy at initial sync timeEric Milkie2013-05-011-13/+45
* do not run set_param1.js in parallel testEric Milkie2013-05-011-1/+2
* SERVER-9333 correct reference counting of GhostSlave membersEric Milkie2013-05-011-3/+2
* Remove post-install dependency on murmurhash3 from clientMathias Stearn2013-04-304-8/+15
* SERVER-9333 clear ghostcache at reconfig timeEric Milkie2013-04-304-2/+21
* SERVER-8066 (2/2) Skip undefined fields in mongorestoreShaun Verch2013-04-301-1/+12
* SERVER-8066 (1/2) Removed redundant if statementShaun Verch2013-04-301-14/+12
* SERVER-7728 Add more details on why a shard is 'unavailable' for balancingRandolph Tan2013-04-301-2/+12
* SERVER-6400 Visual Studio -- add files to projectsTad Marshall2013-04-3012-0/+502
* SERVER-9417 assert if we stepDown while waiting to satisfy GLEEric Milkie2013-04-301-2/+9
* SERVER-6400 - keep a real BSONObj in Matcher2, not a referenceEliot Horowitz2013-04-291-1/+1
* SERVER-6400 rename *Expression* to *MatchExpression* to avoid conflictEliot Horowitz2013-04-2921-996/+996
* SERVER-6400 - some style improvements for Matcher2Eliot Horowitz2013-04-291-2/+7
* SERVER-6400 - more matcher tests using both versionsEliot Horowitz2013-04-291-9/+16
* SERVER-6400 - port more old testsEliot Horowitz2013-04-291-14/+21
* SERVER-6400 - framework and start of Matcher replacement. using Matcher2 nameEliot Horowitz2013-04-294-3/+91
* SERVER-6400 - fix compile with optimizer onfEliot Horowitz2013-04-292-6/+2
* SERVER-9452 do not stop queries in god modeEric Milkie2013-04-291-0/+2
* SERVER-6400 remove old unused code to make porting easierEliot Horowitz2013-04-292-151/+0
* SERVER-6400 - move MatchDetails out of matcher.hEliot Horowitz2013-04-2919-105/+118
* SERVER-9401 remove duplicate points in lines because S2 doesn't like themHari Khalsa2013-04-291-0/+12
* SERVER-6400 - fix regex parsing error message and add some tests for field or...Eliot Horowitz2013-04-282-0/+11
* Merge pull request #418 from johanhedin/SERVER-9491Scott Hernandez2013-04-282-2/+2
|\
| * Fixes SERVER-9491Johan Hedin2013-04-282-2/+2
* | SERVER-7355 (4/5) Buffering input stream to handle arbitrarily large single l...Shaun Verch2013-04-261-52/+92
* | SERVER-7355 (3/5) Remove inline JSON array conditionals from now separated br...Shaun Verch2013-04-261-43/+21
* | SERVER-7355 (2/5) Copied main while loop to separate JSON array logic from on...Shaun Verch2013-04-261-39/+95
* | SERVER-7355 (1/5) Factored out insert function in mongoimportShaun Verch2013-04-261-20/+25
* | SERVER-8791 document unreliable dbtests, fix possible index cursor seek bugHari Khalsa2013-04-262-1/+20
* | SERVER-9242 Do not show warnings for mongod --helpTad Marshall2013-04-261-1/+0
* | Visual Studio -- add new filesTad Marshall2013-04-2612-0/+72
* | fix compile on some platforms by including pdfile.hHari Khalsa2013-04-251-0/+1
* | SERVER-8791 Fix Windows compileTad Marshall2013-04-251-1/+1
* | SERVER-9448: make map and reduce argument and receiver objects mutableBen Becker2013-04-251-3/+3
* | SERVER-8791 SERVER-9212 retire IndexInterfaceHari Khalsa2013-04-2524-226/+250
* | SERVER-9072 allow detaching a Client object from a threadGreg Studer2013-04-253-15/+54
* | Add V8String class to avoid copying v8::Strings into std::stringsMathias Stearn2013-04-245-42/+96
* | SERVER-6646 Fix more issues round-tripping V8 Strings with NUL bytesMathias Stearn2013-04-241-1/+1
* | Cache conversion of string literals to V8 StringsMathias Stearn2013-04-242-57/+83
* | Attach V8Scope to v8::Isolate's DataMathias Stearn2013-04-241-22/+18
* | Get rid of "args" global in V8Mathias Stearn2013-04-241-4/+0