Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-20 | ensure consistent header comment naming conventions | Philip Kaufmann | |
- BITCOIN_FOLDER_SUBFOLDER_FILENAME_H | |||
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. |