Update CMakeLists.txt - play with openssl
[novacoin.git] / src / serialize.h
2022-02-11 svostIncludes cleanup
2022-02-11 svostCreate streams files
2022-01-06 svostNo more boost::mutex in code
2022-01-03 svostWip: remove boost from code
2016-03-18 svostFix set of msvc C4127 warning 292/head
2016-03-11 svostCode style fix (no "tab" symbol).
2016-03-05 svostSimplified macro
2016-01-31 svostGet rid of some useless-cast 270/head
2016-01-07 svostCode cleanup (icc warning #271 trailing comma is nonsta... 260/head
2015-10-16 svostReplacement (uint type)-1 by type.max 253/head
2015-09-24 svostFix msvc c4127 warning 237/head
2015-04-12 svostClang scan-build warning: Value stored to nSize is... 205/head
2015-03-31 svostRemove MSVC warning - memcpy uses size_t variable 190/head
2015-01-27 fsb4000устранил предупреждения компилятора 133/head
2015-01-01 MASM fanFix forced %llx issue with MinGW, remove unnecessary...
2014-12-28 fsb4000MSVC compatibility
2014-12-27 CryptoManiacCode cleanup
2014-12-14 fsb4000обновление библиотек 80/head
2014-11-08 fsb4000выравнивание 42/head
2014-11-08 fsb4000Fix MSVC compilation errors
2014-11-07 MASM fanMerge branch 'MSVC' of https://github.com/fsb4000/novac...
2014-11-07 MASM fanFix LLVM compilation issues
2014-10-30 fsb4000MSVC 37/head
2014-02-14 MASM fanRevert "Merge pull request #2 from jyap808/osx_build_fixes"
2014-02-13 Julian YapIntegrate various fixes so Novacoin builds on OSX 2/head
2013-04-15 alexhzupdate to 0.4 preview
2013-02-19 alexUpdate to 0.3.0 (New upstream + new RPC calls)
2013-02-10 BalthazarInitial commit of NovaCoin changes
2012-07-23 Scott NadalMerge with Bitcoin v0.6.3
2012-07-10 Scott NadalPPCoin: Version number and rename checkpoint related...
2012-06-14 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-06-14 Luke DashjrBump VERSION so we can differentiate between fixed...
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-08 Luke DashjrBump version to 0.5.6
2012-05-08 Luke DashjrBump version to 0.4.7
2012-05-04 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-05-04 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-02 Philip Kaufmannremove unused typedef in serialize.h
2012-04-30 Philip Kaufmannremove unused typedef in serialize.h
2012-04-27 Luke DashjrBump version to 0.5.5
2012-04-27 Luke DashjrBump version to 0.4.6
2012-04-17 Sunny KingPPCoin: More stack trace dump during serialization
2012-04-17 Pieter WuilleFurther reduce header dependencies
2012-04-17 Gavin AndresenMerge pull request #1106 from jgarzik/sign-compare
2012-04-17 Gavin AndresenMerge pull request #1115 from laanwj/2012_04_cleanupmisc
2012-04-17 Wladimir J. van... Remove unused and unreachable code
2012-04-15 Jeff Garzikserialize.h: CAutoFile's read and write may take size_t...
2012-04-12 Jeff Garzikversion.h: separate client, net sections. Move more...
2012-04-04 Wladimir J. van... remove dependency on serialize.h and util.h for SecureS...
2012-04-03 Wladimir J. van... VC2010 compile fixes
2012-03-30 Sunny KingPPCoin: Stack trace dump for ReadCompactSize() exception
2012-03-26 Pieter WuilleBegin doxygen-compatible comments
2012-03-19 Luke DashjrBump version to 0.5.0.6
2012-03-17 Matt CoralloBump version to 0.5.3.1
2012-03-16 Luke DashjrBump version to 0.5.4
2012-03-16 Luke DashjrBump version to 0.5.0.5
2012-03-16 Luke DashjrBump version to 0.4.5
2012-02-18 Matt CoralloFix compilation warning.
2012-02-08 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-02-08 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-02-08 Luke DashjrUpdate copyrights to 2012 for files modified this year
2012-02-07 Gavin AndresenUpdate all copyrights to 2012
2012-01-17 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-01-17 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-01-17 Luke DashjrCode tidyups, fixing various warnings.
2012-01-13 Gavin AndresenCompile with extra warnings turned on. And more makefil...
2012-01-10 Luke DashjrBump version to 0.5.3
2012-01-10 Luke DashjrBump version to 0.5.0.4
2012-01-10 Luke DashjrBump version to 0.4.4
2012-01-05 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-01-05 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-01-05 Matt CoralloFix horrific performance found by gmaxwell.
2012-01-05 Matt CoralloFix horrific performance found by gmaxwell.
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-12-20 Gavin AndresenInclude limits, not climints (using std::numeric_limits...
2011-12-20 Gavin AndresenUse std::numeric_limits<> for typesafe INT_MAX/etc
2011-12-20 Gavin AndresenCleanup: removed dead code, and use C99 typedefs for...
2011-12-19 Gavin AndresenImplement BIP 14 : separate protocol version from clien...
2011-12-16 Luke DashjrBump version to 0.5.2
2011-12-16 Gavin AndresenBump version 0.5.99 (prep for pulling for version 0.6)
2011-12-16 Luke DashjrBump version to 0.5.0.3
2011-12-16 Luke DashjrBump version to 0.5.0.2
2011-12-16 Luke DashjrBump version to 0.4.3
2011-11-21 Luke DashjrBump version to 0.4.2
2011-11-21 Gavin AndresenBump version to 0.5.1
2011-11-15 Gavin AndresenObsolete keypool and make sure database removes log...
2011-11-15 Gavin AndresenObsolete keypool and make sure database removes log...
2011-10-10 Luke DashjrBump version to 0.4.1
2011-10-08 Gavin AndresenBump version to 0.5.0.0
2011-10-07 Gavin AndresenFix build on windows and mac
2011-09-26 Gavin AndresenBump version to 0.4.1
2011-09-03 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-02 Gavin AndresenBumped version numbers to 0.4.0rc1
2011-09-02 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-19 Giel van SchijndelMove func 'REF' from util.h to serialize.h
2011-08-16 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
next