summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Replace tab indentation with spacesAaron2008-12-2849-7749/+8184
* was logging too muchdwight2008-12-281-3/+3
* simple quotas for disk usageunknown2008-12-274-14/+41
* minor logging cleanupunknown2008-12-272-3/+3
* begin --quotasimpledwight2008-12-262-25/+28
* ensurehaveidindex had a bug could have resulting in two _id indexesdwight2008-12-251-1/+1
* regex compare now implementedunknown2008-12-252-12/+22
* compile on visual C++ / windowsunknown2008-12-251-1/+1
* partial - appendRegex not finished yetdwight2008-12-253-20/+36
* Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2008-12-241-1/+5
|\
| * Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-12-244-6/+47
| |\
| * | if blank db name data present, just skip while replicatingDwight2008-12-241-1/+5
* | | Print new pdfile version number in log messageAaron2008-12-241-1/+2
| |/ |/|
* | Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2008-12-243-9/+36
|\ \ | |/
| * better error messagse for replicationDwight2008-12-243-9/+36
* | Index simple objects within arraysAaron2008-12-244-6/+47
|/
* Comment 'first operation' loggingAaron2008-12-221-2/+4
* Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2008-12-226-40/+331
|\
| * Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-12-2216-205/+291
| |\
| * | release_nojni visual studio target addedDwight2008-12-226-40/+331
* | | dbpath parameter to initAndListen has been removedAaron2008-12-221-2/+2
| |/ |/|
* | Document field extraction functionsAaron2008-12-191-0/+3
* | Use empty string for field names of key elementsAaron2008-12-196-27/+43
* | Bump up minor version to account for last week's key-related changes. Cross ...Aaron2008-12-191-1/+1
* | Remove warning about including jsobj.hAaron2008-12-191-5/+0
* | Cursor keeps own copy of nsAaron2008-12-191-0/+1
* | Cloner shouldn't double-init the cursorAaron2008-12-181-1/+1
* | Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2008-12-183-6/+30
|\ \ | |/
| * Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-12-182-2/+6
| |\
| * \ Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-12-1712-17/+9
| |\ \
| * | | fix linker warnings for vc++Dwight2008-12-173-6/+30
* | | | Automatically repair databases when pdfile version changesAaron2008-12-187-30/+64
* | | | Use socketless interface for cloning using single db instanceAaron2008-12-185-144/+181
| |_|/ |/| |
* | | Eliminate 2 types of compiler warningsAaron2008-12-171-2/+2
* | | Use #pragma message rather than #warning in windowsAaron2008-12-171-0/+4
| |/ |/|
* | Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2008-12-173-9/+7
|\ \ | |/
| * clean up compare for diskloc class a little had some dup codeDwight2008-12-171-7/+2
| * Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-12-161-2/+2
| |\
| * | windows release build supportDwight2008-12-162-2/+5
* | | Make g++ warnings stricter, clear a few new warningsAaron2008-12-1712-17/+9
| |/ |/|
* | Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2008-12-165-1033/+1043
|\ \ | |/
| * Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-12-1611-75/+227
| |\
| * | cleanup how we use boost.Dwight2008-12-164-1034/+1043
* | | g++ check return type, fix some warningsAaron2008-12-162-4/+4
| |/ |/|
* | Ignore index direction when bounding btree cursor, as btree doesn't yet suppo...Aaron2008-12-161-2/+4
* | Decopule master/slave repairAaron2008-12-161-2/+2
* | Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2008-12-167-75/+262
|\ \ | |/
| * fixes for replacepeer (replica pair functionality)Dwight2008-12-151-1/+10
| * $cmd replacepeerDwight2008-12-156-73/+241
| * { query : ... } form accepted for $cmd's.Dwight2008-12-151-2/+12