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
/
base
/
data_range.h
Age
Commit message (
Expand
)
Author
2023-10-31
SERVER-77706 Use absl::hash in heap profiler
Ivan Fefer
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-06-22
SERVER-77044 IWYU Automated changes for up to end ratio 0.4
Daniel Moody
2023-06-15
SERVER-77042 automated IWYU changes up to ratio of 0.3
Daniel Moody
2023-06-12
SERVER-77924 data_range.h: cleaner concept checks to avoid compiler notes
Billy Donahue
2022-06-17
SERVER-67357 deflake test and add better diagnostics
Andrew Shuvalov
2022-02-08
SERVER-63192 Add slice, split, and sliceAndAdvance APIs to CDRC
Sara Golemon
2019-07-29
SERVER-41277 Create FLE Data Framing Classes
Shreyas Kalyan
2019-04-17
SERVER-40528 Do not allow constructing ConstDataRange from bool
Jonathan Reams
2019-04-09
SERVER-40476 remove mongoutils::str
Billy Donahue
2019-04-06
SERVER-40356 Make ConstDataRange constructable from any byte-like type
Jonathan Reams
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-23
SERVER-37258 Fix UB in MurmurHash3
Jason Carey
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2015-09-08
SERVER-19583: Implement full-time diagnostic data capture compressor and deco...
Mark Benvenuto
2015-09-01
SERVER-19275 downconvert find/getMore in NetworkInterfaceASIO
Adam Midvidy
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-04-15
SERVER-17629 StringData + various DataTypes
Jason Carey
2015-04-14
SERVER-17629 Implemented Bounded Data View/Cursor
Jason Carey (hanumantmk)