rc
|
First commit
|
2009-08-30 03:46:39 +00:00 |
xpm
|
ui tweaks, multiple xpm icon sizes
|
2009-11-07 18:51:41 +00:00 |
base58.h
|
First commit
|
2009-08-30 03:46:39 +00:00 |
bignum.h
|
First commit
|
2009-08-30 03:46:39 +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
|
renamed build.txt to build-msw.txt
|
2009-11-04 04:58:46 +00:00 |
build-unix.txt
|
unix build merged in, bitmap resources from xpm instead of rc, better addr relay, better selection of addrs by time last seen for faster connect
|
2009-11-05 04:41:36 +00:00 |
changelog.txt
|
Fixed the installer script and made the autostart registry based.
|
2009-10-04 11:38:29 +00:00 |
db.cpp
|
UI tweaks, use BindListenPort to detect instance already running, setsockopt(SO_REUSEADDR) so can bind during TIME_WAIT after exit and restart
|
2009-11-07 05:05:03 +00:00 |
db.h
|
better wallet.dat flush, consolidated QueryPerformanceCounter, PRI64d printf portability
|
2009-10-29 20:10:46 +00:00 |
headers.h
|
Get local host IP on Linux, Shutdown() a little cleaner -- linux-0.1.6-test1 waypoint
|
2009-11-08 04:24:52 +00:00 |
irc.cpp
|
got rid of CheckForShutdown, replaced some thread-unsafe wxWidgets calls, Linux fixes, socket send MSG_NOSIGNAL, bind INADDR_ANY, works reliably on Linux now except if wxMessageBox is used in a thread other than the GUI thread
|
2009-11-06 05:50:05 +00:00 |
irc.h
|
unix build merged in, bitmap resources from xpm instead of rc, better addr relay, better selection of addrs by time last seen for faster connect
|
2009-11-05 04:41:36 +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
|
First commit
|
2009-08-30 03:46:39 +00:00 |
main.cpp
|
Get local host IP on Linux, Shutdown() a little cleaner -- linux-0.1.6-test1 waypoint
|
2009-11-08 04:24:52 +00:00 |
main.h
|
UI tweaks, use BindListenPort to detect instance already running, setsockopt(SO_REUSEADDR) so can bind during TIME_WAIT after exit and restart
|
2009-11-07 05:05:03 +00:00 |
makefile
|
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 |
makefile.unix
|
Get local host IP on Linux, Shutdown() a little cleaner -- linux-0.1.6-test1 waypoint
|
2009-11-08 04:24:52 +00:00 |
makefile.vc
|
better wallet.dat flush, consolidated QueryPerformanceCounter, PRI64d printf portability
|
2009-10-29 20:10:46 +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
|
Get local host IP on Linux, Shutdown() a little cleaner -- linux-0.1.6-test1 waypoint
|
2009-11-08 04:24:52 +00:00 |
net.h
|
UI tweaks, use BindListenPort to detect instance already running, setsockopt(SO_REUSEADDR) so can bind during TIME_WAIT after exit and restart
|
2009-11-07 05:05:03 +00:00 |
script.cpp
|
First commit
|
2009-08-30 03:46:39 +00:00 |
script.h
|
First commit
|
2009-08-30 03:46:39 +00:00 |
serialize.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 |
setup.nsi
|
setup script removes startup shortcut and runs with highest exec level
|
2009-10-30 00:45:35 +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
|
Get local host IP on Linux, Shutdown() a little cleaner -- linux-0.1.6-test1 waypoint
|
2009-11-08 04:24:52 +00:00 |
ui.h
|
UI tweaks, use BindListenPort to detect instance already running, setsockopt(SO_REUSEADDR) so can bind during TIME_WAIT after exit and restart
|
2009-11-07 05:05:03 +00:00 |
ui.rc
|
First commit
|
2009-08-30 03:46:39 +00:00 |
uibase.cpp
|
UI tweaks, use BindListenPort to detect instance already running, setsockopt(SO_REUSEADDR) so can bind during TIME_WAIT after exit and restart
|
2009-11-07 05:05:03 +00:00 |
uibase.h
|
UI tweaks, use BindListenPort to detect instance already running, setsockopt(SO_REUSEADDR) so can bind during TIME_WAIT after exit and restart
|
2009-11-07 05:05:03 +00:00 |
uint256.h
|
First commit
|
2009-08-30 03:46:39 +00:00 |
uiproject.fbp
|
UI tweaks, use BindListenPort to detect instance already running, setsockopt(SO_REUSEADDR) so can bind during TIME_WAIT after exit and restart
|
2009-11-07 05:05:03 +00:00 |
util.cpp
|
UI tweaks, use BindListenPort to detect instance already running, setsockopt(SO_REUSEADDR) so can bind during TIME_WAIT after exit and restart
|
2009-11-07 05:05:03 +00:00 |
util.h
|
got rid of CheckForShutdown, replaced some thread-unsafe wxWidgets calls, Linux fixes, socket send MSG_NOSIGNAL, bind INADDR_ANY, works reliably on Linux now except if wxMessageBox is used in a thread other than the GUI thread
|
2009-11-06 05:50:05 +00:00 |