Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-15 | move wallet code to separate file | Pieter Wuille | |
This introduces two new source files, keystore.cpp and wallet.cpp with corresponding headers. Code is moved from main and db, in a preparation for a follow-up commit which introduces the classes CWallet and CKeyStore. | |||
2011-05-17 | Only include certain boost headers if necessary. | Jordan Lewis | |
2011-05-17 | Remove some globally unused headers from headers.h | Jordan Lewis | |
2011-05-15 | Only include strlcpy.h when we have to | Jordan Lewis | |
2011-05-15 | Only include init.h when we have to | Jordan Lewis | |
2011-05-15 | Only include net.h when we have to | Jordan Lewis | |
2011-05-15 | Only included rpc.h when necessary | Jordan Lewis | |
2011-05-15 | Only include db.h when we have to. | Jordan Lewis | |
2011-05-15 | Only include irc.h when needed | Jordan Lewis | |
2011-05-15 | make bitcoin include files more modular | Wladimir J. van der Laan | |
2011-04-23 | directory re-organization (keeps the old build system) | Jaromil | |
there is no internal modification of any file in this commit files are moved into directories according to established standards in sourcecode distribution; these directories contain: src - Files that are used in constructing the executable binaries, but are not installed. doc - Files in HTML and text format that document usage, quirks of the implementation, and contributor checklists. locale - Files that contain human language translation of strings used in the program contrib - Files contributed from distributions or other third party implementing scripts and auxiliary programs |