Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler | |
Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files. | |||
2013-10-20 | Bump Year Number to 2013 | super3 | |
2013-06-24 | Add HMAC-SHA512 to hash | Pieter Wuille | |
2013-05-30 | Make CPubKey statically allocated | Pieter Wuille | |
2013-01-16 | Add MurmurHash3 implementation to hash.h/add hash.cpp. | Matt Corallo | |
2012-12-18 | Split off hash.h from util.h | Pieter Wuille | |