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
Age
Commit message (
Expand
)
Author
2012-09-21
enhance Qt5 compatibility
Philip Kaufmann
2012-09-21
Merge pull request #1793 from Diapolo/fix_signed_unsigned_strprintf
Wladimir J. van der Laan
2012-09-21
comment update: it's -> its
Wladimir J. van der Laan
2012-09-20
Merge pull request #1705 from Diapolo/cleanup_bitcoingui
Wladimir J. van der Laan
2012-09-20
Merge pull request #1810 from laanwj/2012_09_rpcconsole_eventfilter
Wladimir J. van der Laan
2012-09-20
Update gitignore and Makefiles for build.h move from src/ to src/obj
Gavin Andresen
2012-09-20
Merge pull request #1717 from Diapolo/Qt_change_TX_display
Wladimir J. van der Laan
2012-09-18
Merge branch 'testdata' of git://github.com/TheBlueMatt/bitcoin
Gavin Andresen
2012-09-18
When rejected TX relay due to lack of fees, log full txid
Jeff Garzik
2012-09-18
Trim trailing whitespace for src/*.{h,cpp}
Jeff Garzik
2012-09-18
Merge branch 'master' of github.com:bitcoin/bitcoin
Gavin Andresen
2012-09-18
Give makefiles 'test' and 'check' targets to compile and run unit tests
Gavin Andresen
2012-09-18
Merge pull request #1812 from jgarzik/misc-07
Jeff Garzik
2012-09-18
Merge branch 'refactor_times' of git://github.com/luke-jr/bitcoin
Gavin Andresen
2012-09-18
Bump client version to 0.7.0.99 now that 0.7.0 release is final.
Gavin Andresen
2012-09-15
update comment, secure_allocator is defined in allocators.h
Wladimir J. van der Laan
2012-09-12
fix signed/unsigned in strprintf and CNetAddr::GetByte()
Philip Kaufmann
2012-09-12
Bump client version number for 0.7.0rc3
v0.7.0rc3
v0.7.0
Gavin Andresen
2012-09-12
Do not abort if RPC listening for IPv6 fails
Pieter Wuille
2012-09-09
Apply BIP30 checks to all blocks except the two historic violations.
Gregory Maxwell
2012-09-09
Improve debug logging, for mempool TXs that do not include sufficient fees
Jeff Garzik
2012-09-09
Cosmetic: move CTransaction::GetMinFee out of header file
Jeff Garzik
2012-09-09
Improve RPC console key event behaviour
Wladimir J. van der Laan
2012-09-09
Remove VC6 comment and pointless #ifdef'd benchmark code
Wladimir J. van der Laan
2012-09-09
Merge pull request #1802 from luke-jr/bugfix_ts
Wladimir J. van der Laan
2012-09-08
Update translations from Transifex (100% coverage for Finnish and Chinese (Ch...
Luke Dashjr
2012-09-07
Merge pull request #1796 from luke-jr/bugfix_ts
Wladimir J. van der Laan
2012-09-08
Partially Bugfix: Update English translation strings and translations from Tr...
Luke Dashjr
2012-09-08
Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in db
Luke Dashjr
2012-09-07
Merge pull request #1798 from xanatos/patch-19
Wladimir J. van der Laan
2012-09-07
Bitcoin-Qt (Windows only): add version info to Resource File
Philip Kaufmann
2012-09-07
Wrong address added to collection in test
xanatos
2012-09-06
Merge pull request #1786 from jgarzik/select-fix
Wladimir J. van der Laan
2012-09-06
Fix double-paren typo
Gavin Andresen
2012-09-05
Add various tests for CTransaction::CheckTransaction()
Matt Corallo
2012-09-05
check tx.CheckTransaction for data-driven tx tests.
Matt Corallo
2012-09-05
replace 2x WSAGetLastError() with 1x WSAGetLastError() call
Philip Kaufmann
2012-09-05
select(): Use precise fd presence check, rather than imprecise hSocketMax test
Jeff Garzik
2012-09-05
Bump version number for 0.7.0rc2
v0.7.0rc2
Gavin Andresen
2012-09-05
Merge branch 'testnet_alert' of git://github.com/gavinandresen/bitcoin-git
Gavin Andresen
2012-09-05
Correct LoadWallet() return value (false -> DB_LOAD_OK)
xanatos
2012-09-04
Merge pull request #1789 from Diapolo/fix_double_Startuptime
Jeff Garzik
2012-09-05
remove double logging of startup time, when !fLogTimestamps
Philip Kaufmann
2012-09-05
fix signed/unsigned usage in BlockFilePath()
Philip Kaufmann
2012-09-04
Add block file naming helper, BlockFilePath()
Jeff Garzik
2012-09-04
init.cpp: fix build error, and possibly-uninit'd warning
Jeff Garzik
2012-09-04
Merge pull request #1427 from rebroad/StartTimeFix
Jeff Garzik
2012-09-04
Merge pull request #1777 from laanwj/2012_09_eliminate_sprintf
Jeff Garzik
2012-09-04
Merge pull request #1779 from xanatos/patch-15
Jeff Garzik
2012-09-04
Merge pull request #1738 from laanwj/2012_08_boostthread
Jeff Garzik
[next]