Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-22 | CAutoFile: Explicit Get() and remove unused methods | Wladimir J. van der Laan | |
Also add documentation to some methods. | |||
2014-09-25 | autofile: don't copy CAutoFile by value | Cory Fields | |
2014-08-26 | Split up util.cpp/h | Wladimir J. van der Laan | |
Split up util.cpp/h into: - string utilities (hex, base32, base64): no internal dependencies, no dependency on boost (apart from foreach) - money utilities (parsesmoney, formatmoney) - time utilities (gettime*, sleep, format date): - and the rest (logging, argument parsing, config file parsing) The latter is basically the environment and OS handling, and is stripped of all utility functions, so we may want to rename it to something else than util.cpp/h for clarity (Matt suggested osinterface). Breaks dependency of sha256.cpp on all the things pulled in by util. | |||
2014-03-18 | Add licenses for tests and test data | Wladimir J. van der Laan | |
- Add license headers to source files (years based on commit dates) in `src/test` as well as `qa` - Add `README.md` to `src/test/data` specifying MIT license Fixes #3848 | |||
2014-03-11 | minor style cleanups | Philip Kaufmann | |
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-09-10 | Bugfix: Since test_bitcoin is being built and run inside src/test/, try ↵ | Luke Dashjr | |
using relative directories from that point | |||
2013-06-23 | Pulled CheckBlock out of CBlock. | Eric Lombrozo | |
2013-05-16 | It's after 2013-05-15 forever now, so remove the code for the May 15 fork. | Gregory Maxwell | |
2013-03-17 | Update unit test to match rule enforcement starts 21 March | Gavin Andresen | |
2013-03-17 | CheckBlock rule until 15-May for 10,000 BDB lock compatibility | Gavin Andresen | |