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
/
platform
/
process_id.h
Age
Commit message (
Expand
)
Author
2021-08-02
SERVER-57446 fix clang-tidy header issues and add header-filter
Daniel Moody
2020-11-18
SERVER-52822 Introduced ThreadContext class
Ben Caimano
2020-11-18
Revert "SERVER-52822 Introduced ThreadContext class"
Ben Caimano
2020-11-17
SERVER-52822 Introduced ThreadContext class
Ben Caimano
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-12-20
SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...
Henrik Edin
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2015-06-29
SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>
Kang In Cheol
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-06-16
SERVER-18928 Simplify mongo/platform/cstdint.h in advance of eliminating it.
Andy Schwerin
2014-05-19
SERVER-13256: Remove pch - qualify std in headers
Mark Benvenuto
2014-05-16
SERVER-13264 Move Apache-licensed files to AGPL
Ian Whalen
2013-06-03
SERVER-9809 Replace getpid() with ProcessId::getCurrent() and pid_t with Proc...
Andy Schwerin
2013-06-03
SERVER-9809 Introduce mongo-wide ProcessId type.
Andy Schwerin