summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * fix warningEliot Horowitz2009-11-301-1/+1
| * BSONObj::isValid makes sure objects are less than 8mbEliot Horowitz2009-11-301-1/+1
* | fix shutdownServer in shell to show returend error msgDwight2009-11-301-2/+4
|/
* init fixEliot Horowitz2009-11-281-0/+1
* mongoimport take --headerline for csv,tsv SERVER-444Eliot Horowitz2009-11-282-8/+37
* add warningdwight2009-11-281-0/+1
* icompile old boostdwight2009-11-281-0/+2
* remove commented line was for testingdwight2009-11-281-2/+1
* bug fixdwight2009-11-281-1/+4
* temp until we finish some code do not assertdwight2009-11-281-1/+2
* concurrency workdwight2009-11-286-20/+78
* Merge branch 'master' of git@github.com:mongodb/mongodwight2009-11-283-6/+47
|\
| * fix csv parsing with escaped fields SERVER-441Eliot Horowitz2009-11-282-3/+45
| * only have default value in 1 placeEliot Horowitz2009-11-281-3/+2
* | checkpoitn a little sync workdwight2009-11-285-45/+74
|/
* compile vstudiodwight2009-11-281-1/+1
* more error handlingEliot Horowitz2009-11-271-0/+1
* commentEliot Horowitz2009-11-271-0/+3
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2009-11-274-16/+19
|\
| * Merge branch 'master' of git@github.com:mongodb/mongodwight2009-11-271-4/+4
| |\
| | * linux compileEliot Horowitz2009-11-251-4/+4
| * | minor concurrency prep tweakingdwight2009-11-273-12/+15
| |/
* | durability: added occasinal file syncEliot Horowitz2009-11-271-0/+23
|/
* extraneous log msgdwight2009-11-251-1/+0
* Merge branch 'master' of git@github.com:mongodb/mongodwight2009-11-2529-201/+505
|\
| * make jstOID a simple type and fix field filter and findOneEliot Horowitz2009-11-253-3/+4
| * forgot a testEliot Horowitz2009-11-251-0/+1
| * Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-11-252-3/+12
| |\
| | * minor: don't put mms in optionsMike Dirolf2009-11-252-3/+12
| * | use Helpers::findById for simpel _id lookupsEliot Horowitz2009-11-253-66/+123
| * | some btree helpers and testEliot Horowitz2009-11-255-22/+116
| |/
| * fail early with compound shard keysMathias Stearn2009-11-241-0/+3
| * refactoring/cleaning of drop/dropDatabase/removeshardEliot Horowitz2009-11-248-87/+115
| * cleaningEliot Horowitz2009-11-241-6/+1
| * getShardVersion in mongos - diagnostic toolsEliot Horowitz2009-11-246-4/+76
| * fix error messageEliot Horowitz2009-11-241-0/+1
| * better message debuggingEliot Horowitz2009-11-241-0/+1
| * fix SockAddr::toStringEliot Horowitz2009-11-241-2/+6
| * bad git commitEliot Horowitz2009-11-241-1/+1
| * Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-11-242-4/+28
| |\
| | * minor: test case for compound sort including failing test case for compound s...Mike Dirolf2009-11-241-0/+21
| | * add boost version to sysinfoMathias Stearn2009-11-241-4/+7
| * | google profilerEliot Horowitz2009-11-242-2/+2
| * | silly extraneous toStringEliot Horowitz2009-11-241-1/+1
| |/
| * some command cleaning and query for distinct SERVER-437Eliot Horowitz2009-11-244-7/+21
* | bug fix with OID generation on OS X (init order problem)dwight2009-11-243-3/+29
|/
* fail fast on capped delete SERVER-395Eliot Horowitz2009-11-232-1/+6
* add DBRef support to v8 engine (not DBPointer)metagoto2009-11-245-4/+52
* fix for V8 TryCatch changemetagoto2009-11-241-5/+5
* OID::newState to generate fresh "machine" bitsMathias Stearn2009-11-232-3/+14