summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Open a journal file on startup 180r1.8.0-rc2Mathias Stearn2011-03-092-1/+2
* Don't rotate and open a journal file if one isn't already opened SERVER-2655 180Mathias Stearn2011-03-091-1/+1
* BUMP 1.8.0-rc2Eliot Horowitz2011-03-092-2/+2
* Add MAP_NORESERVE option to private mmaps 180?Mathias Stearn2011-03-091-2/+6
* fix potential seg fault when Client Context isn't handled correct with except...Eliot Horowitz2011-03-091-5/+5
* more safety for getMore yielding 180Eliot Horowitz2011-03-092-1/+11
* fix sharding test with local changeEliot Horowitz2011-03-081-1/+1
* safer key too large check 180Eliot Horowitz2011-03-081-2/+3
* don't return local in listDatabases sharded 180 SERVER-2686Eliot Horowitz2011-03-082-0/+16
* dur typo in constant 180Dwight2011-03-071-1/+1
* do'nt use RARELY with commitIfNeeded, just check if it did itEliot Horowitz2011-03-071-5/+3
* dur commitIfNeeded returns if it commitedEliot Horowitz2011-03-072-4/+7
* faster: groupCommit already catches exceptionsdwight2011-03-071-16/+9
* Revert "fix setShardVersion on a new db"Eliot Horowitz2011-03-071-2/+0
* fix setShardVersion on a new dbEliot Horowitz2011-03-071-0/+2
* make warning about missing index entries for large keys nicer SERVER-2693Eliot Horowitz2011-03-071-1/+3
* fix boost 1.45Eliot Horowitz2011-03-062-1/+9
* clean setShardVersion to reduce locking 180?Eliot Horowitz2011-03-061-58/+103
* don't record info once context finished 180Eliot Horowitz2011-03-061-0/+3
* make forcing a split work better SERVER-2419 180?Eliot Horowitz2011-03-061-33/+46
* cap connections in connection pool stack SERVER-2687 180Eliot Horowitz2011-03-052-1/+13
* use .trueValue() rather than .Bool() for backwards compat. 180Eliot Horowitz2011-03-051-2/+2
* reload conifg after manual splitEliot Horowitz2011-03-051-1/+1
* log why setShardVersion is slowEliot Horowitz2011-03-041-1/+5
* pass verbose to printShardingStatusEliot Horowitz2011-03-041-2/+2
* when removing keys that are too large from an index, stll remove but warnEliot Horowitz2011-03-041-5/+5
* POST 1.8.0-rc1Eliot Horowitz2011-03-042-2/+2
* initialize _recovering 180r1.8.0-rc1Mathias Stearn2011-03-031-1/+1
* fix yield on getMore SERVER-2450Eliot Horowitz2011-03-031-1/+3
* yield on getMore SERVER-2450Eliot Horowitz2011-03-031-0/+3
* fix rs client error on failover SERVER-2619Eliot Horowitz2011-03-031-8/+6
* update index test because of fix SERVER-1716Eliot Horowitz2011-03-021-5/+2
* fix BtreeBuilder to always check key sizeEliot Horowitz2011-03-021-9/+9
* don't do commitIfNeeded RARELY SERVER-2657 180Eliot Horowitz2011-03-022-2/+2
* some missing commitIfNeeded SERVER-2657 180Eliot Horowitz2011-03-023-0/+5
* make sure that index creation is logged on secondaries during migrate SERVER-...Eliot Horowitz2011-03-011-1/+1
* cant destroy complex global variables at shutdown 180?dwight2011-03-012-5/+7
* add FileCreatedOp on first use of file, regardless of preexistence 180?Mathias Stearn2011-03-014-6/+5
* Better error message. 180?Mathias Stearn2011-03-011-1/+1
* BUMP 1.8.0-rc1Eliot Horowitz2011-03-014-3/+9
* SERVER-2650 prevent too small extentsAaron2011-03-013-2/+18
* debugging for slow server statusEliot Horowitz2011-03-011-0/+2
* accept only major version max for reads and writes 181?Eliot Horowitz2011-03-011-2/+2
* null is ok in shard key, blank is not SERVER-2648Eliot Horowitz2011-03-012-10/+34
* less verbose chunk info by defaultEliot Horowitz2011-03-011-1/+1
* don't clean up journal files, or do much of anything, on an abruptQuit()Dwight2011-03-011-0/+5
* SERVER-2631 missing commitIfNeeded in ~BtreeBuilder - 180?Dwight2011-03-011-0/+1
* SERVER-2631 missing destructor guard - 180?Dwight2011-03-011-11/+13
* SERVER-2631 missing commitIfNeeded call - 180?Dwight2011-03-011-0/+6
* SERVER-2631 180? 181?dwight2011-03-011-1/+1