summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pr0.1.3_rc1Dwight2008-09-151-22/+28
|\
| * classpathEliot Horowitz2008-09-151-22/+28
* | copydbDwight2008-09-155-22/+90
|/
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pdwight2008-09-147-16/+85
|\
| * Merge branch 'master' of ssh://git.latenightcoders.com/data/gitroot/pEliot Horowitz2008-09-1415-112/+420
| |\
| * | can use this. instead of obj. for $whereEliot Horowitz2008-09-145-8/+35
| * | can pass functions with scopesEliot Horowitz2008-09-145-12/+49
| * | ./db javatest just runs the jni testEliot Horowitz2008-09-141-0/+5
* | | copydb workdwight2008-09-146-24/+82
| |/ |/|
* | copydb - not yet doneDwight2008-09-126-24/+62
* | fix assumed initialization order of globalsDwight2008-09-123-15/+24
* | oplogging off unless a special buildDwight2008-09-112-5/+21
* | arbitrateDwight2008-09-115-46/+107
* | declare who our remote is on ismaster cmdDwight2008-09-111-1/+4
* | Option_SlaveOkDwight2008-09-115-26/+53
* | dbgrid.cpp added; return $err on assertDwight2008-09-114-10/+31
* | dbgrid.vcproj missing; more work on dbgridr0.1.2_rc1Dwight2008-09-115-2/+135
|/
* clean up commands (new method for making them)Dwight2008-09-103-28/+122
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-09-101-1/+1
|\
| * $where leakEliot Horowitz2008-09-091-1/+1
* | commentsDwight2008-09-101-5/+7
|/
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-09-097-451/+978
|\
| * break out code to serparate filedwight2008-09-085-446/+479
* | dbgrid startDwight2008-09-095-472/+26
|/
* better class nameDwight2008-09-052-11/+19
* repl tweaksDwight2008-09-055-17/+41
* more work on pairingDwight2008-09-045-11/+26
* endian check capabilityDwight2008-09-046-34/+59
* advertise new dbs for replication; handle user asserts on replDwight2008-09-038-87/+219
* fix a possible typo??Eliot Horowitz2008-08-281-1/+1
* chedck for indexes on $inc updates. disallow the update then for now -- but ...dwight2008-08-284-9/+27
* transientdetails work in progDwight2008-08-282-0/+12
* added transient namespace infoDwight2008-08-275-349/+383
* 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-255-13/+30
|\
| * repl tweaksDwight2008-08-255-13/+30
* | minor repl; ocmmentsdwight2008-08-253-3/+7
|/
* forgot to implement skip() for scanandorderdwight2008-08-242-51/+55
* 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
* 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-193-12/+6
* 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