summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-062-0/+132
* | 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-063-7/+13
* | Merge branch 'SERVER-6677'Randolph Tan2012-08-064-267/+298
|\ \
| * | SERVER-6677 Add more test on read preference on the DBClientReplicaSet levelRandolph Tan2012-08-064-267/+298
* | | 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
* | | SERVER-211 more tests for TTL collectionsKevin Matulef2012-08-063-68/+161
* | | pch headerSiddharth Singh2012-08-0669-69/+69
* | | add new capped coll autoIndexId testKevin Matulef2012-08-061-1/+25
* | | Line endings: CRLF => newlineTad Marshall2012-08-061-37/+37
* | | SERVER-6713 use /LARGEADDRESSAWARE linker switch in WindowsTad Marshall2012-08-055-0/+19
* | | SERVER-6705 disable FPO for 32-bit WindowsTad Marshall2012-08-041-3/+4
* | | 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
* | | SERVER-6676 ignore features1 in multi-version suiteKevin Matulef2012-08-031-0/+1
* | | Skip features2 because of incompatible assert format SERVER-6678Kristina2012-08-031-2/+3
* | | SERVER-6681 Add more debugging info to sync7.jsSpencer T Brody2012-08-031-0/+5
* | | SERVER-5419 updated the public spec file with our current spec fileMike Fiedler2012-08-031-4/+10
* | | Disable test for SERVER-6556 on V8 due to SERVER-6646Mathias Stearn2012-08-031-0/+9
* | | 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
* | Fix SERVER-6189 testMathias Stearn2012-08-021-2/+2
* | Try to make SERVER-6189 test more reliableMathias Stearn2012-08-021-1/+3
* | 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-022-3/+11
* | SERVER-6688 ExpressionConstant serializes as $constMathias Stearn2012-08-025-71/+14
* | Add exceptions to test for SERVER-6189 when it is expected to failMathias Stearn2012-08-021-2/+14
* | SERVER-6425 remove literal from aggroMatt Dannenberg2012-08-023-52/+0
* | SERVER-6498 fix mongoimport error when last line is emptyBen Becker2012-08-021-0/+6
* | SERVER-6538 Add a replica set prefetch key generation stress test.Aaron2012-08-021-0/+37
* | minor style improvement for capped _id changeKevin Matulef2012-08-021-1/+1
* | Merge branch 'master' of github.com:mongodb/mongoDwight2012-08-027-20/+80
|\ \
| * | 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
| * | Revert "fix test. _id index no longer optional (unless capped and in local)"Kristina2012-08-021-1/+3
| * | 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-1654 modifies Debian startup scriptMike Fiedler2012-08-021-11/+4
* | fix test. _id index no longer optional (unless capped and in local)Kevin Matulef2012-08-021-3/+1
* | SERVER-5516 SERVER-5304 SERVER-6577 new capped collections now get _id index ...Kevin Matulef2012-08-029-48/+40