aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-16depends: respect CPPFLAGS when configuring with dependsCory Fields
2014-09-16travis: retry tests before giving upCory Fields
2014-09-16Merge pull request #4928Pieter Wuille
e9992fb remove include of chainparams.h (imharrywu)
2014-09-16Merge pull request #4903Pieter Wuille
efad808 Avoid reject message feedback loops (Pieter Wuille)
2014-09-16Merge pull request #4930Wladimir J. van der Laan
f4fe205 add nModSize init to default constructor of CTxMemPoolEntry (Philip Kaufmann)
2014-09-16add nModSize init to default constructor of CTxMemPoolEntryPhilip Kaufmann
2014-09-16Merge pull request #4719Wladimir J. van der Laan
52a5f90 Create the common location for all m4 autotool build scripts, build-aux/m4.
2014-09-16Create the common location for all m4 autotool build scripts, build-aux/m4.randy-waterhouse
Update .gitignore.
2014-09-16Merge pull request #4460Wladimir J. van der Laan
604ee2a Remove tx from AlreadyAskedFor list once we receive it, not when we process it. (R E Broadley)
2014-09-16Merge pull request #4611Wladimir J. van der Laan
234bfbf Add init scripts and docs for Upstart and OpenRC (Adam Weiss)
2014-09-16Merge pull request #4853Wladimir J. van der Laan
2605b94 [Qt] update form files for setting autoDefault explicitly to false (Philip Kaufmann)
2014-09-16remove include of chainparams.himharrywu
chainparams.h has not been used in this cpp file already, consider to remove it for clean.
2014-09-16Merge pull request #4825Pieter Wuille
8d657a6 Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false' (ENikS)
2014-09-16Merge pull request #4911Pieter Wuille
611116d header include cleanup (Philip Kaufmann)
2014-09-16Merge pull request #4875Pieter Wuille
f7e3637 Eliminate extra assignment (Suhas Daftuar) ec7eb0f When reindexing check for file before trying to open (refactored) (Suhas Daftuar)
2014-09-15Merge pull request #4869Wladimir J. van der Laan
6050ab6 netbase: Make SOCKS5 negotiation interruptible (Wladimir J. van der Laan)
2014-09-15Eliminate extra assignmentSuhas Daftuar
2014-09-15Fixing compiler warning C4101ENikS
Github-Pull: #4856
2014-09-15Merge pull request #4919Wladimir J. van der Laan
21b7add Bugfix: Add missing equals-sign to Travis config (Luke Dashjr)
2014-09-15Merge pull request #4798Wladimir J. van der Laan
d920f7d Move g_signals.SetBestChain(..) below SyncWithWallets (Cozz Lovan)
2014-09-15Bugfix: Add missing equals-sign to Travis configLuke Dashjr
2014-09-15Merge pull request #4817Pieter Wuille
c26649f Track modified size in TxMemPoolEntry so that we can correctly compute priority. (Alex Morcos)
2014-09-14Merge pull request #4909Jeff Garzik
2014-09-14Merge pull request #4881Pieter Wuille
2d79bba cleanup new script files (no code changes) (Philip Kaufmann)
2014-09-14header include cleanupPhilip Kaufmann
- ensures alphabetical ordering for includes etc. in source file headers
2014-09-14cleanup new script files (no code changes)Philip Kaufmann
- add missing header end comments - ensure alphabetical ordering - update copyright year and license
2014-09-14bitcoin-util-test: Test bitcoin-tx with null scriptPubKeyLuke Dashjr
2014-09-14Bugfix: bitcoin-tx: scriptPubKey may be null, so accept outscript=<n>:Luke Dashjr
2014-09-12Merge pull request #4896Wladimir J. van der Laan
07d5287 Catch error when done reading files (Suhas Daftuar)
2014-09-12Merge pull request #4876Pieter Wuille
6022b5d Make script_{valid,invalid}.json validation flags configurable (Pieter Wuille)
2014-09-12Merge pull request #4758 from theuni/osx-dmg-codesign-rebaseGavin Andresen
build: osx: Fix incomplete framework packaging for codesigning
2014-09-12Avoid reject message feedback loopsPieter Wuille
2014-09-11Catch error when done reading filesSuhas Daftuar
2014-09-11Merge pull request #4885Wladimir J. van der Laan
aa3c697 Store fewer orphan tx by default, add -maxorphantx option (Gavin Andresen) c74332c Stricter handling of orphan transactions (Gavin Andresen)
2014-09-11Merge pull request #4892Wladimir J. van der Laan
e982b57 Use explicit fflush() instead of setvbuf() (Adam Weiss)
2014-09-10Store fewer orphan tx by default, add -maxorphantx optionGavin Andresen
There is no reason to store thousands of orphan transactions; normally an orphan's parents will either be broadcast or mined reasonably quickly. This pull drops the maximum number of orphans from 10,000 down to 100, and adds a command-line option (-maxorphantx) that is just like -maxorphanblocks to override the default.
2014-09-10Stricter handling of orphan transactionsGavin Andresen
Prevent denial-of-service attacks by banning peers that send us invalid orphan transactions and only storing orphan transactions given to us by a peer while the peer is connected.
2014-09-10When reindexing check for file before trying to open (refactored)Suhas Daftuar
2014-09-10Use explicit fflush() instead of setvbuf()Adam Weiss
Flushing after every line when printing to console is desirable when running with systemd but setvbuf() has slightly different semantics on Windows that causes warnings. Just do an explicit fflush() after each line print to console instead.
2014-09-10Fix crashing bug caused by orphan(s) with duplicate prevout.hashGavin Andresen
2014-09-10Merge pull request #4878Wladimir J. van der Laan
540ac45 Avoid returning many "inv" orphans (Jeff Garzik) d4168c8 Limit CNode::mapAskFor (Wladimir J. van der Laan)
2014-09-10Merge pull request #4623Wladimir J. van der Laan
e84843c Broken addresses on command line no longer trigger testnet. (Ross Nicoll)
2014-09-10Merge pull request #4755Wladimir J. van der Laan
c1e433b Rename scriptutils.o to wallet_ismine.o (jtimon) 8b59a3d Move CAffectedKeysVisitor to wallet.cpp (remove ExtractAffectedKeys) (jtimon) 0d2fa14 Move scriptutils.o to wallet (jtimon)
2014-09-10Rename scriptutils.o to wallet_ismine.ojtimon
2014-09-10Move CAffectedKeysVisitor to wallet.cpp (remove ExtractAffectedKeys)jtimon
2014-09-10Move scriptutils.o to walletjtimon
2014-09-10netbase: Make SOCKS5 negotiation interruptibleWladimir J. van der Laan
Avoids that SOCKS5 negotiation will hold up the shutdown process. - Sockets can stay in non-blocking mode, no need to switch it on/off anymore - Adds a timeout (20 seconds) on SOCK5 negotiation. This should be enough for even Tor to get a connection to a hidden service, and avoids blocking the opencon thread indefinitely on a hanging proxy. Fixes #2954.
2014-09-10Merge pull request #4874Wladimir J. van der Laan
21f139b qt: fix tablet crash. closes #4854. (Cory Fields)
2014-09-10Merge pull request #4867Wladimir J. van der Laan
a95b119 qt: Remove thousands separators after decimal point (Wladimir J. van der Laan)
2014-09-10Merge pull request #4822Pieter Wuille
629d75f Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins. (Pieter Wuille)