summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* Moved StaleConfigException's to their own module.Alberto Lerner2012-12-215-118/+187
* Moved ShardChunkVersion to its own module and renamed.Alberto Lerner2012-12-2127-511/+634
* Eliminated unused header file.Alberto Lerner2012-12-214-36/+0
* SERVER-7984 config upgrade from v3 to v4Greg Studer2012-12-2125-497/+2987
* SERVER-7572 Remove almost all remaining references to AuthenticationInfoSpencer T Brody2012-12-213-7/+1
* nsdetails takes a StringData, don't call c_str on std::stringEliot Horowitz2012-12-212-5/+5
* SERVER-7778 move replIndexPrefetch to rs.cpp and using new parameter frameworkEliot Horowitz2012-12-211-9/+0
* SERVER-7572 Remove more references to AuthenticationInfoSpencer T Brody2012-12-201-5/+3
* SERVER-7122 Fix auth checking for renameCollection commandSpencer T Brody2012-12-201-1/+1
* SERVER-7572 Update auth checking of serverStatus sub-sectionsSpencer T Brody2012-12-201-1/+1
* SERVER-7572 Remove Client::isAdminSpencer T Brody2012-12-201-1/+0
* Visual Studio -- add s2 and other filesTad Marshall2012-12-202-9/+1218
* StringData for KeyPattern and ShardKeyPatternEliot Horowitz2012-12-191-4/+2
* SERVER-7717 Removed ops section from serverStatusShaun Verch2012-12-198-88/+0
* SERVER-7122 Assign required privileges to renameCollection commandSpencer T Brody2012-12-191-3/+2
* SERVER-939 Added errMsg to parseBSON in *Type classesShaun Verch2012-12-1927-140/+302
* SERVER-7572 Remove all references to AuthenticationTable outside of Authentic...Spencer T Brody2012-12-191-1/+0
* SERVER-7572 Remove all code that sets AuthenticationTables on connectionsSpencer T Brody2012-12-192-10/+0
* SERVER-7572 Remove all code that sends AuthenticationTablesSpencer T Brody2012-12-193-19/+4
* SERVER-7122 Assign required privileges to $eval commandSpencer T Brody2012-12-191-0/+7
* Set ok:0 when command isn't found in mongos.Spencer T Brody2012-12-182-22/+16
* Set ok:0 when command isn't foundSpencer T Brody2012-12-181-5/+5
* Consolidate duplicate implementations of code to execute commandsSpencer T Brody2012-12-183-110/+88
* Introduce client_basic.{h,cpp}, replacing client_common.h.Andy Schwerin2012-12-181-1/+1
* SERVER-7572 Remove old-style auth checking from several sharding commandsSpencer T Brody2012-12-182-50/+0
* Removed cluster_constants filesShaun Verch2012-12-188-71/+1
* SERVER-939 Changed ChangelogFields to ChangelogTypeShaun Verch2012-12-183-46/+10
* SERVER-939 Added type class for documents in config.changelog collectionShaun Verch2012-12-185-2/+416
* SERVER-939 Changed LockPingFields to LockpingsTypeShaun Verch2012-12-182-17/+0
* SERVER-939 Added type class for documents in config.lockpings collectionShaun Verch2012-12-184-0/+262
* SERVER-939 Changed MongosFields to MongosTypeShaun Verch2012-12-183-30/+6
* SERVER-939 Changed TagFields to TagsTypeShaun Verch2012-12-183-24/+8
* SERVER-939 Added type class for documents in config.tags collectionShaun Verch2012-12-184-1/+351
* SERVER-939 Changed LockFields to LocksTypeShaun Verch2012-12-182-34/+0
* SERVER-939 Added type class for documents in config.locks collectionShaun Verch2012-12-184-0/+463
* SERVER-939 Changed SettingsFields to SettingsTypeShaun Verch2012-12-188-70/+38
* SERVER-939 Added type class for documents in config.settings collectionShaun Verch2012-12-184-0/+391
* SERVER-939 Changed DatabaseFields to DatabaseTypeShaun Verch2012-12-187-63/+39
* SERVER-939 Added type class for documents in config.mongos collectionShaun Verch2012-12-184-1/+304
* SERVER-939 Changed CollectionFields to CollectionTypeShaun Verch2012-12-188-59/+40
* SERVER-939 Changed ShardFields to ShardTypeShaun Verch2012-12-188-68/+54
* Clean up headers in files that will be changed in move to chunk typesShaun Verch2012-12-1810-64/+56
* SERVER-939 Changed ChunkFields to ChunkTypeShaun Verch2012-12-1816-228/+199
* SERVER-4706 when a socket between mongos and mongod fails, close all connecti...Randolph Tan2012-12-182-2/+62
* SERVER-7958 - when an old operation has a writeback,Eliot Horowitz2012-12-182-14/+33
* SERVER-5113 geoNear command should support limit as synonym for num optionMathias Stearn2012-12-171-2/+4
* SERVER-7572 SERVER-7931 Check for existance of admin user only at the beginni...Spencer T Brody2012-12-171-2/+2
* SERVER-7951 fix replacement-style updates with hashed shard keyKevin Matulef2012-12-161-1/+1
* Visual Studio -- add util/platform_init.cppTad Marshall2012-12-152-0/+4
* Visual Studio -- add new filesTad Marshall2012-12-152-0/+20