summaryrefslogtreecommitdiff
path: root/s/commands_public.cpp
Commit message (Expand)AuthorAgeFilesLines
* add options to Futures SERVER-3405gregs2011-07-271-4/+4
* rename method SERVER-3405gregs2011-07-271-6/+6
* change command api to allow command options SERVER-3405gregs2011-07-271-30/+32
* test and group slaveok fix for SERVER-3405gregs2011-07-271-7/+19
* err msg textdwight2011-07-011-1/+1
* SERVER-2531: monitor size of current key being reduced, and do extra reducing...agirbal2011-06-271-7/+14
* SERVER-2531: REPLACE mode now uses the finishMapReduce cmd on each shard, so ...agirbal2011-06-271-25/+24
* SERVER-2531: added REDUCE mode for M/R to sharded output collectionagirbal2011-06-261-21/+60
* net cleaning: move message.* to net/Eliot Horowitz2011-06-261-1/+1
* move runAgainstRegistered to sharding SERVER-921Kristina2011-06-221-0/+61
* SERVER-2531: added support for MERGE mode for M/R with sharded outputagirbal2011-06-211-21/+26
* temp stop age out of journal files for backups. backport?Dwight2011-06-211-0/+5
* some include cleaningEliot Horowitz2011-06-211-1/+0
* Make sharded findAndModify correctly handle StaleConfigException on shardMathias Stearn2011-06-141-0/+4
* SERVER-2531: delete temp collection. Remove debug output.agirbal2011-06-131-14/+24
* fix compile and error codesagirbal2011-06-131-0/+1
* SERVER-2531: added M/R output to shard collection for mode REPLACEagirbal2011-06-131-25/+162
* throw StaleConfigException for passthrough command failure with stale config ...Eliot Horowitz2011-05-191-0/+4
* Mongos validate command collects top-level "valid" field SERVER-3023Mathias Stearn2011-05-091-0/+22
* SERVER-958 merge and address mongos dependency differencesAaron2011-04-251-0/+1
* compact not allowed through mongos for nowDwight2011-04-061-2/+9
* put indexSizes and other missing fields in sharded collstats SERVER-2752Eliot Horowitz2011-03-311-27/+74
* Better handling of sharded findAndModify output SERVER-2698 180?Mathias Stearn2011-03-141-6/+2
* release ShardConnection when done in sharded/mrEliot Horowitz2011-01-261-2/+6
* fix non-sharding map/reduce error handlingEliot Horowitz2011-01-241-3/+11
* use a ShardConnection for accessing shards during m/rEliot Horowitz2011-01-231-18/+38
* mapparams allowedEliot Horowitz2011-01-221-0/+1
* custom out db for m/r doesn't work sharded with non-sharded dbEliot Horowitz2011-01-211-4/+13
* [SERVER-1951]: support for output to other DB with sharding. Test in jstests/...agirbal2011-01-191-4/+21
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-195/+197
* map/reduce no longer uses temp collections.Eliot Horowitz2010-12-161-3/+1
* fix sharded outTypeEliot Horowitz2010-11-151-0/+1
* Support more mixed-case cmd names in mongos SERVER-2053Mathias Stearn2010-11-021-3/+3
* Chunk/ChunkManager do not depend on ConfigDB anymoreAlberto Lerner2010-11-021-0/+1
* Support geoNear on mongos SERVER-926Mathias Stearn2010-10-201-0/+92
* sharded m/r supports scope SERVER-1663Eliot Horowitz2010-08-231-0/+1
* SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner2010-08-181-1/+1
* SERVER-1292 A bit more prep, separate grid.{h,cpp} from configAlberto Lerner2010-07-281-0/+1
* use SscopedDBConnection instead of ShardConnection in a couple of placesEliot Horowitz2010-07-251-3/+3
* framework for retrying commands because data out of sync SERVER-1471Eliot Horowitz2010-07-231-1/+3
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-07-231-1/+183
|\
| * make more commands work with mongos SERVER-1462Mathias Stearn2010-07-221-1/+183
* | Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-07-221-8/+26
|\ \ | |/
| * handle databases with different cases in mongos SERVER-1443Eliot Horowitz2010-07-221-2/+2
| * set Stale shard data on late errorsEliot Horowitz2010-07-221-2/+2
| * make indexe differences warning in statsEliot Horowitz2010-07-221-4/+20
| * fix size() for sharding SERVER-1444Eliot Horowitz2010-07-221-0/+2
* | fix count passthroughEliot Horowitz2010-07-221-1/+1
|/
* error codeMathias Stearn2010-07-211-1/+1
* Copydb command for mongos SERVER-1440Mathias Stearn2010-07-211-0/+35