| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanup code using forward declarations. | Brandon Dahler | 2013-11-10 | 1 | -8/+8 |
| | | | | | | | | | | 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. | ||||
| * | Bugfix: Since test_bitcoin is being built and run inside src/test/, try ↵ | Luke Dashjr | 2013-09-10 | 1 | -1/+1 |
| | | | | | using relative directories from that point | ||||
| * | Pulled CheckBlock out of CBlock. | Eric Lombrozo | 2013-06-23 | 1 | -1/+1 |
| | | |||||
| * | It's after 2013-05-15 forever now, so remove the code for the May 15 fork. | Gregory Maxwell | 2013-05-16 | 1 | -2/+0 |
| | | |||||
| * | Update unit test to match rule enforcement starts 21 March | Gavin Andresen | 2013-03-17 | 1 | -1/+1 |
| | | |||||
| * | CheckBlock rule until 15-May for 10,000 BDB lock compatibility | Gavin Andresen | 2013-03-17 | 1 | -0/+66 |