summaryrefslogtreecommitdiff
path: root/s/request.cpp
Commit message (Expand)AuthorAgeFilesLines
* add auth support SERVER-921Kristina2011-06-221-0/+4
* remove all clientId related code and systems, and just use tls SERVER-2872Eliot Horowitz2011-03-301-3/+2
* shouldn't be able to use "local" db via mongos SERVER-2590Eliot Horowitz2011-02-181-0/+2
* fix SlaveOk getMore with replica sets for non sharded collections SERVER-2482Eliot Horowitz2011-02-051-1/+8
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-32/+32
* moving client class into its own fileEliot Horowitz2010-12-271-95/+2
* be smarter about sleepingMathias Stearn2010-08-041-1/+2
* check all shard connections at once so we don't get cascading failure SERVER-...Eliot Horowitz2010-08-031-1/+1
* SERVER-1292 A bit more prep, separate grid.{h,cpp} from configAlberto Lerner2010-07-281-0/+1
* handle databases with different cases in mongos SERVER-1443Eliot Horowitz2010-07-221-3/+12
* treat some stale configs differently SERVER-1430Eliot Horowitz2010-07-221-1/+1
* make getLastError smarter in a sharded environmentEliot Horowitz2010-06-021-0/+1
* LastError cleanup SERVER-1165Eliot Horowitz2010-05-281-5/+22
* clean up cursors SERVER-1167Eliot Horowitz2010-05-281-1/+21
* Plug leaksMathias Stearn2010-05-271-1/+1
* don't leak ChunkManager use - shared_ptrEliot Horowitz2010-05-261-1/+1
* MutexDebuggerDwight Merriman2010-05-261-1/+1
* use shared_ptr for Chunk referencesEliot Horowitz2010-05-241-1/+1
* SERVER-109 multi buffer messageAaron2010-05-121-4/+4
* Count multi-insert. SERVER-814Mathias Stearn2010-05-051-3/+8
* really fix getLastError in mongos SERVER-1039Eliot Horowitz2010-04-281-2/+1
* whatsmyuri support for mongosEliot Horowitz2010-04-271-2/+14
* stdafx->pchDwight2010-04-271-1/+1
* use Shard class instead of string for passing around ShardsEliot Horowitz2010-04-271-4/+4
* more serverStatus fields for mongos SERVER-942Eliot Horowitz2010-04-201-0/+4
* basic serverStatus for mongos SERVER-942Eliot Horowitz2010-04-201-3/+14
* sharding debugginEliot Horowitz2010-03-201-1/+1
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-151-3/+3
* Exception classess need codes too SERVER-112Eliot Horowitz2009-12-281-1/+1
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-4/+4
* refactoring/cleaning of drop/dropDatabase/removeshardEliot Horowitz2009-11-241-0/+2
* intermediate buildindex commitDwight2009-09-241-1/+1
* writeback fix and making sure all connection pools are cleaned upEliot Horowitz2009-09-141-3/+3
* getLastError sharded SHARDING-16Eliot Horowitz2009-09-141-1/+69
* cleaning old $eval handling that is smarter nowEliot Horowitz2009-09-111-23/+0
* sharding indexing fix part1Eliot Horowitz2009-09-011-9/+8
* more name changes in shardingEliot Horowitz2009-09-011-2/+2
* another name changing checkpointEliot Horowitz2009-09-011-2/+2
* starting sharding name cleanup SHARDING-25Eliot Horowitz2009-08-311-4/+4
* Sharding: finish write back on bad shardEliot Horowitz2009-04-181-0/+1
* Sharding: auto splitting working nicelyEliot Horowitz2009-04-161-1/+1
* compile windowsDwight2009-04-151-1/+1
* Sharding: fix part of old config resyncEliot Horowitz2009-04-121-7/+13
* Sharding: resync on stale shard configEliot Horowitz2009-04-071-4/+20
* use AbstractMessagingPortEliot Horowitz2009-03-011-1/+1
* get(Prev|Last)Error stubsEliot Horowitz2009-02-261-1/+1
* sharding schema change, some object re-orgEliot Horowitz2009-02-261-1/+1
* insert shard checkpointEliot Horowitz2009-02-201-1/+1
* split commandEliot Horowitz2009-02-191-4/+4
* lots of low level shard infrastructure in place nowEliot Horowitz2009-02-191-1/+25