index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
dbmessage.cpp
Age
Commit message (
Expand
)
Author
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2023-05-23
SERVER-77327: replace verify() with MONGO_verify()
Colin Stolley
2022-06-06
SERVER-58922 Delete the last vestiges of ntoreturn
David Storch
2022-06-01
SERVER-66833 Improve error and log messages on attempt to use unsupported leg...
David Storch
2021-10-13
SERVER-59300 Make AsyncDBClient use OP_MSG rather than OP_QUERY for isMaster
David Storch
2021-09-30
SERVER-59233 Address stringop and array bounds warnings with GCC 11
Andrew Morrow
2021-08-10
SERVER-58140 Remove legacy update/delete parsers
Yoonsoo Kim
2021-07-16
SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messages
Irina Yatsenko
2021-06-15
SERVER-57265 Migrate tests for deprecated op codes from jstest to C++ integra...
Irina Yatsenko
2020-06-26
SERVER-44968 Remove useless BSONVersion enum class
Faustoleyva54
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-06-14
SERVER-41071 Replace NULL and 0 with nullptr
A. Jesse Jiryu Davis
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2017-07-26
SERVER-28509 Move code to assemble legacy requests out of DBClient
Mathias Stearn
2017-06-28
SERVER-6541 Delete Message::toString()
Mathias Stearn
2017-04-21
SERVER-28749 Unify ServiceEntryPointMongod and ServiceEntryPointMongos
Jonathan Reams
2017-01-03
SERVER-27556 Cleanup sharding request processing code
Kaloian Manassiev
2016-11-05
SERVER-26674 transport::Session objects should be shared_ptr managed
samantharitter
2016-09-06
SERVER-23972 Disallow decimal insertion in legacy write mode when featureComp...
Tess Avitabile
2016-09-02
SERVER-25159 Default BSON validation version should depend on admin.system.ve...
Tess Avitabile
2016-07-12
SERVER-24162 Integrate TransportLayer
Samantha Ritter
2016-06-22
SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory management
Mathias Stearn
2016-03-17
SERVER-20077 requestId field of message header should always be a signed integer
Waley Chen
2015-11-13
SERVER-20853 eliminate copies in find and getMore path
David Storch
2015-11-11
SERVER-21276: Fix various issues with top
Martin Bligh
2015-10-30
SERVER-20609 do not heap allocate Message
Adam Midvidy
2015-09-03
SERVER-20267 use the explain command path to answer OP_QUERY with $explain on...
David Storch
2015-08-27
SERVER-19444 Add polyfill for strnlen
Jonathan Reams
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-04-14
SERVER-17629 Implemented Bounded Data View/Cursor
Jason Carey (hanumantmk)
2015-01-15
SERVER-13256 Remove pch.h
Andrew Morrow
2015-01-15
SERVER-13256 Add usings and qualifications for names from namespace std
Andrew Morrow
2015-01-05
SERVER-13256 Prohibit new uses of pch.h
Andrew Morrow
2014-12-08
SERVER-16258 Remove our strnlen and audit all callers
Mathias Stearn
2014-08-12
SERVER-14853 Port networking library to AAE
Jason Carey
2014-07-30
SERVER-14268: Improve server message parsing
Mark Benvenuto
2014-05-16
SERVER-13264 Move Apache-licensed files to AGPL
Ian Whalen
2013-04-18
normalize #includes in many files
Eric Milkie
2012-10-04
SERVER-7220 fix Linux compile
Tad Marshall
2012-09-17
fix licenses these should be apache
Dwight
2012-05-22
SERVER-5797 Uncaught exception in count_slaveok.js
Randolph Tan
2012-04-02
SERVER-5348 make dbclient.h the main C++ driver include file
Eric Milkie
2011-12-24
bulk move of code to src/ SERVER-4551
Eliot Horowitz