summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* MINOR merge / fix namespace test failureAaron Staple2009-08-111-1/+1
* MINOR merge matcher changesAaron Staple2009-08-111-3/+4
* Merge branch 'master' of git@github.com:mongodb/mongoAaron Staple2009-08-1168-394/+1398
|\
| * fix test and clean codeEliot Horowitz2009-08-102-11/+5
| * fix 32-bit compile MINOREliot Horowitz2009-08-101-1/+1
| * fix solaris compilre MINOREliot Horowitz2009-08-101-1/+1
| * Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-08-1010-24/+73
| |\
| | * use $snapshot in the clone / repl code where appropriateDwight2009-08-107-17/+49
| | * better $snapshot codeDwight2009-08-103-7/+24
| * | append(Min|Max)ForType - so that range queries can be made smarter SERVER-177Eliot Horowitz2009-08-105-8/+142
| |/
| * handle empty objects better in FieldMatcher SERVER-224Eliot Horowitz2009-08-102-3/+21
| * implement paired connection support in shell SERVER-171Eliot Horowitz2009-08-101-6/+19
| * implement DBClientPaire::connect( string s )Eliot Horowitz2009-08-102-5/+7
| * Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-08-101-0/+4
| |\
| | * don't lookup unknown address MINOREliot Horowitz2009-08-101-0/+4
| * | make copyDatabase use admin db automatically SERVER-222Eliot Horowitz2009-08-102-1/+27
| |/
| * fix search on $ref , $id SERVER-223Eliot Horowitz2009-08-103-3/+24
| * make binding to an address work SERVER-220Eliot Horowitz2009-08-101-2/+3
| * nicer error reportingEliot Horowitz2009-08-101-1/+9
| * some work on $snapshotdwight2009-08-093-2/+14
| * Merge branch 'master' of git://github.com/mongodb/mongoMike Dirolf2009-08-0717-205/+470
| |\
| | * 'scons test_shell' to run shell testsMike Dirolf2009-08-072-3/+13
| | * better debugging for invalid utf-8 in smEliot Horowitz2009-08-071-0/+24
| | * Merge branch 'master' of git@github.com:mongodb/mongoMike Dirolf2009-08-077-14/+23
| | |\
| | | * windows compile MINOREliot Horowitz2009-08-071-1/+1
| | | * got rid of exit() callsEliot Horowitz2009-08-076-13/+22
| | * | minor: test for shell argumentsMike Dirolf2009-08-074-0/+240
| | * | minor: fix some bugs in arg handlingMike Dirolf2009-08-071-6/+15
| | * | minor: check if there were any files givenMike Dirolf2009-08-071-1/+3
| | * | towards boost::po - needs testingMike Dirolf2009-08-071-107/+83
| | * | minor: let boost take care of the too many positionals case for usMike Dirolf2009-08-071-6/+1
| | * | use dbExecCommand instead of hardcoding executable name into help textMike Dirolf2009-08-071-2/+2
| | * | Merge branch 'master' of git@github.com:mongodb/mongoMike Dirolf2009-08-0712-35/+77
| | |\ \ | | | |/
| | * | minor: whitespaceMike Dirolf2009-08-061-54/+54
| | * | minor: whitespaceMike Dirolf2009-08-063-45/+45
| * | | towards mongosniff on windows with winpcapMike Dirolf2009-08-072-3/+13
| | |/ | |/|
| * | Tweak prefix for Debian/Ubuntu.Nathaniel Talbott2009-08-071-1/+1
| * | update $nin testEliot Horowitz2009-08-061-19/+35
| * | fix $ne/$nin on non-matches SERVER-198Eliot Horowitz2009-08-062-3/+5
| * | make test for not better MINOREliot Horowitz2009-08-061-5/+11
| * | test for not being able to delete indexesEliot Horowitz2009-08-061-0/+10
| * | some debian stuffEliot Horowitz2009-08-065-7/+12
| * | cleaner drop debuggingEliot Horowitz2009-08-062-2/+4
| * | little more debugging for next new type MINOREliot Horowitz2009-08-061-0/+1
| |/
| * Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-08-0621-37/+103
| |\
| | * make dbtest shutdown cleanlyEliot Horowitz2009-08-061-0/+1
| | * unknow regex flag warning, not assertEliot Horowitz2009-08-061-1/+3
| | * operator string() for some internal classesEliot Horowitz2009-08-061-0/+4
| | * test for SERVER-198 that fails MINOREliot Horowitz2009-08-061-0/+14
| | * inShutdown() method so spider monkey can shutdown cleanlyEliot Horowitz2009-08-055-1/+20