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
2011-08-04
Merge branch 'tmp2'
Jeff Garzik
2011-08-04
Merge pull request #448 from sipa/cbitcoinaddress
Jeff Garzik
2011-08-04
Merge pull request #446 from WakiMiko/upnp-desc
Jeff Garzik
2011-08-04
Merge pull request #451 from TheBlueMatt/tornolisten
Jeff Garzik
2011-08-03
Don't listen if on TOR (resolves #441).
Matt Corallo
2011-08-03
Make it clear that setting proxy requires restart to fully apply.
Matt Corallo
2011-08-03
avoid strAddress + validity checks
Pieter Wuille
2011-08-01
Identify as "Bitcoin + version number" when mapping UPnP port
Johannes Henninger
2011-07-30
Comment "deprecated"
Han Lin Yap
2011-07-27
Fix EncryptKeys crash introduced by a9ba4710, identified by TD.
Matt Corallo
2011-07-26
CAddrDB::LoadAddresses: properly initialize CAddress
Jeff Garzik
2011-07-26
Bugfix: don't overuse limited ExtractAddress
Pieter Wuille
2011-07-26
make SetHash160 return a value (as specified in the function signature)
Wladimir J. van der Laan
2011-07-25
Fix UNIX-specific thread handle leak.
JoelKatz
2011-07-24
Merge pull request #403 from sipa/cbitcoinaddress
Jeff Garzik
2011-07-24
Fix for small change outputs
Pieter Wuille
2011-07-21
Actually use mapAlreadyAskedFor.
Matt Corallo
2011-07-18
Fix bug with accessing vchData[0] when vchData is empty.
Abraham Jewowich
2011-07-17
split off CBase58Data from CBitcoinAddress
Pieter Wuille
2011-07-17
Use CBitcoinAddress instead of string/uint160
Pieter Wuille
2011-07-17
get rid of mapPubKeys
Pieter Wuille
2011-07-15
Added crypter to makefile.vc.
Eric Hosmer
2011-07-14
Fix bad return values in LoadWallet.
Matt Corallo
2011-07-14
Merge pull request #412 from sgimenez/db-transactions
Pieter Wuille
2011-07-14
Single DB transaction for addresses from DNS seeds
Stéphane Gimenez
2011-07-14
Fix Build in GetReservedKey() in wallet.cpp
Matt Corallo
2011-07-14
Single DB transaction for all addresses in a message
Patrick Varilly
2011-07-14
Generate Warning when using default key.
Matt Corallo
2011-07-14
Fix crashes when a wallet is locked and GetReservedKey() is called
Matt Corallo
2011-07-13
Merge pull request #406 from muggenhor/warning-fixes
Jeff Garzik
2011-07-13
Merge pull request #405 from sipa/syncdefault
Jeff Garzik
2011-07-13
fix warning: control reaches end of non-void function [-Wreturn-type]
Giel van Schijndel
2011-07-13
fix warning: variable ‘nMinDepth’ set but not used [-Wunused-but-set-vari...
Giel van Schijndel
2011-07-13
Fix makefile.linux-mingw
Matt Corallo
2011-07-13
Bugfix: add autogenerated addresses to address book
Pieter Wuille
2011-07-13
Bump version to 0.3.25
Jeff Garzik
2011-07-13
Update CWallet::LoadWallet for proper return type.
Jeff Garzik
2011-07-13
fix warning: unused function 'SigIllHandlerSSE2' [-Wunused-function]
Giel van Schijndel
2011-07-13
fix warning: unused variable 'X' [-Wunused-variable]
Giel van Schijndel
2011-07-13
fix warning: X enumeration values not handled in switch [-Wswitch-enum]
Giel van Schijndel
2011-07-13
fix warning: comparison of unsigned expression < 0 is always false [-Wtautolo...
Giel van Schijndel
2011-07-13
fix warnings: using the result of an assignment as a condition without parent...
Giel van Schijndel
2011-07-13
fix warnings: expression result unused [-Wunused-value]
Giel van Schijndel
2011-07-13
fix warning on 64bit systems: cast to pointer from integer of different size ...
Giel van Schijndel
2011-07-12
Update makefile.linux-mingw to work with crypter and UPnP fix.
Matt Corallo
2011-07-12
Merge pull request #381 from TheBlueMatt/nminversion
Jeff Garzik
2011-07-12
Merge pull request #352 from TheBlueMatt/newenc
Jeff Garzik
2011-07-13
Make an invalid addrIncoming so that old clients crash.
Matt Corallo
2011-07-13
Use DB Transactions when encrypting wallet.
Matt Corallo
2011-07-13
Do not use obsolete CPrivKey for passing keys around
Pieter Wuille
[next]