aboutsummaryrefslogtreecommitdiff
path: root/src/compressor.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Support serializing Span<unsigned char> and use that instead of FLATDATAPieter Wuille2018-04-051-4/+5
* Move compressor utility functions out of classPieter Wuille2018-03-211-21/+10
* Support deserializing into temporariesPieter Wuille2018-03-131-2/+2
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-3/+3
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-2/+2
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Get rid of nType and nVersionPieter Wuille2016-11-071-3/+3
* Make GetSerializeSize a wrapper on top of CSizeComputerPieter Wuille2016-11-071-8/+0
* Fix OOM bug: UTXO entries with invalid script lengthPieter Wuille2016-04-251-2/+8
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-1/+1
* Convert remaining comments in /src to doxygen formatMichael Ford2014-11-211-9/+13
* Fix all header definesPavel Janík2014-11-031-3/+3
* MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (fromjtimon2014-10-271-0/+119