| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-8791 SERVER-9212 remove IndexSpec | Hari Khalsa | 2013-05-02 | 34 | -422/+390 |
* | SERVER-8791 SERVER-9212 retire indexplugin/indextype | Hari Khalsa | 2013-05-02 | 43 | -2220/+354 |
* | SERVER-9484 don't ignore geometries w/>1 covers if one of them isn't in the s... | Hari Khalsa | 2013-05-02 | 1 | -4/+9 |
* | SERVER-9542 Change comparison operator to correct type | Tad Marshall | 2013-05-02 | 1 | -1/+1 |
* | SERVER-8943 Remove hard limit of 20,000 incoming connections. | Mathias Stearn | 2013-05-01 | 3 | -8/+0 |
* | Behave more elegantly when inserting empty field names | Andrew Morrow | 2013-05-01 | 2 | -4/+12 |
* | Reveal latent children before adding a new one | Andrew Morrow | 2013-05-01 | 2 | -11/+27 |
* | More readable SocketException::toString() | Mathias Stearn | 2013-05-01 | 1 | -1/+1 |
* | SERVER-6407 When using PLAIN mechanism and $external database, do not digest ... | Andy Schwerin | 2013-05-01 | 1 | -23/+27 |
* | SERVER-9528 retry network failures during document copy at initial sync time | Eric Milkie | 2013-05-01 | 1 | -13/+45 |
* | do not run set_param1.js in parallel test | Eric Milkie | 2013-05-01 | 1 | -1/+2 |
* | SERVER-9333 correct reference counting of GhostSlave members | Eric Milkie | 2013-05-01 | 1 | -3/+2 |
* | Remove post-install dependency on murmurhash3 from client | Mathias Stearn | 2013-04-30 | 4 | -8/+15 |
* | SERVER-9333 clear ghostcache at reconfig time | Eric Milkie | 2013-04-30 | 4 | -2/+21 |
* | SERVER-8066 (2/2) Skip undefined fields in mongorestore | Shaun Verch | 2013-04-30 | 1 | -1/+12 |
* | SERVER-8066 (1/2) Removed redundant if statement | Shaun Verch | 2013-04-30 | 1 | -14/+12 |
* | SERVER-7728 Add more details on why a shard is 'unavailable' for balancing | Randolph Tan | 2013-04-30 | 1 | -2/+12 |
* | SERVER-6400 Visual Studio -- add files to projects | Tad Marshall | 2013-04-30 | 12 | -0/+502 |
* | SERVER-9417 assert if we stepDown while waiting to satisfy GLE | Eric Milkie | 2013-04-30 | 1 | -2/+9 |
* | SERVER-6400 - keep a real BSONObj in Matcher2, not a reference | Eliot Horowitz | 2013-04-29 | 1 | -1/+1 |
* | SERVER-6400 rename *Expression* to *MatchExpression* to avoid conflict | Eliot Horowitz | 2013-04-29 | 21 | -996/+996 |
* | SERVER-6400 - some style improvements for Matcher2 | Eliot Horowitz | 2013-04-29 | 1 | -2/+7 |
* | SERVER-6400 - more matcher tests using both versions | Eliot Horowitz | 2013-04-29 | 1 | -9/+16 |
* | SERVER-6400 - port more old tests | Eliot Horowitz | 2013-04-29 | 1 | -14/+21 |
* | SERVER-6400 - framework and start of Matcher replacement. using Matcher2 name | Eliot Horowitz | 2013-04-29 | 4 | -3/+91 |
* | SERVER-6400 - fix compile with optimizer onf | Eliot Horowitz | 2013-04-29 | 2 | -6/+2 |
* | SERVER-9452 do not stop queries in god mode | Eric Milkie | 2013-04-29 | 1 | -0/+2 |
* | SERVER-6400 remove old unused code to make porting easier | Eliot Horowitz | 2013-04-29 | 2 | -151/+0 |
* | SERVER-6400 - move MatchDetails out of matcher.h | Eliot Horowitz | 2013-04-29 | 19 | -105/+118 |
* | SERVER-9401 remove duplicate points in lines because S2 doesn't like them | Hari Khalsa | 2013-04-29 | 1 | -0/+12 |
* | SERVER-6400 - fix regex parsing error message and add some tests for field or... | Eliot Horowitz | 2013-04-28 | 2 | -0/+11 |
* | Merge pull request #418 from johanhedin/SERVER-9491 | Scott Hernandez | 2013-04-28 | 2 | -2/+2 |
|\ |
|
| * | Fixes SERVER-9491 | Johan Hedin | 2013-04-28 | 2 | -2/+2 |
* | | SERVER-7355 (4/5) Buffering input stream to handle arbitrarily large single l... | Shaun Verch | 2013-04-26 | 1 | -52/+92 |
* | | SERVER-7355 (3/5) Remove inline JSON array conditionals from now separated br... | Shaun Verch | 2013-04-26 | 1 | -43/+21 |
* | | SERVER-7355 (2/5) Copied main while loop to separate JSON array logic from on... | Shaun Verch | 2013-04-26 | 1 | -39/+95 |
* | | SERVER-7355 (1/5) Factored out insert function in mongoimport | Shaun Verch | 2013-04-26 | 1 | -20/+25 |
* | | SERVER-8791 document unreliable dbtests, fix possible index cursor seek bug | Hari Khalsa | 2013-04-26 | 2 | -1/+20 |
* | | SERVER-9242 Do not show warnings for mongod --help | Tad Marshall | 2013-04-26 | 1 | -1/+0 |
* | | Visual Studio -- add new files | Tad Marshall | 2013-04-26 | 12 | -0/+72 |
* | | fix compile on some platforms by including pdfile.h | Hari Khalsa | 2013-04-25 | 1 | -0/+1 |
* | | SERVER-8791 Fix Windows compile | Tad Marshall | 2013-04-25 | 1 | -1/+1 |
* | | SERVER-9448: make map and reduce argument and receiver objects mutable | Ben Becker | 2013-04-25 | 1 | -3/+3 |
* | | SERVER-8791 SERVER-9212 retire IndexInterface | Hari Khalsa | 2013-04-25 | 24 | -226/+250 |
* | | SERVER-9072 allow detaching a Client object from a thread | Greg Studer | 2013-04-25 | 3 | -15/+54 |
* | | Add V8String class to avoid copying v8::Strings into std::strings | Mathias Stearn | 2013-04-24 | 5 | -42/+96 |
* | | SERVER-6646 Fix more issues round-tripping V8 Strings with NUL bytes | Mathias Stearn | 2013-04-24 | 1 | -1/+1 |
* | | Cache conversion of string literals to V8 Strings | Mathias Stearn | 2013-04-24 | 2 | -57/+83 |
* | | Attach V8Scope to v8::Isolate's Data | Mathias Stearn | 2013-04-24 | 1 | -22/+18 |
* | | Get rid of "args" global in V8 | Mathias Stearn | 2013-04-24 | 1 | -4/+0 |