summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 0.9.2r0.9.2Eliot Horowitz2009-05-221-1/+1
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-05-222-10/+21
|\
| * Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-224-14/+94
| |\
| | * windows scons working for js in Debug mode MINOReliot2009-05-221-8/+16
| * | use larger buffer and specify size correctlyAaron2009-05-221-2/+5
* | | change min/max to minKey maxKeyEliot Horowitz2009-05-223-5/+9
| |/ |/|
* | Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-05-223-14/+29
|\ \ | |/
| * BUG SERVER-67 correctly handle insertion of new null element with $setAaron2009-05-223-14/+29
* | conserver types when doing bson -> js -> bson as much as possibleEliot Horowitz2009-05-222-6/+74
* | BSONObj::operator[string]Eliot Horowitz2009-05-221-0/+4
|/
* never destroy log or background job mutexes, as they generated assertions on ...Aaron2009-05-215-5/+5
* improve periodic repl saving and loggingAaron2009-05-211-7/+8
* BUG SERVER-59 when matching expand arrays recursively if contained in differe...Aaron2009-05-214-13/+13
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-2118-44/+75
|\
| * print handling of null MINOREliot Horowitz2009-05-211-0/+8
| * more weird js syntax handlingEliot Horowitz2009-05-212-2/+23
| * remove some java weirdness in build file MINOREliot Horowitz2009-05-211-1/+1
| * Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-208-11/+71
| |\
| * | explicitly bind e2e mongod instances to loopback interfaceAaron2009-05-2014-41/+43
* | | fix op logging for collection creation and for convertToCappedAaron2009-05-216-8/+42
| |/ |/|
* | Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-202-1/+8
|\ \
| * \ Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-05-201-2/+1
| |\ \
| * | | added [int] to BSONObjEliot Horowitz2009-05-202-1/+8
* | | | include check for collection created before slave startsAaron2009-05-201-2/+8
* | | | add test for replicating new capped collectionAaron2009-05-202-0/+13
| |/ / |/| |
* | | Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-202-1/+21
|\ \ \ | |/ /
| * | some js safety stuff MINOREliot Horowitz2009-05-202-1/+21
* | | cleaner test MINORAaron2009-05-201-2/+1
|/ /
* | handle broken eval scripts correctlyEliot Horowitz2009-05-203-7/+22
|/
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-202-2/+9
|\
| * Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-05-2019-71/+196
| |\
| * | better test MINOREliot Horowitz2009-05-201-1/+1
| * | converToCappend on collectionEliot Horowitz2009-05-202-2/+9
* | | compile solaris MINORAaron2009-05-201-1/+1
| |/ |/|
* | mongobridge close client ports on killAaron2009-05-201-12/+17
* | close mongobridge's listener socket when program killedAaron2009-05-201-4/+27
* | specify loopback interface when getting portAaron2009-05-201-1/+1
* | also expect port arg for mongobridgeAaron2009-05-201-1/+1
* | debugging MINORAaron2009-05-201-3/+1
* | adjust help formatting MINORAaron2009-05-201-2/+2
* | add tool tests where db data files are accessed directlyAaron2009-05-201-13/+30
* | better message when root missing MINORAaron2009-05-201-2/+4
* | use file allocator to allow writes in Tools MINORAaron2009-05-201-0/+5
* | Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-207-12/+83
|\ \
| * | add smokeTool to smokeAll MINORAaron2009-05-201-1/+1
| * | add smokeToolAaron2009-05-203-0/+47
| * | handle more non-server programsAaron2009-05-201-1/+1
| * | add option to output to fileAaron2009-05-201-7/+13
| * | fix compiler warning MINORAaron2009-05-201-1/+1
| * | BUG SERVER-58 fix embedded array matchingAaron2009-05-202-2/+20
| |/