summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8079 Do not overflow buffer on Yank or YankPopTad Marshall2013-01-161-0/+16
* SERVER-8008 Fixed uassert numbers.Alberto Lerner2013-01-151-2/+2
* SERVER-8008 Moved checks for sort pattern to early and performed them only on...Alberto Lerner2013-01-153-69/+68
* oops wrong uassert numsHari Khalsa2013-01-151-3/+3
* allow override of indexed cover sizes, up default min cover sizeHari Khalsa2013-01-151-3/+14
* SERVER-8182 getLog returns truncated lines when logUserIds=1Randolph Tan2013-01-151-1/+5
* Visual Studio -- add file, use correct fileTad Marshall2013-01-154-4/+12
* SERVER-8070 Make sure buffer is drained before choosing sync targetKristina2013-01-152-2/+23
* SERVER-8070 Notify primary after each batch, not after each opKristina2013-01-152-2/+4
* SERVER-8184: remove conversion to string, massert() on toSTLString() failure.Ben Becker2013-01-153-8/+9
* Fix BB failure of replsetprio1.js by giving more time to find the primary in ...Spencer T Brody2013-01-151-13/+15
* SERVER-8177 Improve copyright license consistency for scripting filesTad Marshall2013-01-1513-105/+99
* SERVER-8113 Shard::containsNode does not check whether ReplicaSetMonitor::get...Randolph Tan2013-01-151-0/+8
* buildbot fix multiVersion tests, future-proofgregorv2013-01-151-22/+68
* SERVER-8171 Fix unreliable print() function in engine_v8Tad Marshall2013-01-151-7/+9
* SERVER-8100 Do not expect a code in sasl commands that return ok: 1.Andy Schwerin2013-01-151-8/+13
* fix exact searches, optimize point indexing, test indexed field speedsHari Khalsa2013-01-151-4/+5
* Whitespace: missing newline at end-of-fileTad Marshall2013-01-151-1/+1
* SERVER-8132: fix caching of writeback initEliot Horowitz2013-01-152-6/+13
* SERVER-8132: speed up getServerAddressEliot Horowitz2013-01-142-11/+20
* Fix Windows warning about struct vs classTad Marshall2013-01-141-2/+0
* Visual Studio -- add new filesTad Marshall2013-01-1412-0/+256
* add simple v8 profiler bindingsBen Becker2013-01-145-3/+149
* Fix Windows compileTad Marshall2013-01-141-1/+1
* SERVER-8165 Wrong contant being passed to broadcastWrite for deletesRandolph Tan2013-01-141-2/+1
* remove v8 string cache and use ForceSet() when possible.Ben Becker2013-01-144-264/+190
* mongos depends on geoqueryHari Khalsa2013-01-141-2/+7
* SERVER-4237 Make ReplSetTest.awaitSecondaryNodes reload who slaves are after ...Spencer T Brody2013-01-141-3/+4
* Clarify comment about the internal separation of read-only and read-write sys...Spencer T Brody2013-01-141-1/+2
* in 2dsphere within/intersect searching adjust covering size depending on the ...Hari Khalsa2013-01-141-1/+7
* allow full non-near geo functionality in matcherHari Khalsa2013-01-1421-644/+795
* SERVER-8086 Update comments per code review.Andy Schwerin2013-01-141-2/+2
* SERVER-7940 abort when receiving SSL_ERROR_WANT_xxxEric Milkie2013-01-141-2/+2
* SERVER-8125: improve text command error handling of large resultsEliot Horowitz2013-01-141-4/+8
* SERVER-8126: don't allow an array as a prefix of a text indexEliot Horowitz2013-01-141-0/+2
* Visual Studio -- add and remove filesTad Marshall2013-01-1412-13/+677
* Fix unreferenced local variable warningTad Marshall2013-01-121-1/+1
* SERVER-8053: support for timeouts in V8Scope's invoke() and exec()Ben Becker2013-01-116-5/+435
* SERVER-8815 Add scale value checking to db.printCollectionStatsdaveh862013-01-112-7/+18
* SERVER-8151: avoid using a HandleScope in mongoFind()Ben Becker2013-01-111-2/+1
* SERVER-4237 Make ReplicaSetTest wait for nodes to stabilize after initializationSpencer T Brody2013-01-112-1/+3
* use s2's loop orientation routinesHari Khalsa2013-01-111-27/+9
* verify latitude is [-90,90]Hari Khalsa2013-01-112-1/+22
* s2nearcursor covers search annulus betterHari Khalsa2013-01-113-17/+23
* POST 2.3.2Eliot Horowitz2013-01-101-1/+1
* BUMP 2.3.2r2.3.2Eliot Horowitz2013-01-101-1/+1
* Fix StringData::substr with single argumentMathias Stearn2013-01-092-11/+39
* Fix handling of short, invalid inputs to parseNumberFromString() and its ilk.Andy Schwerin2013-01-092-20/+43
* SERVER-8123: text indexes should be v 1Eliot Horowitz2013-01-091-2/+10
* SERVER-8124: in fts, error out when creating indexes if score is too highEliot Horowitz2013-01-091-3/+6