summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* first cut at named traces (unused); copy ctor and assignment op for BSONObjU-tellus\cwestin2012-02-143-2/+15
* checkpoint dependency tracker for SERVER-4644U-tellus\cwestin2012-02-1423-53/+577
* SERVER-3632 use Windows syntax for default dbpath on WindowsEric Milkie2012-02-142-4/+4
* SERVER-2601: Get shared client build working on Linux.Andy Schwerin2012-02-141-2/+2
* SERVER-4731 use simpler englishEric Milkie2012-02-141-1/+1
* added inlines for compiling with older gccKevin Matulef2012-02-141-4/+4
* adding MurmurHash3 libraryKevin Matulef2012-02-145-2/+377
* SERVER-4731 add new state for removed replicaset membersEric Milkie2012-02-146-21/+37
* Revert "SERVER-4957: If shard lookup fails, retry appending the default port."Spencer T Brody2012-02-141-6/+0
* prevent windows from treating max as a macro SERVER-4367Mathias Stearn2012-02-131-1/+1
* fix Windows build by deactivating max macroEric Milkie2012-02-131-0/+1
* Use Task API correctly in mongos SERVER-4367Mathias Stearn2012-02-132-4/+3
* typo MINORMathias Stearn2012-02-131-1/+1
* Check limits when converting Date_t to time_t SERVER-4834Mathias Stearn2012-02-131-2/+9
* SERVER-4957: If shard lookup fails, retry appending the default port.Spencer T Brody2012-02-131-0/+6
* Better log message SERVER-4810Kristina2012-02-131-1/+4
* Check optimes before stepping down due to priority SERVER-4810Kristina2012-02-131-1/+4
* Extend writelock during stepdown to include socket close SERVER-4619Kristina2012-02-131-5/+1
* Added array of success/failures to applyOps output SERVER-4259Kristina2012-02-131-2/+4
* SERVER-4892 - Perform correct authorization checks when doing killCursors.Andy Schwerin2012-02-133-44/+50
* Remove unused, incorrect and misleading struct OP_GETMORE.Andy Schwerin2012-02-131-7/+0
* SERVER-4212: Added localTime to ismaster commandJared Rosoff2012-02-131-0/+1
* use correct assert in update SERVER-4938Eliot Horowitz2012-02-121-3/+1
* SERVER-4948 disable jsobj fuzz testsAaron2012-02-121-0/+3
* don't add tests to suite multiple timesAaron2012-02-121-2/+0
* SERVER-3719 specify correct jira numberAaron2012-02-121-5/+5
* use str::equalsAaron2012-02-121-1/+1
* typo in log messageAaron2012-02-121-1/+1
* fix assertion textAaron2012-02-121-1/+1
* SERVER-4907 hint _id or else $natural when calling updateObjects for oplog en...Aaron2012-02-1212-152/+377
* fix argument passing support in unit test framework by holding a value rather...Aaron2012-02-121-1/+1
* pass hint using BSONObj rather than BSONElementAaron2012-02-126-56/+58
* query optimizer cursor add check that a recorded unindexed cursor will trigge...Aaron2012-02-121-0/+21
* Clarify oplog behavior of dbhelpers functionsAaron2012-02-121-4/+10
* remove unused DbSet codeAaron2012-02-122-73/+0
* Use shard name instead of connection string for split and move chunk commands.Spencer T Brody2012-02-103-22/+11
* Avoid asserts in message_port.cpp when bridge gets shut down by unit testsEric Milkie2012-02-101-0/+4
* SERVER-4333 add fromMigrate flag to identify sharding oplog entriesEric Milkie2012-02-109-39/+90
* Add unit test for SERVER-4745.Spencer T Brody2012-02-091-0/+22
* Remove check for BtrFS SERVER-4885Mathias Stearn2012-02-091-4/+1
* Add -Woverloaded-virtual to CXXFLAGS and fix build SERVER-4802Mathias Stearn2012-02-094-5/+5
* Use long long in key parts of OpDebugMathias Stearn2012-02-092-4/+4
* Add nupdated and nmoved to profile object and slow op logging SERVER-4860Mathias Stearn2012-02-094-6/+18
* goodbye boost::call_onceMathias Stearn2012-02-092-13/+15
* Don't destroy _hostNameCached SERVER-4367Mathias Stearn2012-02-092-2/+2
* Better codegen for inline common-case version of spin_lockMathias Stearn2012-02-091-1/+1
* SERVER-4806: check for BufBuilder realloc success. (thx @spencerjackson for p...Ben Becker2012-02-091-1/+3
* SERVER-4866 include the webserver in our attempt to prevent socket leaksEric Milkie2012-02-092-9/+9
* SERVER-4866 prevent resource leaks by ensuring close() is always called for ...Eric Milkie2012-02-097-30/+44
* SERVER-4864 avoid creating invalid extent sizesEric Milkie2012-02-091-5/+5