index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
serialize.h
Age
Commit message (
Expand
)
Author
2018-03-13
Support deserializing into temporaries
Pieter Wuille
2018-03-13
Merge READWRITEMANY into READWRITE
Pieter Wuille
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-30
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-09
Use range-based for loops (C++11) when looping over map elements
practicalswift
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-07-08
Fix subscript[0] in validation.cpp
Jeremy Rubin
2017-02-06
Prevent integer overflow in ReadVarInt.
Gregory Maxwell
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-09
Refactor: Removed begin/end_ptr functions.
Karl-Johan Alm
2016-11-19
Add serialization for unique_ptr and shared_ptr
Pieter Wuille
2016-11-07
Add optimized CSizeComputer serializers
Pieter Wuille
2016-11-07
Make CSerAction's ForRead() constexpr
Pieter Wuille
2016-11-07
Avoid -Wshadow errors
Pieter Wuille
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-11-07
Make GetSerializeSize a wrapper on top of CSizeComputer
Pieter Wuille
2016-11-07
Make nType and nVersion private and sometimes const
Pieter Wuille
2016-11-07
Make streams' read and write return void
Pieter Wuille
2016-11-03
serialization: teach serializers variadics
Cory Fields
2016-10-02
serialize: Deprecate `begin_ptr` / `end_ptr`
Wladimir J. van der Laan
2016-08-22
Trivial: Fix two VarInt examples in serialize.h
Christian Barcenas
2016-06-19
Add COMPACTSIZE wrapper similar to VARINT for serialization
Matt Corallo
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-13
Prevector type
Pieter Wuille
2015-05-14
fix header include groups
Philip Kaufmann
2015-03-06
src/serialize.h: base serialization level endianness neutrality
Wladimir J. van der Laan
2015-01-31
Remove whitespaces before double colon in errors and logs
Pavel JanÃk
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-10-31
Update serialize comments to be doxygen compatible
Michael Ford
2014-10-22
boost: split stream classes out of serialize.h
Cory Fields
2014-10-22
CAutoFile: Explicit Get() and remove unused methods
Wladimir J. van der Laan
2014-10-20
Add IsNull() to class CAutoFile and remove operator !
Ruben Dario Ponticeli
2014-10-15
boost: drop dependency on tuple in serialization
Cory Fields
2014-10-15
boost: drop dependency on is_fundamental in serialization
Cory Fields
2014-10-02
CAutoFile: make file private
Philip Kaufmann
2014-10-02
CBufferedFile: add explicit close function
Philip Kaufmann
2014-10-02
CBufferedFile: convert into a non-refcounted RAII wrapper
Philip Kaufmann
2014-09-28
LLu is standard, but not portable. use ULL
sinetek
2014-09-26
autofile: Disallow by-value copies of CAutoFile
Cory Fields
2014-09-21
Fixing improper input syntax and failing bounds check
ENikS
2014-09-14
header include cleanup
Philip Kaufmann
2014-09-02
Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS
Pieter Wuille
2014-09-01
Merge pull request #4737
Pieter Wuille
2014-08-31
Use CSizeComputer to avoid counting sizes in SerializationOp
Pieter Wuille
2014-08-31
rework overhauled serialization methods to non-static
Kamil Domanski
2014-08-31
remove fields of ser_streamplaceholder
Kamil Domanski
2014-08-31
overhaul serialization code
Kamil Domanski
2014-08-28
add missing header end comments
Philip Kaufmann
2014-08-24
Merge pull request #4618
Pieter Wuille
[prev]
[next]