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-04-09
Support for parametrized locks in deadlock detector
Pieter Wuille
2012-04-09
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-04-06
Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
Luke Dashjr
2012-04-06
Show error message instead of exception crash when unable to bind RPC port
Wladimir J. van der Laan
2012-04-06
fixed small error in bitcoinrpc.cpp
Philip Kaufmann
2012-04-06
updated util.cpp to use make_preferred()
Philip Kaufmann
2012-04-06
updated bitcoinrpc.cpp to use make_preferred() and removed double inclusion o...
Philip Kaufmann
2012-04-06
updated db.cpp to use make_preferred()
Philip Kaufmann
2012-04-06
Merge pull request #1033 from sipa/wait
Pieter Wuille
2012-04-06
Change sign message bitcoin address tooltip to "The address to sign the messa...
graingert
2012-04-05
Flush on log size instead of transaction count
Pieter Wuille
2012-04-05
Merge pull request #1043 from Diapolo/misc
Gavin Andresen
2012-04-05
Merge pull request #1042 from gavinandresen/use_ssl_cleanup
Gavin Andresen
2012-04-05
Merge pull request #1037 from gavinandresen/addmultisigenable
Gavin Andresen
2012-04-05
Merge pull request #1036 from gavinandresen/pubsubcleanup
Gavin Andresen
2012-04-05
Merge pull request #1035 from gavinandresen/osxbuild
Gavin Andresen
2012-04-05
Merge pull request #1039 from sipa/fix_955
Gregory Maxwell
2012-04-05
removed obsolete boost workaround (boost ticket #4258)
Philip Kaufmann
2012-04-04
Remove USE_SSL #define
Gavin Andresen
2012-04-04
Bug fix listtransactions from/count handling.
Gavin Andresen
2012-04-05
Verify status of encrypt/decrypt calls to detect failed padding
Pieter Wuille
2012-04-05
removed an unused / obsolete tag from bitcoin.qrc
Philip Kaufmann
2012-04-04
Enable addmultisigaddress RPC call for main network
Gavin Andresen
2012-04-04
Remove half-implemented publish/subscribe system
Gavin Andresen
2012-04-04
Add ifdef RELEASE to makefile.osx as the compile-for-older-macs flags
Gavin Andresen
2012-04-04
Condition variable for outbound connection slots
Pieter Wuille
2012-04-04
Locking system overhaul, add condition variables
Pieter Wuille
2012-04-04
Merge pull request #1019 from laanwj/2012_03_uirefactor
Pieter Wuille
2012-04-04
Merge pull request #1025 from Diapolo/GUI-BlockDL
Wladimir J. van der Laan
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-04
Use a messagebox to display the error when -server is provided without provid...
Wladimir J. van der Laan
2012-04-04
qtui.h/noui.h interface cleanup
Wladimir J. van der Laan
2012-04-04
support RPC stop and encryptwallet with UI
Wladimir J. van der Laan
2012-04-04
move translation function _ to qtui.h/noui.h instead of util.h
Wladimir J. van der Laan
2012-04-04
remove dependency on serialize.h and util.h for SecureString
Wladimir J. van der Laan
2012-04-04
remove unused CalledSetStatusBar and UIThreadCall notifications
Wladimir J. van der Laan
2012-04-04
Update UI through async calls MainFrameRepaint and AddressBookRepaint instead...
Wladimir J. van der Laan
2012-04-04
Code deduplication: make function in GUIUtil to get connection type to call o...
Wladimir J. van der Laan
2012-04-04
move QT_PLUGINS stuff to qt main file, where it belongs
Wladimir J. van der Laan
2012-04-03
VC2010 compile fixes
Wladimir J. van der Laan
2012-04-03
clarified comment why we use an own progressbar style / included "~" in the t...
Philip Kaufmann
2012-04-03
changed percentage done in tooltip to float to be more precise / allowed plur...
Philip Kaufmann
2012-04-02
Merge pull request #1026 from laanwj/2012_04_increase_up_to_date_time
Gregory Maxwell
2012-04-02
polished code and fixed progress display (was very jerky at the end of a sync)
Philip Kaufmann
2012-04-02
color update for progress bar
Philip Kaufmann
2012-04-02
implemented OS independent progress bar style / moved one-time functions used...
Philip Kaufmann
2012-04-02
changed progressbar text to "~n blocks remaining"
Philip Kaufmann
2012-04-02
removed relative progressbar display and moved re-worked network detection co...
Philip Kaufmann
2012-04-02
modified block DL progressbar to be dynamic and more precise
Philip Kaufmann
2012-04-02
Increase time ago of last block for "up to date" status from 30 to 90 minutes
Wladimir J. van der Laan
[prev]
[next]