0.9 #9767
Closed
Commits
Show all changes
121 commits
Select commit
Hold shift + click to select a range
c11c72c
Bump version numbers for 0.9.2 branch split-off
laanwj 78363dc
fixes #4163
posita a39d4e3
Switch stdout to line buffering
shshshsh 26ceac4
Squashed 'src/leveldb/' changes from 9094c7f..7924331
sipa 72ae546
Remove dummy PRIszX macros for formatting
laanwj 010e661
Move base58.h implementation code to base58.cpp
sipa 1ed6d49
rpc: pass errors from async_accept
laanwj 203a0cf
rpc: Make sure conn object is always cleaned up
laanwj 8b1a93f
doc: remove mention of `-rpctimeout` from man page
laanwj 9f535d4
rpc: keep track of acceptors, and cancel them in StopRPCThreads
laanwj 4b8a3ab
qt: periodic language update
laanwj 337459b
SetupEnvironment() - clean commit
itoffshore 79144ac
switch from boost int types to <stdint.h>
kdomanski e917bdb
remove ParseString(...) which is never used
kdomanski f72b475
gitian: Add OSX build descriptors
theuni ac1dd87
qt: Periodic language update
laanwj 2585310
Add missing LOCK(cs_main)
sipa e0036e9
Replace non-threadsafe strerror
laanwj a626497
Replace non-threadsafe gmtime and setlocale
laanwj 48115f5
qt: Periodic language update
laanwj 042bdd3
Add Tips and Tricks section to README
gavinandresen 5fa6143
Add preliminary release notes for 0.9.2
laanwj 6fb7591
[Qt] Fix Start bitcoin on system login
cozz 768cef9
release: Bump the OSX SDK to 10.7 for gitian builds
theuni 2f89f4b
No references to centralized databases in help text.
sipa 3a4a66f
osx: Fix missing dock menu with qt5
theuni d6377e6
Limit number of known addresses per peer
sipa 64e1082
Set client version to release
laanwj 41b96da
Periodic language update
laanwj acb5356
Use pnode->nLastRecv as sync score directly
4tar eac2cdc
Properly initialize CWallet::nTimeFirstKey
tm314159 3ae41a6
gitian: upgrade OpenSSL to 1.0.1h
laanwj 7ccadd4
CWallet: fix nTimeFirstKey init, by making constructor init common code
e39a3f2
qt: Periodic translation update
laanwj 94cfe33
add 0.9.2rc2 changes to release notes
laanwj 505681f
fix download link and release in release notes
laanwj bd65d70
gitian: make linux qt intermediate deterministic
laanwj 9d5b5c3
Qt: Fix monospace font in osx 10.9
theuni a378852
rpc: Ignore and log errors during cancel
laanwj b64b1c6
rpc: Add acceptors only when listening succeeded
laanwj 354c0f3
Bump version to 0.9.2.1
laanwj 752ecec
Remove NumBlocksOfPeers
laanwj 6862c8b
Version bump for 0.9.3
laanwj 5332b0a
Don't poll showmyip.com, it doesn't exist anymore
laanwj 84efe0e
Remove bignum dependency for scripts
theuni 0a6dcae
AvailableCoins: acquire cs_main mutex
JohnDolittle bf75a3d
qt: fix 'opens in testnet mode when presented with a BIP-72 link with…
haight6716 44d8e09
Avoid a segfault on getblock if it can't read a block from disk.
rdponticelli 5baa4a9
In -? output: -keypool, -gen, -genproclimit depend on ENABLE_WALLET
zw 221684c
Clarify that redeemScript is often optional
zw 84fe0ff
Increase IsStandard() scriptSig length
petertodd fd0c460
Check redeemScript size does not exceed 520 byte limit
petertodd f6f4c83
key.cpp: fail with a friendlier message on missing ssl EC support
apoelstra 4b57c5b
Ignore too-long redeemScripts while loading wallet
laanwj f8cdf4f
base58: add paranoid return value checks
d78e431
Update Debian packaging description for new bitcoin-cli
jmcorgan 2382631
Add a new checkpoint at block 295,000
thofmann a789965
Add a way to limit deserialized string lengths
sipa 736d8b8
preliminary release notes for 0.9.3
laanwj 026b9df
Avoid querying DNS seeds, if we have open connections.
bba0175
gitian: upgrade OpenSSL to 1.0.1i
fanquake f62031b
qt: fix unicode character display on osx when building with 10.7 sdk
theuni 0991401
build: Fix boost build on some platforms
theuni 5591171
build: fix FDELT_TYPE configure check
theuni 47c78c2
libc-compat: add new symbol that's now needed
theuni 49df14d
Update build-osx.md
rktoomey a9c6eef
gitian: Bump miniupnp version to 1.9.20140701
laanwj 29ba8cc
doc: Add list of contributors to 0.9.3
laanwj e6abbce
qt: Language update for 0.9.3
laanwj a12d6ac
doc: mention translations in release notes
laanwj b62172a
Add deeper XML checking to update-translation script
laanwj ea55881
Filter translations through new update-translations script
laanwj c6727f3
Avoid repeated lookups in mapOrphanTransactions and mapOrphanTransact…
laanwj 12927dd
Fix crashing bug caused by orphan(s) with duplicate prevout.hash
gavinandresen d030936
Limit CNode::mapAskFor
laanwj 6eb5410
Avoid returning many "inv" orphans
0655d64
doc: Remove outdated information about boost versions
laanwj 6fbd58d
build: Remove message about Ubuntu 13.10 when no boost sleep implemen…
laanwj 306a93b
remove useless millisleep
6d911ad
Stricter handling of orphan transactions
gavinandresen af25208
Make max number of orphan blocks kept in memory a startup parameter (…
shshshsh ea3c1b0
Store fewer orphan tx by default, add -maxorphantx option
gavinandresen ce16723
Update release notes
laanwj cea5e49
Update release notes
laanwj e3d8d58
build: osx: Fix incomplete framework packaging for codesigning
theuni 213cd59
Remove mention of MacPorts from OSX build docs
laanwj 40d2041
build: change cdrkit location in build-process.md
laanwj 855fd49
build: fix release name strings for gitian builds
theuni 613247f
osx: fix signing to make Gatekeeper happy (again)
theuni ffab1dd
Keep symlinks when copying into .app bundle
gavinandresen 2743529
doc: Add instructions for consistent Mac OS X build names
saivann 5b9f78d
build: Fix OSX build when using Homebrew and qt5
theuni 25b49b5
Refactor -alertnotify code
gavinandresen cd5164a
Make -proxy set all network types, avoiding a connect leak.
gmaxwell bb424e4
Limit the number of new addressses to accumulate
sipa 0a94661
Disable SSLv3 (in favor of TLS) for the RPC client and server.
gmaxwell b8e81b7
consensus: guard against openssl's new strict DER checks
theuni f047dfa
gitian: openssl-1.0.1i.tar.gz -> openssl-1.0.1k.tar.gz
laanwj 60c51f1
fail immediately on an empty signature
laanwj 65a1dda
doc: Update release process for openssl bump
laanwj b8ac476
gitian: bump revision for OSX qt
laanwj 037bfef
Improve robustness of DER recoding code
laanwj f6b7539
qt: Pull updated translations from Transifex
laanwj 2f32a0b
doc: Update release notes for 0.9.4
laanwj be8ac71
Bump version to 0.9.4
laanwj 41f94ed
doc: Properly format git commits in changelog
laanwj ab03660
Implement BIP 66 validation rules and switchover logic
sipa 989d499
Backport of some of BIP66's tests
sipa 3230b32
Raise version of created blocks, and enforce DERSIG in mempool
sipa 8438074
build: fix dynamic boost check when --with-boost= is used
theuni 924d7e5
Merge pull request #5780
laanwj 864338a
Merge pull request #5762
laanwj 6b4163b
Sanitize command strings before logging them.
gmaxwell 74f29c2
Check pindexBestForkBase for null
21E14 9cd1dd9
Fix priority calculation in CreateTransaction
morcos 47fdeb4
Merge pull request #5807
laanwj eb27e8d
Final transifex pull for 0.9
laanwj ea07ccb
Version bump to 0.9.5
laanwj e328605
build: fix osx determinism for OSX
theuni b880967
Merge pull request #6169
laanwj 460ccfb
Disable upnp by default
laanwj
Jump to file or symbol
Failed to load files and symbols.
44
configure.ac
Oops, something went wrong.