summaryrefslogtreecommitdiff
path: root/s
Commit message (Expand)AuthorAgeFilesLines
* add iterator to chunk stateAlberto Lerner2010-12-102-0/+39
* fix: reset version to the right number if migrate commit failsAlberto Lerner2010-12-081-1/+1
* SERVER-2184 clarify usage of mongo mutexAaron2010-12-081-1/+1
* Merge branch 'master' of github.com:mongodb/mongodwight2010-12-057-135/+378
|\
| * hook new versioning machinery and allow mongod to maintain per-chunk stateAlberto Lerner2010-12-044-101/+95
| * reminderAlberto Lerner2010-12-041-0/+4
| * fix multisplit case and move that logic to manager cloningAlberto Lerner2010-12-043-21/+21
| * new versioning suport in sharding state (to be hooked)Alberto Lerner2010-12-032-1/+84
| * migrate and split can now change sharding state (to be hooked)Alberto Lerner2010-12-032-3/+91
| * elim debug codeAlberto Lerner2010-12-031-6/+0
| * better error messageAlberto Lerner2010-12-031-2/+12
| * adjust parameterAlberto Lerner2010-12-032-3/+2
| * split behaviorAlberto Lerner2010-12-022-8/+65
| * disambiguateAlberto Lerner2010-12-022-2/+2
| * first and last chunk behaviorAlberto Lerner2010-12-012-26/+40
* | refactor OID class a bit, cleanup, better id generation SERVER-2175dwight2010-12-052-0/+4
|/
* allow cloning chunk stateAlberto Lerner2010-11-302-29/+138
* Fix uninitialized member warning under gcc 4.5Mathias Stearn2010-11-291-0/+1
* alignedbuilder improvements and fixes for other platformsDwight2010-11-292-0/+6
* remove old vcproj files. vcxproj files are maintained. sadly the vcproj file...Dwight2010-11-291-1048/+0
* envp is not usedAlberto Lerner2010-11-281-1/+1
* reminderAlberto Lerner2010-11-261-0/+1
* SERVER-1849 commentAlberto Lerner2010-11-261-1/+1
* SERVER-1849 check for dropped collectionsAlberto Lerner2010-11-261-3/+6
* dblock is deprecatedAlberto Lerner2010-11-241-2/+2
* commentAlberto Lerner2010-11-241-1/+4
* prep for collecting per-chunk stats on mongodAlberto Lerner2010-11-232-38/+57
* fix potential seg faultAlberto Lerner2010-11-231-1/+4
* log command startAlberto Lerner2010-11-221-4/+5
* SERVER-1849 Just to tie code site to the JIRA itemAlberto Lerner2010-11-191-3/+9
* longer names but no homonymsAlberto Lerner2010-11-192-5/+5
* ChunkMatcher is now ShardChunkManagerAlberto Lerner2010-11-194-23/+23
* ChunkMatcher now has per-chunk boundariesAlberto Lerner2010-11-186-89/+114
* non-critical assert is triggering while the version mechanism is being change...Alberto Lerner2010-11-181-1/+9
* SERVER-2119 Just to tie code site and JIRA itemAlberto Lerner2010-11-181-1/+3
* more force explicit change of versionAlberto Lerner2010-11-181-6/+16
* force explicit change of versionAlberto Lerner2010-11-182-22/+34
* fix sharded outTypeEliot Horowitz2010-11-151-0/+1
* remove CursorIteratorEliot Horowitz2010-11-151-6/+0
* vstudio compiledwight2010-11-132-0/+4
* compile vstudiodwight2010-11-132-1/+2
* SERVER-2024 reminder comment; implementation depends on new state on ChunkMat...Alberto Lerner2010-11-121-0/+4
* pull ChunkMatcher to its own moduleAlberto Lerner2010-11-124-80/+130
* ChunkMatcher has a bit more state now and a new interfaceAlberto Lerner2010-11-112-34/+43
* commentsAlberto Lerner2010-11-112-1/+7
* SERVER-2069 hook up ability to define balance window (syntax on the JIRA)Alberto Lerner2010-11-091-5/+5
* SERVER-2069 unittest for window of balancingAlberto Lerner2010-11-092-13/+58
* add 'passed' messageAlberto Lerner2010-11-091-0/+2
* SERVER-2069 new attempt at cross-platform time parsingAlberto Lerner2010-11-091-19/+21
* SERVER-2069 compile windows while the fix is pending, take 2Alberto Lerner2010-11-091-7/+8