summaryrefslogtreecommitdiff
path: root/db/dbmessage.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use socketless interface for cloning using single db instanceAaron2008-12-181-3/+3
* replication fixes -- "first: true" support (local.dbinfo.*); clean up class nameDwight2008-12-021-2/+2
* catch asserts and report error to client on a queryunknown2008-10-291-2/+39
* reorganize commands code for dbgridDwight2008-10-221-0/+1
* rename classesDwight2008-10-211-2/+30
* checkpointing soem dbgrid workDwight2008-09-291-0/+86