Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-20 | allocators: split allocators and pagelocker | Cory Fields | |
Pagelocker is only needed for secure (usually wallet) operations, so don't make the zero-after-free allocator depend on it. | |||
2015-02-15 | openssl: abstract out OPENSSL_cleanse | Cory Fields | |
This makes it easier for us to replace it if desired, since it's now only in one spot. Also, it avoids the openssl include from allocators.h, which essentially forced openssl to be included from every compilation unit. | |||
2015-01-31 | Remove whitespaces before double colon in errors and logs | Pavel JanÃk | |
2014-12-19 | Added "Core" to copyright headers | sandakersmann | |
Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | |||
2014-12-16 | Remove references to X11 licence | Michael Ford | |
2014-10-22 | boost: split stream classes out of serialize.h | Cory Fields | |
serialization now has no dependencies. |