summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13961 Pass through OperationContext in the JS frameworkKaloian Manassiev2014-07-283-6/+7
* SERVER-14378 fix duplicate assert codesEric Milkie2014-07-281-2/+2
* SERVER-14378: clean list(Collections|Indexes)Eliot Horowitz2014-07-282-7/+11
* SERVER-14378: cloner shouldn't use system.indexes but listIndexesEliot Horowitz2014-07-282-0/+38
* SERVER-14378: Cloner shouldn't use system.namespacesEliot Horowitz2014-07-282-5/+56
* SERVER-14123 prevent explain BSON from growing too large on mongosDavid Storch2014-07-241-1/+12
* SERVER-14592 de-inline bson and remove bson namespaceEric Milkie2014-07-172-1/+1
* SERVER-5092 basic.h should not be present in a header contextBenety Goh2014-07-151-2/+0
* SERVER-14299 prevent mongos from requesting unnecessary batches for sort + li...David Storch2014-07-071-1/+0
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-017-5/+32
* SERVER-14367 Preparation for removing some implicit conversion and other meth...Andy Schwerin2014-06-305-8/+8
* SERVER-5092 updated default log component in storage and networking subsystemsBenety Goh2014-06-301-1/+1
* SERVER-9788 mongos does not respect secondary preferred after temporarily una...Randolph Tan2014-06-306-43/+146
* SERVER-14374 Include mongo/util/mongoutils/str.h as needed.Andy Schwerin2014-06-271-0/+1
* SERVER-14374 Include server_options.h as needed and apply the std:: namespace...Andy Schwerin2014-06-273-2/+6
* SERVER-5092 tagged storage and networking LOG() messagesBenety Goh2014-06-271-1/+4
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-4/+0
* SERVER-14282 Fix random crash with recSizeKB > 4Dmitry Kostenko2014-06-171-1/+1
* SERVER-9634 Fix typo in mongoperf; 'optoins' -> 'options'.Stefano Charissis2014-06-131-1/+1
* SERVER-13759: Remove Visual Studio build filesMark Benvenuto2014-06-122-368/+0
* SERVER-10844 if only one shard is used we can just pass the query to the shardGreg Studer2014-06-122-81/+102
* SERVER-14170 Do not invoke the RunCommandHook when executing authentication c...Andy Schwerin2014-06-101-0/+18
* SERVER-11256 improve handling of empty vs nonexistent CollectionMetadataRandolph Tan2014-06-061-2/+13
* SERVER-14116 logging cleanup - removed out()Benety Goh2014-06-042-4/+4
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-199-256/+256
* SERVER-6018 Replace AtomicUInt with AtomicUInt32 in DBClientConnectionAndrew Morrow2014-05-172-5/+5
* SERVER-6018 Replace AtomicUInt with AtomicUInt32 in connpoolAndrew Morrow2014-05-172-5/+6
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-163-15/+14
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-1635-315/+735
* SERVER-11332 hookup of fastest query to SyncClusterConnectionGreg Studer2014-05-142-2/+63
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-1/+1
* SERVER-13617 don't compare pointers to 0 using >Mathias Stearn2014-05-011-1/+1
* SERVER-13797 Remove usages of Client::getContext()Kaloian Manassiev2014-05-012-20/+6
* SERVER-13702 Commands without optional query may target to wrong shards on mo...Siyuan Zhou2014-04-281-5/+3
* SERVER-13453 Strip C++ client driver artifacts from the server treeAndrew Morrow2014-04-1918-1588/+0
* SERVER-11332 minor cleanup of SCC and chunk diff timeoutGreg Studer2014-04-181-3/+9
* SERVER-11332 ConnectionString less-than for simpler use in mapsGreg Studer2014-04-181-0/+6
* SERVER-13437 Cannot wait for write concern for createIndexes command on mongosRandolph Tan2014-04-082-8/+47
* SERVER-11643: remove unused mongo::getDbContextEliot Horowitz2014-04-031-4/+0
* SERVER-13429 Remove printStackAndExitMathias Stearn2014-04-011-1/+1
* SERVER-13374 change connection pool defaultsGreg Studer2014-03-314-24/+77
* SERVER-13331 lower GridFS default chunk size to 255kTyler Brock2014-03-241-1/+1
* SERVER-7937 Additional ReplicaSetMonitor TestsTyler Brock2014-02-181-0/+422
* SERVER-12712 Remove dependency on auth_helpers from C++ clientAndrew Morrow2014-02-145-34/+6
* Remove unused authlevel headerSpencer T Brody2014-02-141-44/+0
* Move some code out of auth_helpers.cpp back to the AuthorizationManagerSpencer T Brody2014-02-072-126/+0
* SERVER-12118 Better error message when invalid user doc detected during authS...Spencer T Brody2014-02-071-0/+8
* SERVER-12133 Improve error message when a 2.6 schema user doc is present duri...Spencer T Brody2014-02-071-0/+10
* SERVER-12583 DBClientRS shouldn't use hosts the RSM thinks are down.Mathias Stearn2014-02-054-4/+57
* SERVER-12635 RSM should return ScopedDBConnection to poolMathias Stearn2014-02-051-0/+1