Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-2531: REPLACE mode now uses the finishMapReduce cmd on each shard, so ↵ | agirbal | 2011-06-27 | 2 | -52/+44 |
| | | | | that the replace is atomic. | ||||
* | Merge branch 'master' of github.com:mongodb/mongo | dwight | 2011-06-27 | 3 | -1/+34 |
|\ | |||||
| * | Fix SERVER-3276 - mongoimport stripping leading tabs when importing TSV files | Spencer T Brody | 2011-06-27 | 3 | -1/+34 |
| | | |||||
* | | fix last commit breakage | dwight | 2011-06-27 | 4 | -7/+13 |
| | | |||||
* | | fix temp var issue | dwight | 2011-06-27 | 1 | -3/+1 |
| | | |||||
* | | an index v1 buf fix and a bunch of cleaning/safety | dwight | 2011-06-27 | 9 | -25/+38 |
| | | |||||
* | | use --journal on dbtests sometimes even if not a pure dur build so that this ↵ | dwight | 2011-06-27 | 3 | -4/+15 |
|/ | | | | gets some reasonable amount of testing | ||||
* | Merge branch 'master' of github.com:mongodb/mongo | dwight | 2011-06-27 | 1 | -1/+1 |
|\ | |||||
| * | compile gcc template | dwight | 2011-06-27 | 1 | -1/+1 |
| | | |||||
* | | make journal files smaller on OS X as that is probably a developer box not a ↵ | dwight | 2011-06-27 | 3 | -2/+6 |
|/ | | | | server | ||||
* | comment | dwight | 2011-06-27 | 1 | -1/+3 |
| | |||||
* | Merge branch 'master' of github.com:mongodb/mongo | dwight | 2011-06-27 | 1 | -0/+11 |
|\ | |||||
| * | put full extends in validate with full | Eliot Horowitz | 2011-06-27 | 1 | -0/+11 |
| | | |||||
* | | missed on previous commit | dwight | 2011-06-27 | 1 | -23/+0 |
| | | |||||
* | | compile vstudio | dwight | 2011-06-27 | 1 | -1/+1 |
| | | |||||
* | | fix mongoclientlib file for new file locations | dwight | 2011-06-27 | 1 | -2/+3 |
| | | |||||
* | | move bson method to the right place for libs and include only use of bson | dwight | 2011-06-27 | 3 | -18/+42 |
| | | |||||
* | | compile vcxproj | dwight | 2011-06-27 | 11 | -38/+47 |
| | | |||||
* | | pragma once | dwight | 2011-06-27 | 1 | -4/+1 |
| | | |||||
* | | Merge branch 'master' of github.com:mongodb/mongo | dwight | 2011-06-27 | 81 | -945/+1208 |
|\ \ | |/ | |||||
| * | SERVER-2531: added REDUCE mode for M/R to sharded output collection | agirbal | 2011-06-26 | 7 | -105/+160 |
| | | |||||
| * | message_port.cpp | Eliot Horowitz | 2011-06-26 | 1 | -0/+506 |
| | | |||||
| * | move connTicketHolder | Eliot Horowitz | 2011-06-26 | 4 | -2/+3 |
| | | |||||
| * | removed global debugString with Message::toString | Eliot Horowitz | 2011-06-26 | 6 | -35/+37 |
| | | |||||
| * | put objcheck in CmdLine | Eliot Horowitz | 2011-06-26 | 5 | -11/+9 |
| | | |||||
| * | net cleaning: message.cpp split | Eliot Horowitz | 2011-06-26 | 3 | -494/+19 |
| | | |||||
| * | net cleaning: more splitting | Eliot Horowitz | 2011-06-26 | 2 | -228/+251 |
| | | |||||
| * | net cleaning: message split checkpoint where everything works | Eliot Horowitz | 2011-06-26 | 18 | -63/+414 |
| | | |||||
| * | net cleaning: starting to split up message.h | Eliot Horowitz | 2011-06-26 | 14 | -266/+58 |
| | | |||||
| * | move noUnixSocket to cmdline | Eliot Horowitz | 2011-06-26 | 5 | -12/+9 |
| | | |||||
| * | net cleaning: move message.* to net/ | Eliot Horowitz | 2011-06-26 | 41 | -57/+59 |
| | | | | | | | | net cleaning: move http tools to net/ | ||||
| * | net cleaning: move message_server* to net | Eliot Horowitz | 2011-06-26 | 6 | -11/+12 |
| | | |||||
| * | net cleaning: move sock.h to net/ | Eliot Horowitz | 2011-06-26 | 8 | -14/+14 |
| | | |||||
| * | net cleaning: move hostandport to net subdirectory | Eliot Horowitz | 2011-06-26 | 6 | -8/+8 |
| | | |||||
| * | net cleaning: remove unused method | Eliot Horowitz | 2011-06-26 | 1 | -18/+0 |
| | | |||||
| * | some sock cleaning prep | Eliot Horowitz | 2011-06-26 | 2 | -27/+25 |
| | | |||||
| * | fix local.me for regular master/slave | Eliot Horowitz | 2011-06-26 | 2 | -3/+8 |
| | | |||||
| * | safer access SERVER-3335 | Eliot Horowitz | 2011-06-26 | 1 | -1/+1 |
| | | |||||
| * | forceTableScan option for mongodump SERVER-3338 | Eliot Horowitz | 2011-06-26 | 1 | -1/+2 |
| | | |||||
| * | more lexNumCmp test | Eliot Horowitz | 2011-06-25 | 1 | -0/+3 |
| | | |||||
| * | fix lexNumCmp for middle 0 SERVER-3218 | Eliot Horowitz | 2011-06-25 | 3 | -5/+22 |
| | | |||||
| * | spam | Eliot Horowitz | 2011-06-25 | 1 | -2/+0 |
| | | |||||
| * | move lexNumCmp to util/stringutils.h | Eliot Horowitz | 2011-06-25 | 7 | -76/+82 |
| | | |||||
* | | support geo indexes with v1 index | dwight | 2011-06-27 | 5 | -50/+118 |
|/ | |||||
* | Merge branch 'master' of github.com:mongodb/mongo | dwight | 2011-06-25 | 2 | -2/+6 |
|\ | |||||
| * | remove unit test spam from mongos | Eliot Horowitz | 2011-06-25 | 1 | -0/+4 |
| | | |||||
| * | use journalling instead of dialog for config server SERVER-3336 | Eliot Horowitz | 2011-06-25 | 1 | -2/+2 |
| | | |||||
* | | dont include _id field in system.indexes documents. easier to read and ↵ | dwight | 2011-06-25 | 1 | -3/+12 |
|/ | | | | shorter is better as we look at these often in the code path | ||||
* | require server name on SocketException | Eliot Horowitz | 2011-06-25 | 4 | -11/+13 |
| | |||||
* | store host in local.me SERVER-3328 | Kristina | 2011-06-24 | 2 | -37/+74 |
| |