aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-02Merge #8466: [Trivial] Do not shadow variables in networking codeWladimir J. van der Laan
b7c349d Do not shadow variables in networking code (Pavel Janík)
2016-09-02Merge #8449: [Trivial] Do not shadow local variable, cleanupWladimir J. van der Laan
a159f25 Remove redundand (and shadowing) declaration (Pavel Janík) cce3024 Do not shadow local variable, cleanup (Pavel Janík)
2016-09-02Merge #8629: C++11: s/boost::scoped_ptr/std::unique_ptr/Wladimir J. van der Laan
cdd79eb C++11: s/boost::scoped_ptr/std::unique_ptr/ (Jorge Timón)
2016-09-02Merge #8272: Make the dummy argument to getaddednodeinfo optionalWladimir J. van der Laan
854f1af Make the dummy argument to getaddednodeinfo optional (Pieter Wuille)
2016-09-01C++11: s/boost::scoped_ptr/std::unique_ptr/Jorge Timón
2016-09-01Make the dummy argument to getaddednodeinfo optionalPieter Wuille
2016-09-01Merge #8638: rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUESTWladimir J. van der Laan
f012a85 rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUEST (djpnewton)
2016-09-01Merge #8557: [contrib] Rework verifybinariesWladimir J. van der Laan
faaed88 [contrib] verifybinaries: Mention mandatory preparation step (MarcoFalke) fa917f6 [contrib] verifybinaries: Keep downloads by default (MarcoFalke) fab1f92 [contrib] verifybinaries: Adjust parsing to new rc path (MarcoFalke)
2016-09-01Merge #8472: Do not shadow LOCK's criticalblock variable for LOCK inside LOCKWladimir J. van der Laan
33d15a3 Do not shadow LOCK's criticalblock variable for LOCK inside LOCK (Pavel Janík)
2016-09-01Merge #8640: [depends] Remove Qt46 packageWladimir J. van der Laan
3e7d2a2 [depends] Remove Qt46 package (Michael Ford)
2016-09-01Merge #8524: Precompute sighashesPieter Wuille
35fe039 Rename to PrecomputedTransactionData (Pieter Wuille) ab48c5e Unit test for sighash caching (Nicolas DORIER) d2c5d04 Precompute sighashes (Pieter Wuille)
2016-09-01rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUESTdjpnewton
2016-09-01[depends] Remove Qt46 packageMichael Ford
2016-08-31Merge #8612: Check for compatibility with download in FindNextBlocksToDownloadWladimir J. van der Laan
887919c Check for compatibility with download in FindNextBlocksToDownload (Pieter Wuille)
2016-08-31Merge #8191: Do not shadow variables in src/walletWladimir J. van der Laan
b175cb7 Do not shadow variables. (Pavel Janík)
2016-08-31Merge #8291: [util] CopyrightHolders: Check for untranslated substitutionWladimir J. van der Laan
33336e1 [util] CopyrightHolders: Check for untranslated substitution (MarcoFalke)
2016-08-31Do not shadow variables.Pavel Janík
2016-08-31Merge #8163: Do not shadow global RPC table variable (tableRPC)Wladimir J. van der Laan
de1bbe3 Do not shadow global RPC table variable (tableRPC) (Pavel Janík)
2016-08-31Merge #8604: build,doc: Update for 0.13.0+ and OpenBSD 5.9Wladimir J. van der Laan
6275123 doc: Update build-openbsd for 0.13.0+ and OpenBSD 5.9 (Wladimir J. van der Laan) 883175f build: Updates for OpenBSD (Wladimir J. van der Laan)
2016-08-31Merge #8621: [contrib] python: Don't use shell=TrueWladimir J. van der Laan
fa994a7 contrib: Don't use shell=True (MarcoFalke)
2016-08-31Merge #8626: Berkeley DB v6 compatibility fixWladimir J. van der Laan
323a5fe Berkeley DB v6 compatibility fix (Alexey Vesnin)
2016-08-30Merge #8611: Reduce default number of blocks to check at startupWladimir J. van der Laan
203f212 Reduce default number of blocks to check at startup (Pieter Wuille)
2016-08-30Merge #8566: Easy to use gitian building scriptWladimir J. van der Laan
3fe0b68 Set defaults to gitian defaults (Andrew Chow) 6ffd6b4 Create option to detach sign gitian builds and not commit the files in the script (Andrew Chow) 498d8da Check for OSX SDK (Andrew Chow) eda4cfb Create an easy to use gitian building script (Andrew Chow)
2016-08-30Merge #8625: [doc] - clarify statement about parallel jobs in rpc-tests.pyMarcoFalke
1467561 [doc] - clarify statement about parallel jobs in rpc-tests.py (isle2983)
2016-08-30Berkeley DB v6 compatibility fixAlexey Vesnin
Fixes building error looking like this: CXX wallet/libbitcoin_wallet_a-db.o wallet/db.cpp: In member function ‘void CDBEnv::EnvShutdown()’: wallet/db.cpp:46:16: error: call of overloaded ‘DbEnv(int)’ is ambiguous DbEnv(0).remove(strPath.c_str(), 0); ^ wallet/db.cpp:46:16: note: candidates are: In file included from wallet/db.h:21:0, from wallet/db.cpp:6: /usr/include/db_cxx.h:916:2: note: DbEnv::DbEnv(const DbEnv&) DbEnv(const DbEnv &); ^ /usr/include/db_cxx.h:518:2: note: DbEnv::DbEnv(DB_ENV) DbEnv(DB_ENV *dbenv); ^ /usr/include/db_cxx.h:516:2: note: DbEnv::DbEnv(u_int32_t) DbEnv(u_int32_t flags); ^ Makefile:5780: recipe for target 'wallet/libbitcoin_wallet_a-db.o' failed make[2]: ** [wallet/libbitcoin_wallet_a-db.o] Error 1
2016-08-29[doc] - clarify statement about parallel jobs in rpc-tests.pyisle2983
2016-08-29Merge #8624: [doc] build: Mention curlPieter Wuille
fae6bb8 [doc] build: Mention curl (MarcoFalke)
2016-08-29Merge #8617: Include instructions to extract Mac OS X SDK on Linux using ↵Pieter Wuille
7zip and SleuthKit b729fcd Include instructions to extract Mac OS X SDK on Linux using 7zip and SleuthKit (Luke Dashjr)
2016-08-29Merge #8564: [Wallet] remove unused code/conditions in ReadAtCursorPieter Wuille
beef966 [Wallet] remove unused code/conditions in ReadAtCursor (Jonas Schnelli)
2016-08-29[doc] build: Mention curlMarcoFalke
2016-08-29Include instructions to extract Mac OS X SDK on Linux using 7zip and SleuthKitLuke Dashjr
2016-08-28contrib: Don't use shell=TrueMarcoFalke
2016-08-28doc: Update build-openbsd for 0.13.0+ and OpenBSD 5.9Wladimir J. van der Laan
- Python 3 now supported. - Bump boost version to 1.61 - one boost patch no longer needed. - All checked with OpenBSD 5.9, except for the clang part, I left this as-is for someone adventurous. - Mention overriding resource limits, OpenBSD's default ulimit does not suffice for building Bitcoin Core with gcc 4.9.3.
2016-08-28build: Updates for OpenBSDWladimir J. van der Laan
- LevelDB platform was not guessed correctly (it ended up defining `-DOS_OPENBSD59` instead of `-DOS_OPENBSD`) - On OpenBSD there is no convenience link from `python3.5` to `python3`: add detection for other python interpreter names. - If it has to guess the LevelDB OS, print a autoconf warning so that the user can check.
2016-08-28Merge #8607: [doc] Fix doxygen off-by-one comments, fix typosWladimir J. van der Laan
fafe7b3 contrib: Make fix-copyright-headers.py more portable (MarcoFalke) fa27c0a [doc] Fix typos in comments, doxygen: Fix comment syntax (MarcoFalke) fabfd5d [qa] pull-tester: Don't mute zmq ImportError (MarcoFalke) 67a5502 init: Fix typo in help message for -whitelistforcerelay (Wladimir J. van der Laan)
2016-08-28Set defaults to gitian defaultsAndrew Chow
Set the default -j and -m to 2 and 2000 respectively, matching gitian's default values.
2016-08-28Merge #8573: Set jonasschnellis dns-seeder filter flagPieter Wuille
40a95cf Set jonasschnellis dns-seeder filter flag (Jonas Schnelli)
2016-08-27Reduce default number of blocks to check at startupPieter Wuille
2016-08-27Create option to detach sign gitian builds and not commit the files in the ↵Andrew Chow
script Gitian builds can be done where the assert files are made but no signing is done. The sigs can also optionally not be committed automatically.
2016-08-27Check for OSX SDKAndrew Chow
2016-08-27Create an easy to use gitian building scriptAndrew Chow
I've written a script that automates the setup and building of binaries with gitian. All of the commands are pulled from various documentation on gitian building.
2016-08-26Check for compatibility with download in FindNextBlocksToDownloadPieter Wuille
2016-08-26Merge #8545: [doc] Update git-subtree-check.sh READMEPieter Wuille
fa3d974 [doc] Update git-subtree-check.sh README (MarcoFalke)
2016-08-26Rename to PrecomputedTransactionDataPieter Wuille
2016-08-26Merge #8109: Do not shadow member variablesPieter Wuille
ff8d279 Do not shadow member variables (Pavel Janík)
2016-08-26Merge #8602: [trivial][doc] Mention ++i as preferred over i++ in dev notesWladimir J. van der Laan
ab53207 [trivial][doc] Mention ++i as preferred to i++ in dev notes (fanquake)
2016-08-26Merge #8603: [trivial][doc] Mention gpg --refresh-keys in release-process.mdWladimir J. van der Laan
c25083b [trivial][doc] Mention gpg --refresh-keys in release-process.md (fanquake)
2016-08-26[trivial][doc] Mention gpg --refresh-keys in release-process.mdfanquake
2016-08-26[trivial][doc] Mention ++i as preferred to i++ in dev notesfanquake
2016-08-26Merge #8590: Remove unused variablesWladimir J. van der Laan
fa6dc9f Remove unused variables (MarcoFalke)