summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | SERVER-6704 show error message on failed "edit var" in shellTad Marshall2012-08-081-2/+3
* | SERVER-6729 extra restrictions on db name characters for Windows onlyEric Milkie2012-08-071-0/+6
* | SERVER-6559 do not segfault parsing collection nameTad Marshall2012-08-071-2/+2
* | SERVER-6532 Add PDB for mongos and mongod to Windows dist archive.Andy Schwerin2012-08-071-0/+3
* | SERVER-5064 don't return false in auth unless all config servers are downMathias Stearn2012-08-072-8/+71
* | Compile when SIGPIPE is not definedTad Marshall2012-08-061-0/+2
* | Ignore SIGPIPE on mongos. SERVER-6509 SERVER-6513Spencer T Brody2012-08-061-0/+1
* | SERVER-6477 don't unlock between selecting and flushing fileTad Marshall2012-08-061-12/+10
* | Use names rather than numbers in SocketException SERVER-6516 SERVER-6581Mathias Stearn2012-08-061-2/+10
* | SERVER-6516 different loglevels and concatenating WBL errorsMathias Stearn2012-08-062-6/+32
* | SERVER-6581 test that error messages are reported when GLE command failsMathias Stearn2012-08-061-0/+5
* | SERVER-6516 better logging in mongos and GLE codepathsMathias Stearn2012-08-063-3/+61
* | SERVER-6581 report error message in gle when the command itself failsMathias Stearn2012-08-064-9/+31
* | SERVER-6516 SERVER-6581 better reporting in GLE codepathsMathias Stearn2012-08-061-1/+13
* | SERVER-4237 Move auth handling out of gridfs.js and into test infrastructureSpencer T Brody2012-08-062-1/+12
* | Merge branch 'SERVER-6677'Randolph Tan2012-08-063-267/+74
|\ \
| * | SERVER-6677 Add more test on read preference on the DBClientReplicaSet levelRandolph Tan2012-08-063-267/+74
* | | Merge pull request #279 from zhemao/multilineTad Marshall2012-08-061-6/+27
|\ \ \ | |/ / |/| |
| * | SERVER-6693 fix multiline list input in mongo shellZhehao Mao2012-08-061-6/+27
* | | pch headerSiddharth Singh2012-08-0669-69/+69
* | | Line endings: CRLF => newlineTad Marshall2012-08-061-37/+37
* | | SERVER-6713 use /LARGEADDRESSAWARE linker switch in WindowsTad Marshall2012-08-054-0/+16
* | | revert part of change for SERVER-6706 - we can't change log formatEliot Horowitz2012-08-031-3/+2
* | | SERVER-6709 Don't call ->done() on a null ptrMathias Stearn2012-08-031-4/+5
* | | Fix syslog for SERVER-6706Akshay Kumar2012-08-032-3/+5
* | | Log exception details in dur_journal.cppMathias Stearn2012-08-031-15/+36
* | | Visual Studio minor cleanupTad Marshall2012-08-032-18/+18
|/ /
* | Fix DateToString test for SERVER-6679Mathias Stearn2012-08-021-2/+2
* | Move remaining aggregation files from commands directory to pipelineMathias Stearn2012-08-0213-38/+38
* | SERVER-6679 Value::coerceToString uses UTC ISODate format for datesMathias Stearn2012-08-021-1/+9
* | SERVER-6688 ExpressionConstant serializes as $constMathias Stearn2012-08-024-70/+13
* | SERVER-6425 remove literal from aggroMatt Dannenberg2012-08-022-52/+0
* | SERVER-6498 fix mongoimport error when last line is emptyBen Becker2012-08-021-0/+6
* | minor style improvement for capped _id changeKevin Matulef2012-08-021-1/+1
* | Merge branch 'master' of github.com:mongodb/mongoDwight2012-08-026-19/+77
|\ \
| * | SERVER-6403 - handle some cases where a sharded collection has no chunks on p...Eliot Horowitz2012-08-021-2/+25
| * | SERVER-6507 - lock reporting fixingEliot Horowitz2012-08-023-5/+36
| * | fix mongostat lock% when global is the most lockedEliot Horowitz2012-08-021-9/+9
| * | Respect autoIndexId option, if setKristina2012-08-021-3/+7
* | | backward compatibility check was too late in the code to workDwight2012-08-021-6/+9
|/ /
* | SERVER-5516 SERVER-5304 SERVER-6577 new capped collections now get _id index ...Kevin Matulef2012-08-024-31/+24
* | SERVER-6530 disallow geo commands in aggregationMathias Stearn2012-08-011-3/+10
* | Move timestampValue and oidValue into the Value unionMathias Stearn2012-08-013-20/+25
* | SERVER-6189 Support Dates before 1970 in aggregationMathias Stearn2012-08-014-76/+97
* | Use anonymous union in ValueMathias Stearn2012-08-012-60/+52
* | Make shellspawn.js pass with auth. SERVER-4237Spencer T Brody2012-08-011-1/+8
* | SERVER-6648 make TTLMonitor sync userFlags on secondariesKevin Matulef2012-08-011-5/+12
* | multiVersion add static node options to ReplSetTestGreg Studer2012-08-011-0/+2
* | better error message for split errorGreg Studer2012-08-011-1/+2
* | SERVER-6515 slaveok query can fail early without trying the other nodesRandolph Tan2012-08-012-42/+57