bitcoin/src
Matt Corallo 643160f6e7 Actually use mapAlreadyAskedFor.
Previously, mapAlreadyAskedFor was read from, but never added to.
The original intent was to use mapAlreadyAskedFor to keep track
of the time an item was requested and "Each retry is 2 minutes
after the last".
This implements that intent.
2011-07-21 22:06:20 +02:00
..
cryptopp fix warning: unused function 'SigIllHandlerSSE2' [-Wunused-function] 2011-07-13 05:10:15 +02:00
json directory re-organization (keeps the old build system) 2011-04-23 12:10:25 +02:00
obj Boost unit-testing framework. 2011-06-27 14:12:48 -04:00
test Boost unit-testing framework. 2011-06-27 14:12:48 -04:00
xpm directory re-organization (keeps the old build system) 2011-04-23 12:10:25 +02:00
base58.h Demystify a few magic numbers. 2011-06-06 12:49:11 -05:00
bignum.h Demystify a few magic numbers. 2011-06-06 12:49:11 -05:00
crypter.cpp Add wallet privkey encryption. 2011-07-13 02:11:25 +02:00
crypter.h Add wallet privkey encryption. 2011-07-13 02:11:25 +02:00
db.cpp Fix bad return values in LoadWallet. 2011-07-14 18:15:50 +02:00
db.h Update CWallet::LoadWallet for proper return type. 2011-07-13 01:07:49 -04:00
headers.h move wallet code to separate file 2011-06-15 11:05:55 +02:00
init.cpp Merge pull request #381 from TheBlueMatt/nminversion 2011-07-12 19:34:30 -07:00
init.h CWallet class 2011-06-15 11:05:55 +02:00
irc.cpp Merge pull request #226 from jordanlewis/betterheaders 2011-06-14 02:05:57 -07:00
irc.h make bitcoin include files more modular 2011-05-15 12:04:20 +02:00
key.h Do not use obsolete CPrivKey for passing keys around 2011-07-13 02:11:25 +02:00
keystore.cpp Do not use obsolete CPrivKey for passing keys around 2011-07-13 02:11:25 +02:00
keystore.h Do not use obsolete CPrivKey for passing keys around 2011-07-13 02:11:25 +02:00
main.cpp Actually use mapAlreadyAskedFor. 2011-07-21 22:06:20 +02:00
main.h Merge pull request #352 from TheBlueMatt/newenc 2011-07-12 19:10:12 -07:00
makefile.linux-mingw Fix makefile.linux-mingw 2011-07-13 13:12:49 +02:00
makefile.mingw Add wallet privkey encryption. 2011-07-13 02:11:25 +02:00
makefile.osx Add wallet privkey encryption. 2011-07-13 02:11:25 +02:00
makefile.unix Add wallet privkey encryption. 2011-07-13 02:11:25 +02:00
makefile.vc Added crypter to makefile.vc. 2011-07-15 23:38:46 -04:00
net.cpp Single DB transaction for addresses from DNS seeds 2011-07-14 03:50:06 +02:00
net.h Single DB transaction for all addresses in a message 2011-07-14 03:29:07 +02:00
noui.h move wallet code to separate file 2011-06-15 11:05:55 +02:00
rpc.cpp fix warning: variable ‘nMinDepth’ set but not used [-Wunused-but-set-variable] 2011-07-13 13:43:24 +02:00
rpc.h directory re-organization (keeps the old build system) 2011-04-23 12:10:25 +02:00
script.cpp fix warning: X enumeration values not handled in switch [-Wswitch-enum] 2011-07-13 05:10:15 +02:00
script.h fix warnings: expression result unused [-Wunused-value] 2011-07-13 05:07:44 +02:00
serialize.h Bump version to 0.3.25 2011-07-13 01:19:26 -04:00
strlcpy.h make bitcoin include files more modular 2011-05-15 12:04:20 +02:00
ui.cpp Merge pull request #352 from TheBlueMatt/newenc 2011-07-12 19:10:12 -07:00
ui.h Add wallet privkey encryption. 2011-07-13 02:11:25 +02:00
uibase.cpp Dynamically remove/insert the Options for encryption in the menus. 2011-07-13 02:11:25 +02:00
uibase.h Dynamically remove/insert the Options for encryption in the menus. 2011-07-13 02:11:25 +02:00
uint256.h make bitcoin include files more modular 2011-05-15 12:04:20 +02:00
util.cpp fix warnings: using the result of an assignment as a condition without parentheses [-Wparentheses] 2011-07-13 05:07:44 +02:00
util.h fix warnings: expression result unused [-Wunused-value] 2011-07-13 05:07:44 +02:00
wallet.cpp Fix Build in GetReservedKey() in wallet.cpp 2011-07-14 03:34:07 +02:00
wallet.h Update CWallet::LoadWallet for proper return type. 2011-07-13 01:07:49 -04:00