summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* processinfo class and meminfo command, only works on darwin for the momentEliot Horowitz2009-02-201-0/+25
* Clean up loggingAaron2009-02-191-2/+2
* Print help with the other command dispatch functionAaron2009-02-191-5/+12
* Add help for clone collection commandAaron2009-02-191-3/+3
* Build start and end keys checkpointAaron2009-02-192-0/+12
* Use const ref for bson objectsAaron2009-02-192-10/+10
* Implement hints, test directionAaron2009-02-192-10/+40
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-02-191-1/+5
|\
| * Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-02-191-10/+11
| |\
| * | reset dbmessage locationEliot Horowitz2009-02-191-1/+5
* | | Don't create string unless we're actually going to logAaron2009-02-192-3/+5
| |/ |/|
* | More correct definition of 'optimal'Aaron2009-02-191-10/+11
|/
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-02-191-1/+1
|\
| * minor/typodwight2009-02-181-1/+1
* | More query plan details, choosing an optimal plan if there is oneAaron2009-02-192-32/+62
* | Get rid of stringable class, use implicit type conversion to string insteadAaron2009-02-181-1/+2
|/
* Make copying indexes optional; don't bother adding the option to shell, it's ...Aaron2009-02-181-3/+8
* Copy indexes tooAaron2009-02-181-0/+4
* Don't require adminAaron2009-02-181-3/+0
* Add cloneCollection commandAaron2009-02-181-5/+51
* More metadata about query planAaron2009-02-183-5/+55
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-02-181-5/+1
|\
| * md5 of nothing is the same as md5 of ""Eliot Horowitz2009-02-181-5/+1
* | virtual dtors == goodAaron2009-02-185-1/+5
|/
* filemd5 supports rootEliot Horowitz2009-02-181-2/+13
* help for filemd5Eliot Horowitz2009-02-181-1/+4
* log more on commandsdwight2009-02-181-6/+9
* dbcommands.cpp : add log() message when a closeAllDatabases message is reciev...Geir Magnusson Jr2009-02-181-0/+3
* Fix unit test failure related to initialization order of static variablesAaron Staple2009-02-172-3/+9
* Some ordering logicAaron2009-02-172-35/+85
* Better error messageAaron2009-02-171-1/+1
* More field boundsAaron2009-02-171-7/+21
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-02-174-4/+36
|\
| * Merge branch 'master' of git@github.com:mongodb/mongodwight2009-02-172-10/+10
| |\
| | * Fix another memory leakAaron2009-02-171-3/+4
| * | compile mongos on windowsdwight2009-02-171-4/+5
| * | Merge branch 'master' of git@github.com:mongodb/mongodwight2009-02-1716-123/+271
| |\ \
| * | | a little dbclient.h cleanup (minor)dwight2009-02-132-0/+30
* | | | Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-02-171-7/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix memory leakAaron2009-02-171-7/+6
| | |/ | |/|
* | | Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-02-172-19/+25
|\ \ \ | |/ /
| * | MergeAaron2009-02-1723-146/+380
| |\ \
| | * | new java js systemEliot Horowitz2009-02-151-19/+5
| * | | Add command closeAllDatabasesAaron2009-02-171-0/+20
* | | | FieldBound workAaron2009-02-175-6/+112
| |/ / |/| |
* | | fix to properly check for dupkey with unused keysDwight2009-02-135-25/+85
* | | Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-02-132-1/+14
|\ \ \
| * | | command helper systemEliot Horowitz2009-02-132-1/+14
* | | | btree: fix a bug (missing code) when reinserting a key that was marked unusedDwight2009-02-135-27/+66
|/ / /
* | | c++ client:Dwight2009-02-122-1/+13