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
/
instance.cpp
Age
Commit message (
Expand
)
Author
2018-11-27
SERVER-30815 Remove the db/serveronly library
Andrew Morrow
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2016-12-14
SERVER-23103 Remove remaining logic from instance.cpp
Andrew Morrow
2016-12-14
SERVER-23103 Move assembleResposne to its own library
Andrew Morrow
2016-12-14
SERVER-23103 Move DiagLog to its own library
Andrew Morrow
2016-11-02
SERVER-6302 Fix multiple fsyncLock() invocation race condition
James Wahlin
2016-10-24
SERVER-25654 Don't use int millis for elapsed time
Geert Bosch
2016-10-07
SERVER-26325: Show redacted slow operation report when redaction enabled
Spencer Jackson
2016-09-26
SERVER-25994: Make applyOps check for specific permissions
Spencer Jackson
2016-09-02
SERVER-25159 Default BSON validation version should depend on admin.system.ve...
Tess Avitabile
2016-09-02
SERVER-24991 log redaction for commands, concurrency, exec, index
Thomas Schubert
2016-08-04
SERVER-24613 Add Client Metadata Documents' AppName to slow operation logs
Mark Benvenuto
2016-06-24
SERVER-5905 Add operation latency histogram
Kevin Albertson
2016-06-24
Revert "SERVER-5905 Add operation latency histogram"
Mathias Stearn
2016-06-23
SERVER-5905 Add operation latency histogram
Kevin Albertson
2016-06-22
SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory management
Mathias Stearn
2016-06-13
SERVER-24323 Rename CatalogManager to ShardingCatalogClient
Spencer T Brody
2016-05-28
SERVER-23971 Clang-Format code
Mark Benvenuto
2016-05-19
SERVER-23260 Consolidate CurOp and OpDebug query objects
James Wahlin
2016-04-21
SERVER-23128 Refactor mongod write operations
Mathias Stearn
2016-04-21
SERVER-23128 Parsers that parse legacy and command writes into uniform objects
Mathias Stearn
2016-04-21
SERVER-23128 Remove sharding logic from UpdateLifecycleImpl
Mathias Stearn
2016-04-21
SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops
James Wahlin
2016-04-21
Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"
Benety Goh
2016-04-21
SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops
James Wahlin
2016-04-20
SERVER-23257 Report keysExamined/docsExamined/hasSortStage where valid
James Wahlin
2016-04-20
SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...
Andy Schwerin
2016-04-19
Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...
Eric Milkie
2016-04-18
SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...
Andy Schwerin
2016-03-30
SERVER-23434 Make find and getMore return InvalidNamespace on bad namespaces
Kaloian Manassiev
2016-03-29
SERVER-23405 Get rid of Command::getStatusFromCommand
Kaloian Manassiev
2016-03-21
SERVER-23103 Make libcommand not depend on libcurop
Andrew Morrow
2016-03-21
SERVER-23103 Unify exit handling
Andrew Morrow
2016-03-17
SERVER-20077 requestId field of message header should always be a signed integer
Waley Chen
2016-03-16
SERVER-22997 Unify wait for migrate critical section and metadata refresh
Kaloian Manassiev
2016-02-29
SERVER-22681 Avoid calling infoCache() when collection doesn't exist.
Max Hirschhorn
2016-02-24
SERVER-22353 disable profiling in readOnly mode
Adam Midvidy
2016-02-18
SERVER-22239 DuplicateKey Error, update optime to latest after insert failure
Dianna Hohensee
2016-02-17
SERVER-22698 fix duplicate error codes caused by broken errorcodes.py
Adam Midvidy
2016-02-02
SERVER-18468 add 'fromMultiPlanner' and 'replanned' flags to slow command logs
David Storch
2016-02-02
SERVER-22167: Move fixDocuments up earlier in the insert path to ensure it runs
Martin Bligh
2016-01-29
SERVER-21823 Update and findAndModify with {upsert: true} should report nMatc...
Tess Avitabile
2016-01-21
SERVER-20808 reject negative ntoreturn on OP_GET_MORE messages
David Storch
2015-12-30
SERVER-21776 Most instance.cpp log msgs should use kCommand component
Jason Rassi
2015-12-15
SERVER-21772 correctly profile and log findAndModify operations
David Storch
2015-12-11
SERVER-21750 clean up getMore logging and profiling
David Storch
2015-11-24
SERVER-21653 do not cache lastoptime decoration from Client object
Eric Milkie
2015-11-13
SERVER-20884 build command replies in-place to avoid copies
Adam Midvidy
2015-11-11
SERVER-21276: Fix various issues with top
Martin Bligh
2015-10-30
SERVER-20609 optimize OpDebug and CurOp construction
Adam Midvidy
[next]