summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8510 Use new options parser in SNMP moduleShaun Verch2013-09-054-12/+31
* SERVER-8510 Bring back Module classShaun Verch2013-09-058-1/+157
* SERVER-8510 Use new option parser in mongod and mongos and move parsing into ...Shaun Verch2013-09-0517-656/+1480
* SERVER-8510 Use new option parser in mongo shell and move parsing into MONGO_...Shaun Verch2013-09-052-116/+229
* SERVER-8510 Use new option parser in tools and move parsing into MONGO_INITIA...Shaun Verch2013-09-0514-343/+1154
* SERVER-8510 Use new option parser in test framework and move parsing into MON...Shaun Verch2013-09-056-64/+153
* SERVER-8510 Use BadValue error code in new options parserShaun Verch2013-09-051-7/+7
* SERVER-8510 Remove forward declaration of Status in the wrong namespaceShaun Verch2013-09-051-2/+0
* SERVER-8510 Added tests for dotted names in JSON config file parserShaun Verch2013-09-051-0/+56
* SERVER-8510 Fix handling of options with a short name in option parsingShaun Verch2013-09-052-2/+44
* SERVER-8510 Add function to extract only explicitly set values from EnvironmentShaun Verch2013-09-056-47/+126
* SERVER-8510 Removed KeyNotFound error codeShaun Verch2013-09-055-5/+4
* SERVER-8510 Allow a positional to be registered for a flag that has already b...Shaun Verch2013-09-052-0/+40
* SERVER-8510 Remove all uses of boost direct storage and remove custom boost m...Shaun Verch2013-09-056-76/+142
* SERVER-8510 Killed old unused Module classShaun Verch2013-09-058-158/+1
* SERVER-8510 Remove configuration variable manager and add option group for co...Shaun Verch2013-09-0520-499/+11
* SERVER-8510 Added legacy interface to Environment and Value to ease transitio...Shaun Verch2013-09-056-6/+163
* SERVER-8510 Added better error messages for Value class and added underscores...Shaun Verch2013-09-052-70/+95
* SERVER-8510 Handle default, implicit, and composing options in new configurat...Shaun Verch2013-09-056-18/+808
* SERVER-8510 Include name of top level section in help string and do not inclu...Shaun Verch2013-09-051-2/+4
* SERVER-10156 SASL SSPI client plugin fixesEric Milkie2013-09-051-3/+3
* Revert "SERVER-9818 allocate socket file descriptors before opening datafiles"Spencer T Brody2013-09-049-50/+40
* SERVER-7920 Make getCollectionNames function in C++ driver throw exception on...Spencer T Brody2013-09-041-1/+1
* SERVER-9818 allocate socket file descriptors before opening datafilesmatt dannenberg2013-09-049-40/+50
* SERVER-10660: don't print upgrade pdfile version message when not neededDan Pasette2013-09-041-8/+10
* Removed old unused Model classShaun Verch2013-09-0412-229/+0
* SERVER-6405: move rename into databaseEliot Horowitz2013-09-045-97/+151
* SERVER-6405: removed dead codeEliot Horowitz2013-09-041-49/+0
* SERVER-10231 disallow creation of indexes on system.indexesmatt dannenberg2013-09-042-1/+5
* SERVER-10678 Log a warning but do not throw when unable to determine local ad...Andy Schwerin2013-09-041-1/+5
* SERVER-6376 small refactor to eliminate redundant codematt dannenberg2013-09-042-5/+3
* SERVER-9516 Fix authorization_manager_test reference management problem.Andy Schwerin2013-09-043-2/+17
* SERVER-9516 Initialize local variable to satisfy a compiler.Andy Schwerin2013-09-031-1/+1
* SERVER-9516 Logic of system.users schema upgrade process.Andy Schwerin2013-09-0315-118/+858
* SERVER-6376 no longer trigger elections or reconnections for replica set reco...matt dannenberg2013-09-032-1/+6
* SERVER-10460 fix slowNightly/index_retry.js failurematt dannenberg2013-09-031-1/+1
* SERVER-10460 ensure IndexRebuilder runs at startup on secondariesmatt dannenberg2013-09-034-20/+52
* SERVER-10513 log warning about deprecation of votes in replica set configmatt dannenberg2013-09-031-0/+11
* SERVER-8864 Fixed recv exception handling in httpClientTest and web serverAndreas Nilsson2013-09-032-7/+13
* SERVER-8864 Fixed failing unit test 'sock_test'Andreas Nilsson2013-09-021-0/+5
* SERVER-8864 Use BIO pairs for socket decoupled SSL network interfaceAndreas Nilsson2013-09-026-177/+284
* SERVER-10655 aggregation_auth : mongos_slaveok.js failingRandolph Tan2013-08-301-0/+7
* SERVER-10641 fix compile for WindowsEric Milkie2013-08-302-0/+15
* SERVER-10362 actually sleep when writers yieldEric Milkie2013-08-301-1/+1
* SERVER-10641 Stable floating-point comparison when validating min/maxDistanceA. Jesse Jiryu Davis2013-08-302-4/+9
* SERVER-10594 slaveOk bit ignored for unsharded aggregateRandolph Tan2013-08-291-8/+28
* Create place for auth functions in client code and move password hashing thereSpencer T Brody2013-08-297-17/+87
* SERVER-9518 Remove public getPrivilegeDocument method from AuthorizationManagerSpencer T Brody2013-08-292-15/+0
* SERVER-9518 Change webserver to use acquireUser to get user's password hash, ...Spencer T Brody2013-08-294-24/+15
* SERVER-8992 Better error for invalid polygonA. Jesse Jiryu Davis2013-08-296-74/+105