summaryrefslogtreecommitdiff
path: root/db/dbmessage.h
Commit message (Expand)AuthorAgeFilesLines
* Rename keep_going to continue_on_error SERVER-3233Mathias Stearn2011-08-081-2/+2
* when a writeback request fails, don't writeback, deal with it inlineEliot Horowitz2011-07-081-1/+12
* removed global debugString with Message::toStringEliot Horowitz2011-06-261-1/+0
* put objcheck in CmdLineEliot Horowitz2011-06-261-4/+1
* net cleaning: starting to split up message.hEliot Horowitz2011-06-261-58/+13
* net cleaning: move message.* to net/Eliot Horowitz2011-06-261-1/+1
* move commentEliot Horowitz2011-06-201-0/+44
* SERVER-2552 initialize result flags for empty get more resultAaron2011-03-171-0/+3
* DbMessage::getInt64 helperEliot Horowitz2011-02-051-1/+12
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-14/+12
* move inl header inclusion to topDwight2010-11-041-1/+1
* messasge debuggingEliot Horowitz2010-07-231-0/+2
* SERVER-1270 Hook StringData to BufBuilderAlberto Lerner2010-07-191-2/+2
* cleaningdwight2010-07-181-18/+1
* old methoddwight2010-06-261-0/+1
* towards QueryOption_Exhaustdwight2010-06-061-15/+16
* some nicer error messagesEliot Horowitz2010-06-031-4/+4
* SERVER-109 multi buffer messageAaron2010-05-121-5/+6
* basic serverStatus for mongos SERVER-942Eliot Horowitz2010-04-201-6/+18
* first pass at making replication more realtimeDwight2010-03-261-2/+2
* store queryOptions in ClientCursor in case needed during getMoreDwight2010-03-251-1/+1
* if first call to nextJsObj has no data use a more informative assertMike Dirolf2010-03-181-1/+3
* refactoring runQuery / UserQueryOp part 1Eliot Horowitz2010-02-151-6/+2
* Plug large memory leak in mongos SHARDING-77Mathias Stearn2010-02-051-3/+2
* rename storage.h -> diskloc.hDwight2010-02-041-1/+1
* cleanup comments prepwork for some repl improvementsDwight2010-01-041-6/+24
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-4/+4
* FieldMatcher now supports positive and negative matching. SERVER-299 and SERV...Mathias Stearn2009-10-281-4/+5
* refactoring field matcher, no function changes yet MINOREliot Horowitz2009-07-011-4/+5
* mark postion on dbmessage so can replay, etc... MINOREliot Horowitz2009-04-121-0/+10
* empty field spec same as missing field spec for queriesAaron2009-04-081-0/+2
* Sharding: resync on stale shard configEliot Horowitz2009-04-071-2/+3
* name enums to make old compiler happy (thx kristina)Aaron2009-04-061-1/+1
* objcheck validates every bson object read from a messageAaron2009-03-131-0/+5
* Remap cursor id on forwardAaron2009-03-101-2/+5
* use AbstractMessagingPortEliot Horowitz2009-03-011-3/+3
* fix nReturned on replyToQueryEliot Horowitz2009-02-231-1/+1
* First cut of query and update using new qoAaron2009-02-231-0/+1
* reset dbmessage locationEliot Horowitz2009-02-191-1/+5
* a little dbclient.h cleanup (minor)dwight2009-02-131-0/+29
* pragma onceEliot Horowitz2009-02-061-0/+2
* killop / inprog commandsDwight2009-01-281-0/+22
* Clean up object size checkAaron2009-01-211-8/+5
* Check valid object sizeAaron2009-01-211-0/+1
* Check that initial int representing size is in valid memoryAaron2009-01-161-0/+1
* Indent all lines within namespaces one levelAaron2009-01-151-122/+122
* Replace tab indentation with spacesAaron2009-01-141-2/+2
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+12
* set options flag when $err is returnedDwight2009-01-091-7/+6
* Replace tab indentation with spacesAaron2008-12-281-76/+82