summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@github.com:mongodb/mongor1.1.1Eliot Horowitz2009-10-0111-39/+61
|\
| * windows testingEliot Horowitz2009-10-011-8/+8
| * fix windowsEliot Horowitz2009-10-012-4/+4
| * better debugging for assertionsEliot Horowitz2009-10-011-1/+5
| * Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2009-10-016-24/+44
| |\
| | * link visual studio base64Dwight2009-10-013-16/+28
| | * compile windowsDwight2009-10-011-2/+0
| | * Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-10-0110-55/+297
| | |\
| | * | minor prep for multi update workDwight2009-10-013-8/+16
| * | | win compileEliot Horowitz2009-10-011-2/+0
| | |/ | |/|
* | | BUMP 1.1.1Eliot Horowitz2009-10-013-3/+3
|/ /
* | finish getting rid of boost base64Eliot Horowitz2009-10-013-29/+18
* | counting fails twiceEliot Horowitz2009-10-011-1/+0
* | starting to rip out boost base64Eliot Horowitz2009-10-011-11/+2
* | fix BSONObj::dumpEliot Horowitz2009-10-011-2/+2
* | fix base64 issueEliot Horowitz2009-10-013-16/+55
* | better debuggingEliot Horowitz2009-10-011-2/+6
* | better debuggingEliot Horowitz2009-10-011-4/+3
* | base64 decodeEliot Horowitz2009-09-303-18/+88
* | simple base64::encodeEliot Horowitz2009-09-304-1/+129
* | don't use multimap for MR b/c its slowerEliot Horowitz2009-09-301-10/+20
* | unlock while doing map/reduceEliot Horowitz2009-09-301-4/+17
|/
* compile windowsDwight2009-09-301-9/+9
* fix compile windowsDwight2009-09-302-2/+1
* test projectunknown2009-09-302-60/+155
* win pre-compild headersunknown2009-09-3017-3/+17
* trying to get dbtests running on winEliot Horowitz2009-09-301-0/+1807
* some debuggingEliot Horowitz2009-09-301-3/+8
* don't use assert b/c of windowsEliot Horowitz2009-09-302-17/+17
* optional out paramter for map/reduceEliot Horowitz2009-09-292-0/+13
* allow restoring a single collection to a different collection nameMike Dirolf2009-09-291-9/+22
* compilie solaris MINOREliot Horowitz2009-09-291-1/+1
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-09-294-8/+48
|\
| * fix slight memory wastage on bottom up index buildDwight2009-09-293-3/+13
| * Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-09-292-1/+13
| |\
| * | repl helper functionsDwight2009-09-291-5/+35
* | | allow you to store js functions in the server SERVER-157Eliot Horowitz2009-09-298-10/+119
| |/ |/|
* | mr query SERVER-208Eliot Horowitz2009-09-292-1/+13
|/
* fast upgrade from 4.4 to 4.5 SERVER-292Eliot Horowitz2009-09-291-4/+32
* test for reIndex commandEliot Horowitz2009-09-291-1/+22
* reIndex command - in prep for SERVER-292Eliot Horowitz2009-09-291-0/+55
* append( string, BSONObj ) since often used for array buildingEliot Horowitz2009-09-291-0/+4
* more tests to try and re-produce SERVER-230Eliot Horowitz2009-09-291-1/+58
* fix typodwight2009-09-271-1/+1
* tuning index performancedwight2009-09-274-29/+37
* try to fix benchmark againEliot Horowitz2009-09-271-0/+2
* potential fix test thingEliot Horowitz2009-09-261-0/+6
* don't use set for extsort, use list and then sortEliot Horowitz2009-09-262-28/+37
* some debuggingEliot Horowitz2009-09-261-6/+7
* Merge branch 'master' of git@github.com:mongodb/mongodwight2009-09-269-75/+139
|\