summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-2531: REPLACE mode now uses the finishMapReduce cmd on each shard, so ↵agirbal2011-06-272-52/+44
| | | | that the replace is atomic.
* Merge branch 'master' of github.com:mongodb/mongodwight2011-06-273-1/+34
|\
| * Fix SERVER-3276 - mongoimport stripping leading tabs when importing TSV filesSpencer T Brody2011-06-273-1/+34
| |
* | fix last commit breakagedwight2011-06-274-7/+13
| |
* | fix temp var issuedwight2011-06-271-3/+1
| |
* | an index v1 buf fix and a bunch of cleaning/safetydwight2011-06-279-25/+38
| |
* | use --journal on dbtests sometimes even if not a pure dur build so that this ↵dwight2011-06-273-4/+15
|/ | | | gets some reasonable amount of testing
* Merge branch 'master' of github.com:mongodb/mongodwight2011-06-271-1/+1
|\
| * compile gcc templatedwight2011-06-271-1/+1
| |
* | make journal files smaller on OS X as that is probably a developer box not a ↵dwight2011-06-273-2/+6
|/ | | | server
* commentdwight2011-06-271-1/+3
|
* Merge branch 'master' of github.com:mongodb/mongodwight2011-06-271-0/+11
|\
| * put full extends in validate with fullEliot Horowitz2011-06-271-0/+11
| |
* | missed on previous commitdwight2011-06-271-23/+0
| |
* | compile vstudiodwight2011-06-271-1/+1
| |
* | fix mongoclientlib file for new file locationsdwight2011-06-271-2/+3
| |
* | move bson method to the right place for libs and include only use of bsondwight2011-06-273-18/+42
| |
* | compile vcxprojdwight2011-06-2711-38/+47
| |
* | pragma oncedwight2011-06-271-4/+1
| |
* | Merge branch 'master' of github.com:mongodb/mongodwight2011-06-2781-945/+1208
|\ \ | |/
| * SERVER-2531: added REDUCE mode for M/R to sharded output collectionagirbal2011-06-267-105/+160
| |
| * message_port.cppEliot Horowitz2011-06-261-0/+506
| |
| * move connTicketHolderEliot Horowitz2011-06-264-2/+3
| |
| * removed global debugString with Message::toStringEliot Horowitz2011-06-266-35/+37
| |
| * put objcheck in CmdLineEliot Horowitz2011-06-265-11/+9
| |
| * net cleaning: message.cpp splitEliot Horowitz2011-06-263-494/+19
| |
| * net cleaning: more splittingEliot Horowitz2011-06-262-228/+251
| |
| * net cleaning: message split checkpoint where everything worksEliot Horowitz2011-06-2618-63/+414
| |
| * net cleaning: starting to split up message.hEliot Horowitz2011-06-2614-266/+58
| |
| * move noUnixSocket to cmdlineEliot Horowitz2011-06-265-12/+9
| |
| * net cleaning: move message.* to net/Eliot Horowitz2011-06-2641-57/+59
| | | | | | | | net cleaning: move http tools to net/
| * net cleaning: move message_server* to netEliot Horowitz2011-06-266-11/+12
| |
| * net cleaning: move sock.h to net/Eliot Horowitz2011-06-268-14/+14
| |
| * net cleaning: move hostandport to net subdirectoryEliot Horowitz2011-06-266-8/+8
| |
| * net cleaning: remove unused methodEliot Horowitz2011-06-261-18/+0
| |
| * some sock cleaning prepEliot Horowitz2011-06-262-27/+25
| |
| * fix local.me for regular master/slaveEliot Horowitz2011-06-262-3/+8
| |
| * safer access SERVER-3335Eliot Horowitz2011-06-261-1/+1
| |
| * forceTableScan option for mongodump SERVER-3338Eliot Horowitz2011-06-261-1/+2
| |
| * more lexNumCmp testEliot Horowitz2011-06-251-0/+3
| |
| * fix lexNumCmp for middle 0 SERVER-3218Eliot Horowitz2011-06-253-5/+22
| |
| * spamEliot Horowitz2011-06-251-2/+0
| |
| * move lexNumCmp to util/stringutils.hEliot Horowitz2011-06-257-76/+82
| |
* | support geo indexes with v1 indexdwight2011-06-275-50/+118
|/
* Merge branch 'master' of github.com:mongodb/mongodwight2011-06-252-2/+6
|\
| * remove unit test spam from mongosEliot Horowitz2011-06-251-0/+4
| |
| * use journalling instead of dialog for config server SERVER-3336Eliot Horowitz2011-06-251-2/+2
| |
* | dont include _id field in system.indexes documents. easier to read and ↵dwight2011-06-251-3/+12
|/ | | | shorter is better as we look at these often in the code path
* require server name on SocketExceptionEliot Horowitz2011-06-254-11/+13
|
* store host in local.me SERVER-3328Kristina2011-06-242-37/+74
|