summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6008 move '--' out of DAEMON_OPTS rvalueErnie Hershey2013-07-311-1/+1
* SERVER-6008 put the logic for DAEMON_OPTS= and -- into the "if which numactl"Aricg2013-07-311-3/+4
* SERVER-10300 Implement page fault handling logic for new update framworkAndrew Morrow2013-07-311-3/+25
* SERVER-6071 stop unnecessary locking and deadlock in new SyncSourceFeedbackmatt dannenberg2013-07-311-15/+1
* SERVER-10344 Skip repl/repl4.js because of race condition in master/slaveSpencer T Brody2013-07-312-3/+3
* SERVER-10336 SERVER-10026 index bounds with iteratorHari Khalsa2013-07-314-0/+1059
* SERVER-9518 Fix mongos implementation of functions to get database names and ...Spencer T Brody2013-07-311-12/+12
* SERVER-9518 Fix getAllV1PrivilegeDocsForDB in mongod by using the proper name...Spencer T Brody2013-07-311-2/+4
* SERVER-10301 Implement basic yielding for the new update frameworkAndrew Morrow2013-07-313-7/+63
* SERVER-9762 Detect and return errors from stream in parseConfigFile and prope...Shaun Verch2013-07-313-10/+18
* SERVER-9808 Fix issues found in static code analysisAndreas Nilsson2013-07-311-1/+2
* Visual Studio -- add and move filesTad Marshall2013-07-316-12/+135
* SERVER-9518 Change internalSecurity to store a User objectSpencer T Brody2013-07-308-25/+64
* SERVER-10323 Temporarily disable user managment in the web server until it ca...Spencer T Brody2013-07-301-9/+10
* SERVER-9518 Add UserSet class to eventually replace PrincipalSetSpencer T Brody2013-07-308-6/+307
* SERVER-9518 Use User cache to get credential information for authentication c...Spencer T Brody2013-07-305-8/+18
* add missing set-parameters for replication slavesScott Hernandez2013-07-301-1/+2
* SERVER-7176: return better error message from pathsupport::findLongestPrefixScott Hernandez2013-07-301-1/+4
* SERVER-8504 added a space between step and step # in MoveTimingHelper::done()Eric Daniels2013-07-301-1/+1
* SERVER-10211 Give stepdown.js more time for the primary to be elected after a...Spencer T Brody2013-07-301-0/+1
* SERVER-9959: Fix SSL in ToolsSpencer Jackson2013-07-3014-248/+74
* SERVER-10204 using info printing paradigm for export finished output messageEric Daniels2013-07-301-1/+3
* SERVER-9907 Allow to skip initial count() in mapreduceRandolph Tan2013-07-301-3/+17
* SERVER-9907 Allow to skip initial count() in mapreduceRandolph Tan2013-07-302-4/+15
* SERVER-10288 fix compileHari Khalsa2013-07-305-5/+7
* SERVER-10347 Fixed broken test basic_role_auth.jsAndreas Nilsson2013-07-301-1/+1
* SERVER-10192 Fix comparator return value for equivalent elementsAndrew Morrow2013-07-301-1/+4
* SERVER-10026 skeleton of query parsing & planning, cacheHari Khalsa2013-07-3014-11/+526
* SERVER-10339 MONGODB-X509 client auth should not require clusterAuthModeAndreas Nilsson2013-07-301-3/+5
* SERVER-10322 Require username when using MONGODB-X509 in shellAndreas Nilsson2013-07-301-1/+10
* SERVER-10347 Auth-enable authentication for clusterAuthMode x509Andreas Nilsson2013-07-302-5/+9
* SERVER-8102 include field name and type for $unwind errormatt dannenberg2013-07-291-2/+3
* DOCS-1749 Update comment for default form of GLE so it will show up in the do...Spencer T Brody2013-07-291-2/+6
* SERVER-10362: only use pthread_yield on linux, on osx use sleepmicros(1)Eliot Horowitz2013-07-291-6/+12
* comment about BSONObj ownership when parsing match expressionsEliot Horowitz2013-07-291-0/+5
* SERVER-10362: tell ClientCursor::staticYield to do a pthread_yield rather tha...Eliot Horowitz2013-07-291-1/+1
* SERVER-10362: add option to ClientCursor::staticYield to do a pthread_yield i...Eliot Horowitz2013-07-292-7/+22
* some MatchDetails peformance improvements and move more impl to .cppEliot Horowitz2013-07-292-24/+44
* make some asserts DEV and use log() instead of out()Eliot Horowitz2013-07-291-6/+6
* buildbot fixmatt dannenberg2013-07-291-0/+11
* SERVER-10344 Skip racy test in auth passthroughSpencer T Brody2013-07-291-0/+1
* Added const_iterator to StringData. Supports all operations that a const char...Eric Daniels2013-07-292-0/+54
* SERVER-8598 on drop of chunks call GLE to ensure chunks actually droppedGreg Studer2013-07-271-0/+7
* SERVER-10359 Remove code page switching from Windows shellTad Marshall2013-07-271-6/+0
* SERVER-8598 buildbot collection_metadata_test epoch validation now required f...Greg Studer2013-07-261-2/+2
* SERVER-8958 better logging for mongos_validate_writes.jsGreg Studer2013-07-261-1/+2
* SERVER-8598 replace trySetVersion with epoch-safe refresh behaviorGreg Studer2013-07-269-182/+557
* ExpressionContext now has the input namespaceMathias Stearn2013-07-269-53/+62
* SERVER-3253 Unsharded $outMathias Stearn2013-07-268-35/+228
* SERVER-963 Split and externalize Linux packagesErnie Hershey2013-07-265-437/+358