aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFeeMarcoFalke2016-01-305-18/+19
|
* Merge #6842: limitfreerelay edge case bugfixWladimir J. van der Laan2016-01-291-1/+1
|\ | | | | | | 2dfeaa1 limitfreerelay edge case bugfix: (ptschip)
| * limitfreerelay edge case bugfix:ptschip2016-01-061-1/+1
| | | | | | | | | | | | | | If a new transaction will cause limitfreerelay to be exceeded it should not be accepted into the memory pool and the byte counter should be updated only after the fact.
* | Merge #7423: doc: add example for building with constrained resourcesWladimir J. van der Laan2016-01-291-4/+7
|\ \ | | | | | | | | | f9298cc doc: add example for building with constrained resources (Jarret Dyrbye)
| * | doc: add example for building with constrained resourcesJarret Dyrbye2016-01-271-4/+7
| | | | | | | | | | | | discussed in github issue #6658
* | | Merge #7428: doc: add example for listing ./configure flagsWladimir J. van der Laan2016-01-291-0/+6
|\ \ \ | | | | | | | | | | | | befeb55 Add example for displaying additional configure flags (Nathaniel Mahieu)
| * | | Add example for displaying additional configure flagsNathaniel Mahieu2016-01-281-0/+6
| | | |
* | | | Merge #7437: GUI: Disable tab navigation for peers tables.Wladimir J. van der Laan2016-01-291-0/+6
|\ \ \ \ | | | | | | | | | | | | | | | 8b3d8e3 GUI: Disable tab navigation for peers tables. (Kefkius)
| * | | | GUI: Disable tab navigation for peers tables.Kefkius2016-01-281-0/+6
|/ / / / | | | | | | | | | | | | | | | | Fix a bug in which the Peers tab of the debug window does not allow navigation to other tabs via Ctrl[+Shift]+Tab.
* | | | Merge #7212: Adds unittests for CAddrMan and CAddrinfo, removes source of ↵Wladimir J. van der Laan2016-01-283-49/+391
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | non-determinism. 40c87b6 Increase test coverage for addrman and addrinfo (Ethan Heilman)
| * | | | Increase test coverage for addrman and addrinfoEthan Heilman2016-01-273-49/+391
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Adds several unittests for CAddrMan and CAddrInfo. Increases the accuracy of addrman tests. Removes non-determinism in tests by overriding the random number generator. Extracts testing code from addrman class to test class.
* | | | Merge #7417: Minor improvements to the release processWladimir J. van der Laan2016-01-281-10/+23
|\ \ \ \ | | | | | | | | | | | | | | | c6325cf Minor improvements to the release process (Paul Rabahy)
| * | | | Minor improvements to the release processPaul Rabahy2016-01-261-10/+23
| |/ / / | | | | | | | | | | | | | | | | Instruct people to "git fetch" so that if this is their 2nd+ gitian build they will have a fresh bitcoin repo. Instruct people to add all the known pgp keys to their keyring so that gverify will print more useful info.
* | | | Merge #7348: MOVE ONLY: move rpc* to rpc/Wladimir J. van der Laan2016-01-2825-82/+80
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | d13f65e rpc: update inline comments to refer to new file paths (Daniel Cousens) a0eaff8 move rpc* to rpc/ (Daniel Cousens)
| * | | | rpc: update inline comments to refer to new file pathsDaniel Cousens2016-01-213-6/+6
| | | | |
| * | | | move rpc* to rpc/Daniel Cousens2016-01-2124-76/+74
| | | | |
* | | | | Merge #7425: devtools: Fix utf-8 support in messages for github-mergeWladimir J. van der Laan2016-01-281-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | c8a6c11 devtools: Fix utf-8 support in messages for github-merge (Wladimir J. van der Laan)
| * | | | | devtools: Fix utf-8 support in messages for github-mergeWladimir J. van der Laan2016-01-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use 'utf-8' instead of the Python 2 default of 'ascii' to encode/decode commit messages. This can be removed when switching to Python 3, as 'utf-8' is the default there. Necessary for merging #7422 due to the ฿ in ฿tcDrak.
* | | | | | Merge #7415: net: Hardcoded seeds update January 2016Wladimir J. van der Laan2016-01-283-1380/+1499
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 4818dba net: Hardcoded seeds update January 2016 (Wladimir J. van der Laan)
| * | | | | | net: Hardcoded seeds update January 2016Wladimir J. van der Laan2016-01-253-1380/+1499
| | | | | | |
* | | | | | | Merge #7396: [Qt] Add option to increase/decrease font size in the console ↵Jonas Schnelli2016-01-289-30/+203
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | window 43abb02 [Qt] Add a new chevron/arrow icon for the console prompt line (Jonas Schnelli) 56c9e66 [Qt] keep scroll position in GUI console after changing font size (Jonas Schnelli) 3a3a927 [Qt] Add option to increase/decrease font size in the console window (Jonas Schnelli)
| * | | | | | [Qt] Add a new chevron/arrow icon for the console prompt lineJonas Schnelli2016-01-265-4/+42
| | | | | | |
| * | | | | | [Qt] keep scroll position in GUI console after changing font sizeJonas Schnelli2016-01-232-2/+4
| | | | | | |
| * | | | | | [Qt] Add option to increase/decrease font size in the console windowJonas Schnelli2016-01-227-35/+168
| | | | | | |
* | | | | | | Merge #7300: [trivial] Add missing copyright headersWladimir J. van der Laan2016-01-2740-32/+62
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | fabcee1 Remove copyright header from autogenerated chainparamsseeds.h (MarcoFalke) fa60d05 Add missing copyright headers (MarcoFalke) fa7e4c0 Bump copyright headers to 2014 (MarcoFalke)
| * | | | | | Remove copyright header from autogenerated chainparamsseeds.hMarcoFalke2016-01-161-4/+0
| | | | | | |
| * | | | | | Add missing copyright headersMarcoFalke2016-01-0522-13/+47
| | | | | | |
| * | | | | | Bump copyright headers to 2014MarcoFalke2016-01-0519-19/+19
| | | | | | |
* | | | | | | Merge #7424: Add security/export checks to gitian and fix current failuresWladimir J. van der Laan2016-01-277-7/+34
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a81c87f release: add security/symbol checks to gitian (Cory Fields) a8ce872 release: always link librt for glibc back-compat builds (Cory Fields) f3d3eaf release: add check-symbols and check-security make targets (Cory Fields) 475813b release: add _IO_stdin_used to ignored exports (Cory Fields) cd27bf5 release: fix parsing of BIND_NOW with older readelf (Cory Fields)
| * | | | | | release: add security/symbol checks to gitianCory Fields2016-01-262-0/+3
| | | | | | |
| * | | | | | release: always link librt for glibc back-compat buildsCory Fields2016-01-261-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | glibc absorbed clock_gettime in 2.17. librt (its previous location) is safe to link in anyway for back-compat. Fixes #7420
| * | | | | | release: add check-symbols and check-security make targetsCory Fields2016-01-263-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are not added to the default checks because some of them depend on release-build configs.
| * | | | | | release: add _IO_stdin_used to ignored exportsCory Fields2016-01-261-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | For details see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634261#109
| * | | | | | release: fix parsing of BIND_NOW with older readelfCory Fields2016-01-261-1/+1
|/ / / / / /
* | | | | | Merge #7391: [init] Clarify help messageWladimir J. van der Laan2016-01-251-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | fae78fa [init] Clarify permitrbf help message (MarcoFalke)
| * | | | | [init] Clarify permitrbf help messageMarcoFalke2016-01-231-1/+1
| | | | | |
* | | | | | Merge #7402: [devtools] github-merge get toplevel dir without extra whitespaceWladimir J. van der Laan2016-01-251-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 5ed2f16 [devtools] github-merge get toplevel dir without extra whitespace (Andrew C)
| * | | | | | [devtools] github-merge get toplevel dir without extra whitespaceAndrew C2016-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a bug in github merge when it runs the tests where the toplevel directory has an extra '\n' appended to the path string. Now it doesn't.
* | | | | | | Merge #7395: devtools: show pull and commit information in github-mergeWladimir J. van der Laan2016-01-251-0/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 17b5d38 devtools: show pull and commit information in github-merge (Wladimir J. van der Laan)
| * | | | | | | devtools: show pull and commit information in github-mergeWladimir J. van der Laan2016-01-221-0/+12
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Print the number and title of the pull, as well as the commits to be merged.
* | | | | | | Merge #7400: Add achow101's pgp keyWladimir J. van der Laan2016-01-251-0/+52
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | e99edc1 Add achow101's pgp key (Andrew C)
| * | | | | | Add achow101's pgp keyAndrew C2016-01-231-0/+52
|/ / / / / /
* | | | | | Merge #7384: [qt] Peertable: Increase SUBVERSION_COLUMN_WIDTHJonas Schnelli2016-01-231-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | faa9011 [qt] Peertable: Increase SUBVERSION_COLUMN_WIDTH (MarcoFalke)
| * | | | | | [qt] Peertable: Increase SUBVERSION_COLUMN_WIDTHMarcoFalke2016-01-201-1/+1
| | | | | | |
* | | | | | | Merge #7236: Use createrawtx locktime parm in txn_cloneWladimir J. van der Laan2016-01-221-14/+3
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | e279038 Use createrawtx locktime parm in txn_clone (Tom Harding)
| * | | | | | Use createrawtx locktime parm in txn_cloneTom Harding2015-12-201-14/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Streamlines the test and serves as a test of the createrawtransaction locktime parameter.
* | | | | | | Merge #7262: Reduce inefficiency of GetAccountAddress()Wladimir J. van der Laan2016-01-221-16/+15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 2409865 Reduce inefficiency of GetAccountAddress() (Chris Moore)
| * | | | | | | Reduce inefficiency of GetAccountAddress()Chris Moore2015-12-281-16/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't scan the wallet to see if the current key has been used if we're going to make a new key anyway. Stop scanning the wallet as soon as we see that the current key has been used. Don't call isValid() twice on the current key.
* | | | | | | | Merge #7056: Save last db readWladimir J. van der Laan2016-01-223-13/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 8504867 Save the last unnecessary database read (Alex Morcos)
| * | | | | | | | Save the last unnecessary database readAlex Morcos2015-11-183-13/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's possible coins with the same hash exist when you create a duplicate coinbase, so previously we were reading from the database to make sure we had the old coins cached so if we were to spend the new ones, the old ones would also be spent. This pull instead just marks the new coins as not fresh if they are from a coinbase, so if they are spent they will be written all the way down to the database anyway overwriting any duplicates.