index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
include
/
encoding.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
encoding: use concepts for chrono encoding
Casey Bodley
2023-11-24
1
-12
/
+7
*
encoding: add round_trip_encode()/decode() for chrono types
Casey Bodley
2023-11-24
1
-1
/
+37
*
common: add encode and decode routines for opaque vectors of bytes
Jeff Layton
2022-01-13
1
-0
/
+17
*
tools,common,msg: Use O_BINARY for win32 compatibility
Lucian Petrut
2020-10-22
1
-1
/
+1
*
include/encoding: Fix encode/decode of float types on big-endian systems
Ulrich Weigand
2020-09-06
1
-4
/
+31
*
src/: s/advance/operator+=/
Kefu Chai
2020-02-02
1
-2
/
+2
*
common: encode for std::list<T> doesn't use bl::copy_in() anymore.
Radoslaw Zarzynski
2020-01-22
1
-17
/
+12
*
include/encoding: fix encode/decode for signed durations
Sage Weil
2019-07-15
1
-4
/
+4
*
osd/: convert boost::optional users to std::optional
Samuel Just
2019-05-10
1
-0
/
+31
*
include: Update encoding.h to work without using namespace
Adam C. Emerson
2019-03-29
1
-11
/
+11
*
include/encoding: eliminate smart_ptr temporaries
Patrick Donnelly
2019-01-16
1
-17
/
+23
*
include: add small_vector encode/decode/<<
Patrick Donnelly
2018-12-18
1
-0
/
+65
*
Merge PR #24229 into master
Sage Weil
2018-10-29
1
-22
/
+45
|
\
|
*
common: introduce contiguous_filler to optimize ENCODE_START.
Radoslaw Zarzynski
2018-10-06
1
-15
/
+16
|
*
common: optimize hole appending in bufferlist.
Radoslaw Zarzynski
2018-10-06
1
-21
/
+7
|
*
common: duplicate an encoding macro to suppress warnings.
Radoslaw Zarzynski
2018-10-06
1
-1
/
+25
|
*
common: drop backward iteration from bufferlist.
Radoslaw Zarzynski
2018-10-06
1
-8
/
+20
*
|
*: set missing CLOEXEC on opened fds
Patrick Donnelly
2018-09-20
1
-1
/
+1
|
/
*
mds: reduce memory fragments of EMetaBlob
Yan, Zheng
2018-08-28
1
-6
/
+4
*
include,common: Remove assert and clobber-foo
Adam C. Emerson
2018-08-27
1
-1
/
+1
*
include: Use ceph_assert for asserts
Adam C. Emerson
2018-08-27
1
-1
/
+1
*
include/memory.h: remove memory.h
Kefu Chai
2018-06-26
1
-16
/
+14
*
core: use const_iterator for decode
Kefu Chai
2018-05-17
1
-66
/
+66
*
encoding: add overloads for chrono durations
Casey Bodley
2018-05-08
1
-0
/
+22
*
encoding: constrain the time_point templates
Casey Bodley
2018-05-08
1
-2
/
+4
*
mds: convert to allocator agnostic string_view
Patrick Donnelly
2018-02-07
1
-6
/
+12
*
encoding: Encode/decode of arbitrary tuples
Adam C. Emerson
2018-01-12
1
-4
/
+20
*
include: Remove fallback usings from encoding.h
Adam C. Emerson
2018-01-10
1
-5
/
+0
*
common: Use unqualified encoding in ceph_time.h
Adam C. Emerson
2018-01-10
1
-7
/
+35
*
encoding: Remove no-longer-needed #define
Adam C. Emerson
2018-01-10
1
-5
/
+0
*
encoding: Move encode/decode functions into ceph namespace
Adam C. Emerson
2018-01-10
1
-172
/
+313
*
include/encoding: fix compat version error message
Xinying Song
2017-12-23
1
-1
/
+1
*
encoding: reset optional<> if it is uninitialized
Kefu Chai
2017-09-08
1
-3
/
+3
*
encoding: remove encode_array_nohead
John Spray
2017-07-19
1
-16
/
+0
*
denc: add reserve() to boost::flat_set/map decode
Casey Bodley
2017-05-18
1
-0
/
+4
*
include/denc: clean up ENCODE_DUMP a bit
Sage Weil
2017-05-08
1
-7
/
+5
*
include/denc: support ENCODE_DUMP
Sage Weil
2017-05-05
1
-7
/
+0
*
Merge pull request #14475 from liewegas/wip-message-compat-cruft
Sage Weil
2017-04-28
1
-8
/
+5
|
\
|
*
include/encoding: fix compat version error messages
Sage Weil
2017-04-24
1
-8
/
+5
*
|
include/encoding: use more auto
Sage Weil
2017-04-25
1
-27
/
+24
|
/
*
denc: Add support for std::array
Adam C. Emerson
2017-01-10
1
-0
/
+23
*
denc: Support boost::container::flat_set
Adam C. Emerson
2017-01-10
1
-0
/
+44
*
rgw: custom headers: use boost::container::flat_map
Matt Benjamin
2016-12-14
1
-0
/
+98
*
include/encoding: make vector compatible with mempools
Sage Weil
2016-11-08
1
-2
/
+2
*
include/encoding: parameterize stl containers encoders with allocator
Sage Weil
2016-11-02
1
-141
/
+91
*
include/denc: _nohead variants for containers
Sage Weil
2016-10-16
1
-14
/
+27
*
include/denc: new-style encoding framework
Sage Weil
2016-10-16
1
-36
/
+69
*
kv: In memory keyvalue db implementation
Ramesh Chander
2016-07-13
1
-0
/
+28
*
msg/msg_types: optionally accept features when encoding entity_{addr,inst}_t
Sage Weil
2016-05-31
1
-0
/
+5
*
encoding: featureful unordered_map<>
Sage Weil
2016-05-31
1
-0
/
+11
[next]