index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
serialize.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-24
1
-5
/
+5
*
Avoid creating a temporary vector for size-prefixed elements
Pieter Wuille
2018-07-19
1
-0
/
+8
*
Detect if char equals int8_t
Chun Kuan Lee
2018-07-01
1
-0
/
+4
*
Merge #12916: Introduce BigEndian wrapper and use it for netaddress ports
Wladimir J. van der Laan
2018-04-11
1
-0
/
+48
|
\
|
*
Introduce BigEndian wrapper and use it for netaddress ports
Pieter Wuille
2018-04-08
1
-0
/
+48
*
|
Merge #12731: Support serialization as another type without casting
Wladimir J. van der Laan
2018-04-10
1
-1
/
+6
|
\
\
|
|
/
|
/
|
|
*
Support serialization as another type without casting
Pieter Wuille
2018-03-20
1
-1
/
+6
*
|
Support serializing Span<unsigned char> and use that instead of FLATDATA
Pieter Wuille
2018-04-05
1
-42
/
+5
*
|
Add native support for serializing char arrays without FLATDATA
Pieter Wuille
2018-03-21
1
-0
/
+10
|
/
*
Add static_assert to prevent VARINT(<signed value>)
Russell Yanofsky
2018-03-15
1
-9
/
+33
*
Support deserializing into temporaries
Pieter Wuille
2018-03-13
1
-12
/
+12
*
Merge READWRITEMANY into READWRITE
Pieter Wuille
2018-03-13
1
-27
/
+1
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-30
1
-2
/
+2
|
\
|
*
Use range-based for loops (C++11) when looping over map elements
practicalswift
2017-10-09
1
-2
/
+2
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-2
/
+2
|
/
*
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-3
/
+3
*
Fix subscript[0] in validation.cpp
Jeremy Rubin
2017-07-08
1
-6
/
+6
*
Prevent integer overflow in ReadVarInt.
Gregory Maxwell
2017-02-06
1
-2
/
+9
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Refactor: Removed begin/end_ptr functions.
Karl-Johan Alm
2016-12-09
1
-32
/
+4
*
Add serialization for unique_ptr and shared_ptr
Pieter Wuille
2016-11-19
1
-0
/
+59
*
Add optimized CSizeComputer serializers
Pieter Wuille
2016-11-07
1
-0
/
+35
*
Make CSerAction's ForRead() constexpr
Pieter Wuille
2016-11-07
1
-2
/
+2
*
Avoid -Wshadow errors
Pieter Wuille
2016-11-07
1
-3
/
+3
*
Get rid of nType and nVersion
Pieter Wuille
2016-11-07
1
-130
/
+126
*
Make GetSerializeSize a wrapper on top of CSizeComputer
Pieter Wuille
2016-11-07
1
-126
/
+12
*
Make nType and nVersion private and sometimes const
Pieter Wuille
2016-11-07
1
-2
/
+2
*
Make streams' read and write return void
Pieter Wuille
2016-11-07
1
-2
/
+1
*
serialization: teach serializers variadics
Cory Fields
2016-11-03
1
-0
/
+49
*
serialize: Deprecate `begin_ptr` / `end_ptr`
Wladimir J. van der Laan
2016-10-02
1
-11
/
+10
*
Trivial: Fix two VarInt examples in serialize.h
Christian Barcenas
2016-08-22
1
-2
/
+2
*
Add COMPACTSIZE wrapper similar to VARINT for serialization
Matt Corallo
2016-06-19
1
-0
/
+23
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
Prevector type
Pieter Wuille
2015-11-13
1
-38
/
+119
*
fix header include groups
Philip Kaufmann
2015-05-14
1
-2
/
+2
*
src/serialize.h: base serialization level endianness neutrality
Wladimir J. van der Laan
2015-03-06
1
-76
/
+125
*
Remove whitespaces before double colon in errors and logs
Pavel Janík
2015-01-31
1
-1
/
+1
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Update serialize comments to be doxygen compatible
Michael Ford
2014-10-31
1
-78
/
+100
*
boost: split stream classes out of serialize.h
Cory Fields
2014-10-22
1
-553
/
+0
*
CAutoFile: Explicit Get() and remove unused methods
Wladimir J. van der Laan
2014-10-22
1
-6
/
+13
*
Add IsNull() to class CAutoFile and remove operator !
Ruben Dario Ponticeli
2014-10-20
1
-1
/
+1
*
boost: drop dependency on tuple in serialization
Cory Fields
2014-10-15
1
-77
/
+0
*
boost: drop dependency on is_fundamental in serialization
Cory Fields
2014-10-15
1
-19
/
+19
*
CAutoFile: make file private
Philip Kaufmann
2014-10-02
1
-3
/
+4
*
CBufferedFile: add explicit close function
Philip Kaufmann
2014-10-02
1
-6
/
+18
*
CBufferedFile: convert into a non-refcounted RAII wrapper
Philip Kaufmann
2014-10-02
1
-9
/
+21
*
LLu is standard, but not portable. use ULL
sinetek
2014-09-28
1
-1
/
+1
[next]