summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-10026 remove rest of dead codeHari Khalsa2013-12-1372-16494/+69
* SERVER-12042 Add support for command oplog entries previously unhandled by Ro...Andy Schwerin2013-12-123-3/+16
* SERVER-11679 extend query planner test for verification of index boundsDavid Storch2013-12-121-173/+406
* SERVER-12078 getLastError does not show error after executing an unauthorized...Randolph Tan2013-12-122-8/+21
* SERVER-12027 extended projection tests to include elemMatch and sliceBenety Goh2013-12-121-0/+50
* SERVER-12005 reject queries with bad hints, invalid min/max specs and missing...Benety Goh2013-12-1210-42/+233
* SERVER-1891 added comment explaining that the shardCollection actiontype is o...matt dannenberg2013-12-121-1/+1
* SERVER-1891 added shardCollection actiontype for the auditlogmatt dannenberg2013-12-121-0/+1
* SERVER-1891 change maxsize to maxSize for addShard auditloggingmatt dannenberg2013-12-122-2/+2
* SERVER-11987 update disk loc map before removing working set memberBenety Goh2013-12-122-12/+72
* SERVER-10026 stop testing dead code in ixscan stage dbtestHari Khalsa2013-12-121-46/+0
* SERVER-10026 migrate text cmd to use query execHari Khalsa2013-12-1212-433/+209
* Revert "SERVER-5214 Require Windows C++ driver consumers to link against the ...Andy Schwerin2013-12-112-5/+3
* SERVER-10026 planner tests for $in operator and its $or equivalentBenety Goh2013-12-111-0/+74
* SERVER-10026 remove test code that relies on dead codeHari Khalsa2013-12-111-41/+0
* SERVER-11978 Stop defining __builin_functions to bare functionsMathias Stearn2013-12-111-14/+0
* SERVER-11998 Fix typo in agg error messageMathias Stearn2013-12-111-1/+1
* SERVER-10026 migrate geoNear to new exec via rewriteHari Khalsa2013-12-1135-3597/+589
* SERVER-12041 improve retry logic for read preferences without slaveOk setGreg Studer2013-12-112-20/+25
* SERVER-11971 slaveok versioning logic should also apply to read prefsGreg Studer2013-12-113-65/+90
* SERVER-7246 legacy user authentication should use primary preferred read prefGreg Studer2013-12-112-3/+21
* SERVER-7246 rename internal dbclient_rs auth helperGreg Studer2013-12-111-3/+2
* SERVER-10026 delete some dead codeHari Khalsa2013-12-1117-2175/+54
* SERVER-5214 Require Windows C++ driver consumers to link against the DLL vers...Andy Schwerin2013-12-112-3/+5
* SERVER-12026 fix index bounds unionize inclusive vs. exclusiveDavid Storch2013-12-102-3/+2
* SERVER-10026 index bounds builder test additionsDavid Storch2013-12-102-0/+322
* Add jstest for user management commandsSpencer T Brody2013-12-101-0/+9
* SERVER-3364 Label enough of the client api with MONGO_CLIENT_API to build htt...Andy Schwerin2013-12-1011-80/+112
* SERVER-3364, SERVER-5650 Define away MONGO_CLIENT_API when not building the s...Andy Schwerin2013-12-102-37/+45
* SERVER-12031 Fix wrong size being passed in embeded null test in ns string testRandolph Tan2013-12-101-2/+3
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-10187-0/+2244
* SERVER-11986 return failure on invalid positional $ projectionBenety Goh2013-12-103-1/+160
* SERVER-10485 {_id: BinData} can use idhackHari Khalsa2013-12-101-0/+3
* SERVER-10026 port FindingStartCursor dbtests to OplogStartDavid Storch2013-12-093-3/+382
* SERVER-10026 stop testing old code in dbtest suite 'query'David Storch2013-12-092-212/+27
* SERVER-6353 tightened index bounds for $mod operator to minimize disk fetchesBenety Goh2013-12-093-1/+34
* SERVER-11987 extended sort stage to be limit-awareBenety Goh2013-12-099-41/+564
* SERVER-11949 add 30s timeout to config server batch writesRandolph Tan2013-12-091-1/+1
* SERVER-11949 add 30s timeout to config server batch writesRandolph Tan2013-12-093-1/+11
* SERVER-11994 Fix logic error in processing of text search negated termsJason Rassi2013-12-092-1/+12
* SERVER-11948 Add metadata field for write command requestsRandolph Tan2013-12-0917-417/+457
* SERVER-11968 Write commands allow illegal collection namesRandolph Tan2013-12-094-3/+36
* SERVER-3364 Introduce MONGO_CLIENT_API macro for labeling types, functions an...Andy Schwerin2013-12-092-0/+50
* SERVER-3364 Add macros for putting visibility and calling convention declarat...Andy Schwerin2013-12-093-1/+67
* SERVER-11977 support for non-client opTime in mongod GLEGreg Studer2013-12-096-24/+45
* SERVER-11611: fix godinsert related dbtest for new formatEliot Horowitz2013-12-091-2/+6
* move RecordStore from storage to structure where its more appropriateEliot Horowitz2013-12-094-3/+3
* SERVER-11643: working towards making NamespaceDetails const safeEliot Horowitz2013-12-097-10/+13
* SERVER-11611: port godinsert to new insertEliot Horowitz2013-12-092-7/+24
* move all test only commands into their own fileEliot Horowitz2013-12-093-173/+201