summaryrefslogtreecommitdiff
path: root/src/mongo/tools/sniffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-07-281-265/+251
* SERVER-15322 fixed mongosniffer log messageBenety Goh2015-01-151-2/+7
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-15505 fix namespacing issueEric Milkie2014-10-031-2/+2
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-031-2/+3
* SERVER-14843: Fix mongosniff for decoding messages without a namespaceMark Benvenuto2014-09-031-1/+1
* SERVER-14853 Port networking library to AAEJason Carey2014-08-121-24/+27
* SERVER-14268: Improve server message parsingMark Benvenuto2014-07-301-4/+2
* SERVER-13284 Tools should use appropriate singular/plural forms of "document"...Sean Wilkinson2014-05-191-2/+2
* SERVER-12606: change mongosniff help text ordering to be consistentSam Kleinman2014-02-051-2/+2
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-2/+0
* Add missing include to mongo/tools/sniffer.cpp; fixes compilation.Andy Schwerin2013-07-181-0/+1
* SERVER-8467 Fixup sniffer for libpcap < 1.1.0Andrew Morrow2013-03-161-0/+7
* SERVER-5099 Convert Unicode text on Windows command line for all toolsTad Marshall2013-03-161-22/+37
* SERVER-8467 Fix unused if condition is false warning, and use mask correctlyAndrew Morrow2013-03-151-3/+3
* SERVER-7434 Do not spawn a thread in grandparent process when using --forkAndy Schwerin2013-02-011-3/+0
* Fixed typosPascal Borreli2012-10-141-2/+2
* Call runGlobalInitializersOrDie() at the top of the main() functions in mongo...Andy Schwerin2012-09-261-1/+3
* Minor cleanup of assert_util.h.Andy Schwerin2012-04-241-1/+0
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-1/+0
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-7/+7
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+566