Go to file
2010-02-14 22:27:13 +00:00
json better error message in check_type(), tell the types by name instead of by number 2010-02-10 19:46:04 +00:00
rc First commit 2009-08-30 03:46:39 +00:00
xpm update fSpent flag on wallet transactions if they're seen spent in case copy of wallet.dat was used elsewhere or restored from backup, 2010-02-03 22:58:40 +00:00
base58.h First commit 2009-08-30 03:46:39 +00:00
bignum.h Workaround for bug on wxWidgets 2.9.0 Ubuntu 9.10 64-bit where first character of the hidden columns were displayed so status column had three numbers overprinted. Fixed by adding a leading space to the hidden columns. 64-bit compile with wxWidgets 2.9.0 seems to be fully working normally now. 2010-02-14 00:08:27 +00:00
bugs.txt Startup folder shortcut opens the program minimized. Restoring a minimized-to-tray window works correctly. 2009-10-03 11:52:21 +00:00
build-msw.txt command line and JSON-RPC first draft, requires Boost 1.35 or higher for boost::asio, 2010-02-12 20:38:44 +00:00
build-unix.txt updated build-unix.txt 2010-02-13 02:09:07 +00:00
changelog.txt Fixed the installer script and made the autostart registry based. 2009-10-04 11:38:29 +00:00
db.cpp update fSpent flag on wallet transactions if they're seen spent in case copy of wallet.dat was used elsewhere or restored from backup, 2010-02-03 22:58:40 +00:00
db.h command line and JSON-RPC first draft, requires Boost 1.35 or higher for boost::asio, 2010-02-12 20:38:44 +00:00
headers.h command line and JSON-RPC first draft, requires Boost 1.35 or higher for boost::asio, 2010-02-12 20:38:44 +00:00
irc.cpp command line and JSON-RPC first draft, requires Boost 1.35 or higher for boost::asio, 2010-02-12 20:38:44 +00:00
irc.h command line and JSON-RPC first draft, requires Boost 1.35 or higher for boost::asio, 2010-02-12 20:38:44 +00:00
key.h addr relaying fixes, proxy option and privacy patches, detect connect to self, non-final tx locktime changes, fix hide unconfirmed generated 2009-10-29 02:52:48 +00:00
license.txt command line and JSON-RPC first draft, requires Boost 1.35 or higher for boost::asio, 2010-02-12 20:38:44 +00:00
main.cpp Workaround for bug on wxWidgets 2.9.0 Ubuntu 9.10 64-bit where first character of the hidden columns were displayed so status column had three numbers overprinted. Fixed by adding a leading space to the hidden columns. 64-bit compile with wxWidgets 2.9.0 seems to be fully working normally now. 2010-02-14 00:08:27 +00:00
main.h command line and JSON-RPC first draft, requires Boost 1.35 or higher for boost::asio, 2010-02-12 20:38:44 +00:00
makefile command line and JSON-RPC first draft, requires Boost 1.35 or higher for boost::asio, 2010-02-12 20:38:44 +00:00
makefile.unix.wx2.8 command line and JSON-RPC first draft, requires Boost 1.35 or higher for boost::asio, 2010-02-12 20:38:44 +00:00
makefile.unix.wx2.9 command line and JSON-RPC first draft, requires Boost 1.35 or higher for boost::asio, 2010-02-12 20:38:44 +00:00
makefile.vc renamed a few rpc methods 2010-02-14 22:27:13 +00:00
market.cpp First commit 2009-08-30 03:46:39 +00:00
market.h First commit 2009-08-30 03:46:39 +00:00
net.cpp renamed a few rpc methods 2010-02-14 22:27:13 +00:00
net.h command line and JSON-RPC first draft, requires Boost 1.35 or higher for boost::asio, 2010-02-12 20:38:44 +00:00
rpc.cpp renamed a few rpc methods 2010-02-14 22:27:13 +00:00
rpc.h command line and JSON-RPC first draft, requires Boost 1.35 or higher for boost::asio, 2010-02-12 20:38:44 +00:00
script.cpp command line and JSON-RPC first draft, requires Boost 1.35 or higher for boost::asio, 2010-02-12 20:38:44 +00:00
script.h command line and JSON-RPC first draft, requires Boost 1.35 or higher for boost::asio, 2010-02-12 20:38:44 +00:00
serialize.h renamed a few rpc methods 2010-02-14 22:27:13 +00:00
setup.nsi filter out duplicate getblocks and don't relay inv messages during initial block download -- 0.2 rc2 2009-12-14 02:12:01 +00:00
sha.cpp First commit 2009-08-30 03:46:39 +00:00
sha.h First commit 2009-08-30 03:46:39 +00:00
strlcpy.h addr relaying fixes, proxy option and privacy patches, detect connect to self, non-final tx locktime changes, fix hide unconfirmed generated 2009-10-29 02:52:48 +00:00
ui.cpp Workaround for bug on wxWidgets 2.9.0 Ubuntu 9.10 64-bit where first character of the hidden columns were displayed so status column had three numbers overprinted. Fixed by adding a leading space to the hidden columns. 64-bit compile with wxWidgets 2.9.0 seems to be fully working normally now. 2010-02-14 00:08:27 +00:00
ui.h update fSpent flag on wallet transactions if they're seen spent in case copy of wallet.dat was used elsewhere or restored from backup, 2010-02-03 22:58:40 +00:00
ui.rc First commit 2009-08-30 03:46:39 +00:00
uibase.cpp update fSpent flag on wallet transactions if they're seen spent in case copy of wallet.dat was used elsewhere or restored from backup, 2010-02-03 22:58:40 +00:00
uibase.h update fSpent flag on wallet transactions if they're seen spent in case copy of wallet.dat was used elsewhere or restored from backup, 2010-02-03 22:58:40 +00:00
uint256.h Workaround for bug on wxWidgets 2.9.0 Ubuntu 9.10 64-bit where first character of the hidden columns were displayed so status column had three numbers overprinted. Fixed by adding a leading space to the hidden columns. 64-bit compile with wxWidgets 2.9.0 seems to be fully working normally now. 2010-02-14 00:08:27 +00:00
uiproject.fbp update fSpent flag on wallet transactions if they're seen spent in case copy of wallet.dat was used elsewhere or restored from backup, 2010-02-03 22:58:40 +00:00
util.cpp command line and JSON-RPC first draft, requires Boost 1.35 or higher for boost::asio, 2010-02-12 20:38:44 +00:00
util.h renamed a few rpc methods 2010-02-14 22:27:13 +00:00