aboutsummaryrefslogtreecommitdiff
path: root/src/headers.h
AgeCommit message (Expand)Author
2012-01-12Compile with extra warnings turned on. And more makefile/code tidying up.Gavin Andresen
2012-01-06Network stack refactorPieter Wuille
2011-12-19Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2011-10-25Only define __STDC_LIMIT_MACROS if not already defined.Matt Corallo
2011-10-07Fix build on windows and macGavin Andresen
2011-09-26Remove wxWidgetsGavin Andresen
2011-08-16Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-08-09Unify copyright notices.Matt Corallo
2011-06-26update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)Wladimir J. van der Laan
2011-06-22use #ifdef QT_UI to distinguish Qt UI instead of hardcoded #if 0Wladimir J. van der Laan
2011-06-18update bitcoin core from git (eeac8727bc0a951631bd)Wladimir J. van der Laan
2011-06-15move wallet code to separate filePieter Wuille
2011-06-11move back to original directory structureWladimir J. van der Laan
2011-05-17Only include certain boost headers if necessary.Jordan Lewis
2011-05-17Remove some globally unused headers from headers.hJordan Lewis
2011-05-15Only include strlcpy.h when we have toJordan Lewis
2011-05-15Only include init.h when we have toJordan Lewis
2011-05-15Only include net.h when we have toJordan Lewis
2011-05-15Only included rpc.h when necessaryJordan Lewis
2011-05-15Only include db.h when we have to.Jordan Lewis
2011-05-15Only include irc.h when neededJordan Lewis
2011-05-15make bitcoin include files more modularWladimir J. van der Laan
2011-04-23directory re-organization (keeps the old build system)Jaromil