Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-05 | Bump copyright headers to 2015 | MarcoFalke | |
- Bump copyright headers to 2015 - [devtools] Rewrite fix-copyright-headers.py - [devtools] Use git pretty-format for year parsing Github-Pull: #7205 Rebased-From: fa6ad855e9159b2247da4fa0054f32fa181499ab fa24439ff3d8ab5b9efaf66ef4dae6713b88cb35 fa71669452e57039e4270fd2b33a0e0e1635b813 | |||
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. |