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-06-13
re-work optionsdialog to a tabbed UI based on an ui-file
Philip Kaufmann
2012-06-12
Merge pull request #1444 from laanwj/2012_06_opendebuglog
Wladimir J. van der Laan
2012-06-12
make buttons in debug window non autoDefault
Philip Kaufmann
2012-06-12
Cross-platform "Open debug logfile"
Wladimir J. van der Laan
2012-06-12
Merge pull request #1440 from Diapolo/overviewpage_InitialBalance
Wladimir J. van der Laan
2012-06-12
Do not select first address automatically in the address book
Wladimir J. van der Laan
2012-06-11
Merge pull request #1412 from Diapolo/string_wait_mature
Wladimir J. van der Laan
2012-06-11
change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to not c...
Philip Kaufmann
2012-06-09
Merge pull request #1435 from TheBlueMatt/mingwbuild
Jeff Garzik
2012-06-09
Fix Mingw64 build (missing headers according to M$ documentation)
Matt Corallo
2012-06-09
update info string in GUI for generated blocks and change "must wait" into "m...
Philip Kaufmann
2012-06-08
Merge pull request #1421 from Diapolo/netbase_fix_sign_warnings
Pieter Wuille
2012-06-08
Update comment about secure_allocator<>
Pieter Wuille
2012-06-08
Merge pull request #1424 from TheBlueMatt/lockcontention
Pieter Wuille
2012-06-05
Merge pull request #1418 from Diapolo/GUI_fix_default_proxy_addr
Pieter Wuille
2012-06-05
Fix DEBUG_LOCKCONTENTION
Matt Corallo
2012-06-05
add used datadir to debug.log
Philip Kaufmann
2012-06-05
fix two signed/unsigned comparison warnings in netbase.cpp
Philip Kaufmann
2012-06-04
fix default Proxy address in Qt options (no hostname allowed currently)
Philip Kaufmann
2012-06-04
Merge branch 'netopt' of https://github.com/sipa/bitcoin
Gavin Andresen
2012-06-02
Merge pull request #837 from sje397/ShowImmatureBalance
Wladimir J. van der Laan
2012-06-02
Merge pull request #1368 from Diapolo/verifymessagepage
Wladimir J. van der Laan
2012-06-01
move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin comm...
Philip Kaufmann
2012-06-01
change verifymessagepage behaviour to match RPC-call "verifymessage" (input a...
Philip Kaufmann
2012-05-31
Use ConvertTo to simplify sendmany/addmultisigaddress argument handling
Gavin Andresen
2012-05-31
Make sendrawtx return txid to be consistent with other send methods.
Gavin Andresen
2012-05-31
Rework network config settings
Pieter Wuille
2012-05-31
sync english translation master file with current master branch
Philip Kaufmann
2012-05-30
Update bitcoinstrings.cpp
Pieter Wuille
2012-05-27
Merge pull request #1392 from gavinandresen/testnet_reset
Gregory Maxwell
2012-05-26
Merge pull request #1357 from sipa/keyid
Pieter Wuille
2012-05-26
Merge pull request #1370 from Diapolo/add_startuptime_to_log
Pieter Wuille
2012-05-25
Add a testnet checkpoint at block 546
Gavin Andresen
2012-05-25
Fix issue#1082, testnet difficulty unsigned integer underflow
Gavin Andresen
2012-05-25
Testnet, Mark III
Gavin Andresen
2012-05-25
Remove newlines from JSON strings
Gavin Andresen
2012-05-25
Unit tests for transaction size limits
Gavin Andresen
2012-05-25
Added 'immature balance' for miners. Only displayed if the balance is greater...
sje397
2012-05-24
Lots more Script unit test cases.
Gavin Andresen
2012-05-24
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-24
Encapsulate public keys in CPubKey
Pieter Wuille
2012-05-24
More CScript unit tests.
Gavin Andresen
2012-05-24
DoS_tests: fix signed/unsigned comparison warnings
Jeff Garzik
2012-05-24
Merge pull request #1387 from Diapolo/rem_unused_rpcdump
Jeff Garzik
2012-05-24
Merge pull request #1383 from jgarzik/rawtx
Jeff Garzik
2012-05-24
remove dead "using namespace boost::asio;" from rpcdump.cpp
Philip Kaufmann
2012-05-24
Merge branch 'merge2' into merge
Jeff Garzik
2012-05-23
rpcdump: include cleanup. move JSONRPCError def to bitcoinrpc.h.
Jeff Garzik
2012-05-23
Refactor: move runCommand() to util.cpp
Jeff Garzik
2012-05-23
JSON-RPC: Add 'sendrawtx' op, for sending pre-built TX's to network
Jeff Garzik
[next]