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
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
2014-08-18
replace int with size_t in stream methods
Kamil Domanski
2014-08-09
Simplify serialize.h's exception handling
Pieter Wuille
2014-08-09
Add a way to limit deserialized string lengths
Pieter Wuille
2014-07-16
Break up CAddrMan's IMPLEMENT_SERIALIZE
Pieter Wuille
2014-06-23
Avoid undefined behavior using CFlatData in CScript serialization
Wladimir J. van der Laan
2014-03-28
remove an assignment which is never used.
Yoichi Hirai
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-30
Merge pull request #3173 from gavinandresen/fuzzmessages
Gavin Andresen
2013-10-29
Bug fix: CDataStream::GetAndClear() when nReadPos > 0
Gavin Andresen
[next]