index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
headers.h
Age
Commit message (
Expand
)
Author
2012-04-04
Move from noui.h / ui.h to one ui_interface.h with dummy implementation for t...
Wladimir J. van der Laan
2012-04-03
VC2010 compile fixes
Wladimir J. van der Laan
2012-02-07
Update all copyrights to 2012
Gavin Andresen
2012-01-12
Compile with extra warnings turned on. And more makefile/code tidying up.
Gavin Andresen
2012-01-06
Network stack refactor
Pieter Wuille
2011-12-19
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
2011-10-25
Only define __STDC_LIMIT_MACROS if not already defined.
Matt Corallo
2011-10-07
Fix build on windows and mac
Gavin Andresen
2011-09-26
Remove wxWidgets
Gavin Andresen
2011-08-16
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-09
Unify copyright notices.
Matt Corallo
2011-06-26
update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)
Wladimir J. van der Laan
2011-06-22
use #ifdef QT_UI to distinguish Qt UI instead of hardcoded #if 0
Wladimir J. van der Laan
2011-06-18
update bitcoin core from git (eeac8727bc0a951631bd)
Wladimir J. van der Laan
2011-06-15
move wallet code to separate file
Pieter Wuille
2011-06-11
move back to original directory structure
Wladimir J. van der Laan
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