summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* --master default in run.tcsr0.1.1_rc1yellow2008-08-271-1/+1
* we only clone one database per pass, even if a lot need done. This helps usDwight2008-08-264-6/+19
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pdwight2008-08-257-17/+35
|\
| * repl tweaksDwight2008-08-257-17/+35
* | minor repl; ocmmentsdwight2008-08-253-3/+7
|/
* forgot to implement skip() for scanandorderdwight2008-08-242-51/+55
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pdwight2008-08-242-9/+24
|\
| * db.cpp : tweak correction of supplied data dir path to work on windowsU-GEIR-5ACC88A714\Administrator2008-08-231-7/+16
| * javajs.cpp : if the appsrvpath is set on command line, respect itU-GEIR-5ACC88A714\Administrator2008-08-221-2/+8
* | rebuilt boostdwight2008-08-244-0/+0
|/
* sort without indexDwight2008-08-214-69/+168
* beginnings of some sorting stuffDwight2008-08-193-4/+51
* auto add _id index on slave so replication is fastDwight2008-08-194-1/+34
* cleanupDwight2008-08-194-12/+8
* reuse cursor from repl batch to batchDwight2008-08-198-91/+141
* replicate $inc right; implement $setDwight2008-08-184-30/+66
* repl npe / cleanup when can't connect to masterdwight2008-08-172-1/+8
* index creation wasn't replicating right.dwight2008-08-151-12/+19
* replication: keep db connection open across batches.dwight2008-08-152-22/+64
* segfault just introduced recently, fixed.dwight2008-08-151-1/+2
* reuse the dbclientconnection on repl passesDwight2008-08-132-21/+37
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-08-132-0/+313
|\
| * relative project for xcode for mongo.... take 2Geir Magnusson Jr2008-08-122-0/+313
| * remove - start againGeir Magnusson Jr2008-08-122-781/+0
| * remove my personal configGeir Magnusson Jr2008-08-122-1721/+0
| * Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pGeir Magnusson Jr2008-08-1218-88/+146
| |\
| * | for dwight : I think these are the right pieces for xcodeGeir Magnusson Jr2008-08-124-0/+2502
* | | tailable cursors workingDwight2008-08-1311-170/+265
| |/ |/|
* | Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-08-121-4/+3
|\ \
| * | compiledwight2008-08-121-4/+3
* | | checkpoint my workDwight2008-08-125-22/+49
|/ /
* | cleanup; fix visual studio settingsDwight2008-08-115-9/+15
* | Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-08-1118-500/+591
|\ \
| * | worko in progress with tailable cursorsdwight2008-08-115-52/+82
| |/
| * Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pr0.1.0_rc2dwight2008-08-041-2/+18
| |\
| | * can use <host>:<port> syntax for master hostEliot Horowitz2008-08-031-2/+18
| * | bug fix with $indwight2008-08-042-31/+38
| |/
| * log cleanupdwight2008-08-024-14/+13
| * replication fixes plus some log cleanupdwight2008-08-029-405/+432
| * added type SymbolEliot Horowitz2008-07-312-2/+5
* | minor cleanup pragmasDwight2008-08-1112-27/+14
|/
* checkpoitning workDwight2008-07-314-11/+46
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pr0.1.0_rc1Dwight2008-07-311-1/+2
|\
| * Add log output for master and slave modes so we are sure at startupGeir Magnusson Jr2008-07-311-1/+2
* | repl master fixDwight2008-07-315-25/+28
|/
* compileDwight2008-07-302-1/+135
* important cursor bug fixes (getmore)Dwight2008-07-309-171/+73
* replicationDwight2008-07-299-53/+255
* replication some work doneDwight2008-07-286-35/+180
* collection options are retained when db is cloned;Dwight2008-07-2814-22/+236