summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Set ok:0 when command isn't found in mongos.Spencer T Brody2012-12-183-23/+20
* Set ok:0 when command isn't foundSpencer T Brody2012-12-184-26/+28
* Fix compile by following include-what-you-useMathias Stearn2012-12-181-0/+2
* Clang doesn't find this overload at anon ns scopeAndrew Morrow2012-12-181-1/+2
* SERVER-6649 have agg helper throw exceptions and fix tests accordinglyMathias Stearn2012-12-181-5/+10
* SERVER-7856: record allocator and build flags in buildinfoScott Hernandez2012-12-184-13/+42
* SERVER-7175 Established the interface between the update driver and the "mods".Alberto Lerner2012-12-181-0/+128
* Fix include pathSpencer T Brody2012-12-181-1/+1
* Consolidate duplicate implementations of code to execute commandsSpencer T Brody2012-12-187-159/+169
* SERVER-4858 give ProgressMeter better printsMatt Dannenberg2012-12-1812-28/+77
* SERVER-6195 implement $concat for strings in aggroMatt Dannenberg2012-12-183-4/+40
* SERVER-6666: Added $millisecond operator to Aggregation FrameworkStephen Lee2012-12-182-0/+47
* SERVER-5848 ammend c++ unit tests for new suitability methodKevin Matulef2012-12-181-12/+11
* Fix assertion when setting a ClientBasic's AuthorizationManagerSpencer T Brody2012-12-181-1/+1
* SERVER-7091 When available, include authenticated user information in log mes...Andy Schwerin2012-12-185-10/+101
* Introduce client_basic.{h,cpp}, replacing client_common.h.Andy Schwerin2012-12-1819-52/+102
* SERVER-7572 Remove old-style auth checking from several sharding commandsSpencer T Brody2012-12-182-50/+0
* Removed cluster_constants filesShaun Verch2012-12-1816-97/+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-183-31/+15
* 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-183-106/+73
* 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-189-109/+91
* SERVER-939 Changed ShardFields to ShardTypeShaun Verch2012-12-189-70/+56
* Clean up headers in files that will be changed in move to chunk typesShaun Verch2012-12-1813-70/+61
* SERVER-939 Changed ChunkFields to ChunkTypeShaun Verch2012-12-1818-342/+314
* SERVER-5848 Disable tests temporarily (fix compile).Alberto Lerner2012-12-181-12/+12
* SERVER-5848 determine index suitability using a FieldRangeSetKevin Matulef2012-12-189-31/+45
* SERVER-4706 when a socket between mongos and mongod fails, close all connecti...Randolph Tan2012-12-184-5/+70
* clean up geo parsing a bitHari Khalsa2012-12-1811-193/+218
* SERVER-7769 - fast bson validateEliot Horowitz2012-12-185-15/+341
* SERVER-7971 - do not need to do 2 lookups when doing an upsert on _idEliot Horowitz2012-12-181-1/+1
* bad merge - fix compileEliot Horowitz2012-12-181-1/+1
* SERVER-7958 - when an old operation has a writeback,Eliot Horowitz2012-12-184-15/+39
* Don't check for existence of admin users if auth is disabledSpencer T Brody2012-12-171-0/+3
* SERVER-7572 Move noauth declaration into AuthorizationManagerSpencer T Brody2012-12-174-3/+7
* SERVER-7572 Remove old-style auth checks from replset commandsSpencer T Brody2012-12-173-33/+1
* SERVER-7572 Remove invalid dassertSpencer T Brody2012-12-171-2/+3
* SERVER-7767 Support extended privilege document format in the AuthorizationMa...Andy Schwerin2012-12-175-19/+460
* SERVER-6531 support $within in aggregation $match operationsMathias Stearn2012-12-171-2/+0
* SERVER-7572 Fix unit test compile by implementing startRequest in AuthExterna...Spencer T Brody2012-12-171-0/+2