| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-8079 Do not overflow buffer on Yank or YankPop | Tad Marshall | 2013-01-16 | 1 | -0/+16 |
* | SERVER-8008 Fixed uassert numbers. | Alberto Lerner | 2013-01-15 | 1 | -2/+2 |
* | SERVER-8008 Moved checks for sort pattern to early and performed them only on... | Alberto Lerner | 2013-01-15 | 3 | -69/+68 |
* | oops wrong uassert nums | Hari Khalsa | 2013-01-15 | 1 | -3/+3 |
* | allow override of indexed cover sizes, up default min cover size | Hari Khalsa | 2013-01-15 | 1 | -3/+14 |
* | SERVER-8182 getLog returns truncated lines when logUserIds=1 | Randolph Tan | 2013-01-15 | 1 | -1/+5 |
* | Visual Studio -- add file, use correct file | Tad Marshall | 2013-01-15 | 4 | -4/+12 |
* | SERVER-8070 Make sure buffer is drained before choosing sync target | Kristina | 2013-01-15 | 2 | -2/+23 |
* | SERVER-8070 Notify primary after each batch, not after each op | Kristina | 2013-01-15 | 2 | -2/+4 |
* | SERVER-8184: remove conversion to string, massert() on toSTLString() failure. | Ben Becker | 2013-01-15 | 3 | -8/+9 |
* | Fix BB failure of replsetprio1.js by giving more time to find the primary in ... | Spencer T Brody | 2013-01-15 | 1 | -13/+15 |
* | SERVER-8177 Improve copyright license consistency for scripting files | Tad Marshall | 2013-01-15 | 13 | -105/+99 |
* | SERVER-8113 Shard::containsNode does not check whether ReplicaSetMonitor::get... | Randolph Tan | 2013-01-15 | 1 | -0/+8 |
* | buildbot fix multiVersion tests, future-proof | gregorv | 2013-01-15 | 1 | -22/+68 |
* | SERVER-8171 Fix unreliable print() function in engine_v8 | Tad Marshall | 2013-01-15 | 1 | -7/+9 |
* | SERVER-8100 Do not expect a code in sasl commands that return ok: 1. | Andy Schwerin | 2013-01-15 | 1 | -8/+13 |
* | fix exact searches, optimize point indexing, test indexed field speeds | Hari Khalsa | 2013-01-15 | 1 | -4/+5 |
* | Whitespace: missing newline at end-of-file | Tad Marshall | 2013-01-15 | 1 | -1/+1 |
* | SERVER-8132: fix caching of writeback init | Eliot Horowitz | 2013-01-15 | 2 | -6/+13 |
* | SERVER-8132: speed up getServerAddress | Eliot Horowitz | 2013-01-14 | 2 | -11/+20 |
* | Fix Windows warning about struct vs class | Tad Marshall | 2013-01-14 | 1 | -2/+0 |
* | Visual Studio -- add new files | Tad Marshall | 2013-01-14 | 12 | -0/+256 |
* | add simple v8 profiler bindings | Ben Becker | 2013-01-14 | 5 | -3/+149 |
* | Fix Windows compile | Tad Marshall | 2013-01-14 | 1 | -1/+1 |
* | SERVER-8165 Wrong contant being passed to broadcastWrite for deletes | Randolph Tan | 2013-01-14 | 1 | -2/+1 |
* | remove v8 string cache and use ForceSet() when possible. | Ben Becker | 2013-01-14 | 4 | -264/+190 |
* | mongos depends on geoquery | Hari Khalsa | 2013-01-14 | 1 | -2/+7 |
* | SERVER-4237 Make ReplSetTest.awaitSecondaryNodes reload who slaves are after ... | Spencer T Brody | 2013-01-14 | 1 | -3/+4 |
* | Clarify comment about the internal separation of read-only and read-write sys... | Spencer T Brody | 2013-01-14 | 1 | -1/+2 |
* | in 2dsphere within/intersect searching adjust covering size depending on the ... | Hari Khalsa | 2013-01-14 | 1 | -1/+7 |
* | allow full non-near geo functionality in matcher | Hari Khalsa | 2013-01-14 | 21 | -644/+795 |
* | SERVER-8086 Update comments per code review. | Andy Schwerin | 2013-01-14 | 1 | -2/+2 |
* | SERVER-7940 abort when receiving SSL_ERROR_WANT_xxx | Eric Milkie | 2013-01-14 | 1 | -2/+2 |
* | SERVER-8125: improve text command error handling of large results | Eliot Horowitz | 2013-01-14 | 1 | -4/+8 |
* | SERVER-8126: don't allow an array as a prefix of a text index | Eliot Horowitz | 2013-01-14 | 1 | -0/+2 |
* | Visual Studio -- add and remove files | Tad Marshall | 2013-01-14 | 12 | -13/+677 |
* | Fix unreferenced local variable warning | Tad Marshall | 2013-01-12 | 1 | -1/+1 |
* | SERVER-8053: support for timeouts in V8Scope's invoke() and exec() | Ben Becker | 2013-01-11 | 6 | -5/+435 |
* | SERVER-8815 Add scale value checking to db.printCollectionStats | daveh86 | 2013-01-11 | 2 | -7/+18 |
* | SERVER-8151: avoid using a HandleScope in mongoFind() | Ben Becker | 2013-01-11 | 1 | -2/+1 |
* | SERVER-4237 Make ReplicaSetTest wait for nodes to stabilize after initialization | Spencer T Brody | 2013-01-11 | 2 | -1/+3 |
* | use s2's loop orientation routines | Hari Khalsa | 2013-01-11 | 1 | -27/+9 |
* | verify latitude is [-90,90] | Hari Khalsa | 2013-01-11 | 2 | -1/+22 |
* | s2nearcursor covers search annulus better | Hari Khalsa | 2013-01-11 | 3 | -17/+23 |
* | POST 2.3.2 | Eliot Horowitz | 2013-01-10 | 1 | -1/+1 |
* | BUMP 2.3.2r2.3.2 | Eliot Horowitz | 2013-01-10 | 1 | -1/+1 |
* | Fix StringData::substr with single argument | Mathias Stearn | 2013-01-09 | 2 | -11/+39 |
* | Fix handling of short, invalid inputs to parseNumberFromString() and its ilk. | Andy Schwerin | 2013-01-09 | 2 | -20/+43 |
* | SERVER-8123: text indexes should be v 1 | Eliot Horowitz | 2013-01-09 | 1 | -2/+10 |
* | SERVER-8124: in fts, error out when creating indexes if score is too high | Eliot Horowitz | 2013-01-09 | 1 | -3/+6 |