- 08 Oct, 2012 5 commits
-
-
Jeff Garzik authored
P2P: Do not request blocks from peers with fewer blocks than us
-
Jeff Garzik authored
Fat-fingered on github, and merged this too early. This reverts commit 22f9b069.
-
Jeff Garzik authored
Send 'mempool' P2P command at the start of each P2P session
-
Gavin Andresen authored
-
Gavin Andresen authored
Before, opening a -datadir that was created with a new version of Berkeley DB would result in an un-caught DB_RUNRECOVERY exception. After these changes, the error is caught and the user is told that there is a problem and is told how to try to recover from it.
-
- 07 Oct, 2012 1 commit
-
-
Pieter Wuille authored
add LOCK() for proxy related data-structures
-
- 05 Oct, 2012 3 commits
-
-
Wladimir J. van der Laan authored
Send --help message to stdout i.s.o stderr
-
Wladimir J. van der Laan authored
When datadir missing, show messagebox instead of printing error to stderr
-
Pieter Wuille authored
Document RPC error codes
-
- 04 Oct, 2012 8 commits
-
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
Replace all "magic values" in RPCError(...) by constants.
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
Translation update for 0.7.1
-
Philip Kaufmann authored
- fix #1560 by properly locking proxy related data-structures - update GetProxy() and introduce GetNameProxy() to be able to use a thread-safe local copy from proxyInfo and nameproxyInfo - update usage of GetProxy() all over the source to match the new behaviour, as it now fills a full proxyType object - rename GetNameProxy() into HaveNameProxy() to be more clear
-
Wladimir J. van der Laan authored
There was also a new translation available, "ja" (Japanese), however almost nothing was filled in yet, so I'm not including it for this release.
-
Wladimir J. van der Laan authored
Also clarify translation process that the package `gettext` is needed to run string extractor.
-
Wladimir J. van der Laan authored
This allows fun stuff such as `bitcoin --help | less`, and more easy piping to files. Looking at other tools such as bash, gcc, they all send their help text to stdout.
-
- 01 Oct, 2012 9 commits
-
-
Gavin Andresen authored
-
Gavin Andresen authored
-
Gavin Andresen authored
Issue 1884: Add a backup warning to the encryptwallet RPC command
-
Wladimir J. van der Laan authored
This reverts commit 14ac0adc.
-
Philip Kaufmann authored
-
Wladimir J. van der Laan authored
-
Gavin Andresen authored
-
Wladimir J. van der Laan authored
Windows: fix URI association setting in registry
-
Wladimir J. van der Laan authored
Arbitrary numbers of test vectors can be generated using the script `gen_base58_test_vectors.py`.
-
- 30 Sep, 2012 4 commits
-
-
Rune K. Svendsen authored
Don't include HTML in translation strings. Do split the huge message over several lines. Prettier lines
-
kjj2 authored
-
Wladimir J. van der Laan authored
harmonize printf format characters
-
Philip Kaufmann authored
- remove the "%" character from format characters for (s)size_t and ptrdiff_t and harmonize them with the ones for int64 and uint64
-
- 29 Sep, 2012 7 commits
-
-
Philip Kaufmann authored
- fix for #1877 - fix was reported to work via https://bitcointalk.org/index.php?topic=110243.msg1230418#msg1230418
-
Wladimir J. van der Laan authored
Fix compilation with clang under OS X
-
Wladimir J. van der Laan authored
Removed a duplicated identical if
-
Wladimir J. van der Laan authored
switch to Qt 4.8.2 for Windows builds
-
Wladimir J. van der Laan authored
Update to use OpenSSL 1.0.1c
-
Wladimir J. van der Laan authored
Remove stack randomization
-
Jeff Garzik authored
walletdb.h: remove dead code
-
- 28 Sep, 2012 3 commits
-
-
Pieter Wuille authored
-
Pieter Wuille authored
Fix: when testnet=1 specified, change default RPC port to 18332
-
xanatos authored
As the code was before, toHTML added empty elements to mapValue to check for their existance. Now first it check for their existance and then for their non-emptiness. Removed a duplicated identical if There are two equal ifs, one inside another. If the first one is true, then the second one is true.
-