aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-12Faster timeout when connectingPieter Wuille
Use non-blocking connects, and a select() call to wait a predefined time (5s by default, but configurable with -timeout) for either success or failure. This allows much more connections to be tried per time unit. Based on a patch by phantomcircuit.
2011-06-11Merge pull request #312 from codler/patch-1Jeff Garzik
Remove unused variable
2011-06-11Remove unused variableHan Lin Yap
2011-06-11Merge pull request #311 from codler/masterJeff Garzik
Added Swedish translation
2011-06-11Added Swedish translationHan Lin Yap
2011-06-10Add minimal release process docs.Jeff Garzik
2011-06-10Lower minimum relay TX fee to 0.0001 (from 0.0005) BTC.Jeff Garzik
2011-06-09Merge pull request #304 from TheBlueMatt/cpufixJeff Garzik
Fix CPU Usage bug when using -nolisten and have no connections.
2011-06-09Merge pull request #310 from xslidian/masterJeff Garzik
Updated Chinese Simp translation
2011-06-09Updated Chinese Simp translationDean Lee
2011-06-07Merge pull request #293 from tcatm/keypool-fixGavin Andresen
create keypool in LoadWallet()
2011-06-07Fix CPU Usage bug when using -nolisten and have no connections.Matt Corallo
2011-06-06Merge pull request #303 from jrmithdobbs/demystify-magic-numbersJeff Garzik
Demystify a few magic numbers.
2011-06-06Demystify a few magic numbers.Doug Huff
2011-06-05Reduce minimum TX fee for new transactions, to 0.0005.Jeff Garzik
2011-06-05Bump version to 0.3.23.Jeff Garzik
2011-06-05Merge pull request #264 from sipa/mintxfeefixJeff Garzik
Fix for small change outputs
2011-06-05Merge pull request #291 from jrmithdobbs/ignore-vim-swp-filesJeff Garzik
Add common temp files to .gitignore.
2011-06-05Merge pull request #255 from sipa/rescanupdateJeff Garzik
Update transactions already in the wallet when rescanning.
2011-06-05Merge pull request #290 from jrmithdobbs/ip-filter-rfc1918-rfc3927Jeff Garzik
Fix rfc1918 and rfc3927 compliance for ignoring non-internet-routable hosts
2011-06-03create keypool in LoadWallet()Nils Schneider
2011-06-02Add common temp files to .gitignore.Doug Huff
2011-06-02Fix rfc1918 and rfc3927 compliance for ignoring non-internet-routable hosts.Doug Huff
2011-06-02Bugfix for dnsseed introduced by dnslookupv0.3.22Pieter Wuille
2011-06-02Merge remote branch 'upstream/master'Pieter Wuille
2011-05-28Merge pull request #278 from TheBlueMatt/win32sslv0.3.22rc6Pieter Wuille
Update to openssl-1.0.0d and enable RPC-SSL on Win32
2011-05-28bugfix: accept free transactionsPieter Wuille
2011-05-27Merge remote branch 'bluematt/dpifix'Pieter Wuille
2011-05-27Fix GUI build on UNIX.Matt Corallo
2011-05-27Update to openssl-1.0.0d and enable RPC-SSL on Win32Matt Corallo
2011-05-26Merge pull request #277 from TheBlueMatt/dpifixv0.3.22rc5Jeff Garzik
Handle high DPI a bit more gracefully on Win32.
2011-05-27Handle high DPI a bit more gracefully on Win32. #243Matt Corallo
Not ideal, icons for send and address book don't show, just the standard bitcoin icon, and balance is still cut off, but the number is readable.
2011-05-26loss of significance in difficulty (by lfm)Pieter Wuille
For instance any nBits compressed value from 0x1a44b800 thru 0x1a44b9ff will show as difficulty 244139.4816. This patch will more accurately convert the nBits compressed values to the double difficulty. This will display any of the recent difficulty levels slightly differently though. Early difficulties and testnet difficulties are not large enough to trigger this bug. None of the actual targets or compressed targets are changed, only the conversion to the floating point difficulty is changed and afaik it is only ever displayed, never converted back so the patch does not effect the target calculations, binary files, databases nor the binary protocol.
2011-05-26Reset Last-Translator on de po to the proper value.Matt Corallo
Sorry, Jakob, it was changed on accident by poedit.
2011-05-26Czech translationxHire
2011-05-26Merge remote branch 'bluematt/itfix2'Pieter Wuille
2011-05-26Merge remote branch 'bluematt/defix2'Pieter Wuille
2011-05-26Fixed some mistakes in the German translation.Jakob Kramer
2011-05-26Merge pull request #267 from sipa/mintxrelayPieter Wuille
Separate required fee for relaying and creation
2011-05-26Fixed 2 things on the italian translationHostFat
2011-05-26Merge pull request #268 from TheBlueMatt/deletefixJeff Garzik
Fixes #240 and #244 - delete delete[] mismatch.
2011-05-26Fixes #240 and #244 - delete delete[] mismatch.Matt Corallo
2011-05-26Separate required fee for relaying and creationPieter Wuille
Transactions created with the new minimal fee policy would not be relayed by the network. Therefore, we separate the minimal fee that is necessary to relay and to create, leaving the creation one at the old amount, for now.
2011-05-25Merge pull request #265 from TheBlueMatt/esfix2Pieter Wuille
Updated spanish translation
2011-05-25Fix for small change outputsPieter Wuille
With the separation of CENT and MIN_TX_FEE, it is now reasonable to create change outputs between 0.01 and 0.0005, as these are spendable according to the policy, even though they require a fee to be paid. Also, when enough fee was already present, everything can go into a change output, without further increasing the fee.
2011-05-25Updated spanish translationariel
2011-05-25Updated dutch translationPieter Wuille
2011-05-24Merge branch 'chfix' of https://github.com/TheBlueMatt/bitcoin into tmpv0.3.22rc4Jeff Garzik
2011-05-24Merge pull request #250 from TheBlueMatt/macbuildfixJeff Garzik
Revert "OSX build tweaks (laszlo)"
2011-05-25Chinese Translationdabaopku