summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/message.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18288 implement a common interface for OP_COMMAND and OP_QUERYAdam Midvidy2015-05-181-0/+2
* SERVER-17606 add message parsers for OP_COMMAND/OP_COMMANDREPLYAdam Midvidy2015-04-221-1/+3
* SERVER-17629 Implemented Bounded Data View/CursorJason Carey (hanumantmk)2015-04-141-9/+10
* SERVER-13256 Remove goodies.hAndrew Morrow2015-01-051-1/+0
* SERVER-13256 Move PRINT macro to own header and incldue where neededAndrew Morrow2015-01-051-0/+1
* SERVER-15174 Provide some improved semantics for data_cursor and data_viewAndrew Morrow2014-09-081-4/+4
* SERVER-14889 wrapped all malloc/realloc calls within src/mongo with mongoMall...Benety Goh2014-08-151-2/+3
* SERVER-14853 Port networking library to AAEJason Carey2014-08-121-77/+228
* SERVER-14268: Improve server message parsingMark Benvenuto2014-07-301-2/+8
* SERVER-14374 Include mongo/util/mongoutils/str.h as needed.Andy Schwerin2014-06-271-0/+1
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-2/+2
* SERVER-6018 The MSGID type doesn't need to be atomicAndrew Morrow2014-05-171-2/+3
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13561 Improve wire API message validationAndreas Nilsson2014-04-141-1/+1
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-6/+12
* normalize #includes in many filesEric Milkie2013-04-181-3/+3
* SERVER-7074: Return maxMessageSizeBytes in isMasterScott Hernandez2012-12-261-0/+5
* Fixed typosPascal Borreli2012-10-141-1/+1
* DOCS-217 make all wiki links dochub linksMatt Dannenberg2012-06-291-1/+1
* Revert "SERVER-6053 - make a const copier for Message, not ideal, but correct"Eliot Horowitz2012-06-101-2/+0
* SERVER-6053 - make a const copier for Message, not ideal, but correctEliot Horowitz2012-06-101-0/+2
* SERVER-5232 better assert messageEric Milkie2012-03-291-2/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-11/+11
* Remove unused, incorrect and misleading struct OP_GETMORE.Andy Schwerin2012-02-131-7/+0
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+312