- 23 Aug, 2014 1 commit
-
-
Dominyk Tiller authored
Removes the unnecessary directions that encourage people to force install openssl into /usr/local with Homebrew. Unnecessary, and potentially quite risky. @theuni okayed this removal [here](https://github.com/bitcoin/bitcoin/pull/4740#issuecomment-53076840).
-
- 22 Aug, 2014 2 commits
-
-
Jeff Garzik authored
-
Wladimir J. van der Laan authored
5d9f22b3 Remove link to now removed Windows Build Notes (Michael Ford)
-
- 21 Aug, 2014 8 commits
-
-
Wladimir J. van der Laan authored
b1ed7c29 Update build-osx.md (Rose Toomey)
-
Wladimir J. van der Laan authored
38022241 Remove all other print() methods (Wladimir J. van der Laan) 9b6d4c5c Move strprintf define to tinyformat.h (Wladimir J. van der Laan) 81212588 Remove print() from core functions (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
8695a393 replace int with size_t in stream methods (Kamil Domanski)
-
Wladimir J. van der Laan authored
c53b1ece Fix github-merge with git version 2.1.0 (Gavin Andresen)
-
Wladimir J. van der Laan authored
de1f0514 Added protobuf-compiler library to the Qt 5 Dependencies (elichai)
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Jeff Garzik authored
Upon failure, BOOST_CHECK_EQUAL provides additional diagnostic information, displaying that data that failed to match.
-
- 20 Aug, 2014 11 commits
-
-
Rose Toomey authored
The homebrew instructions were outdated - berkeley-db4 hasn't worked for months, based on the questions I'm seeing on Google/SO. So I added a section explaining how to install berkeley-db4 using homebrew and move on with your life. Thanks for the rest of the documentation!
-
elichai authored
-
Wladimir J. van der Laan authored
All unused.
-
Michael Ford authored
Removed in
-
Wladimir J. van der Laan authored
This avoids a dependency on util.h if just tinyformat is needed.
-
Wladimir J. van der Laan authored
Break dependency on util.
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Jeff Garzik authored
Testing: delin, delout, locktime, and basic createrawtransaction-like functionality.
-
- 19 Aug, 2014 11 commits
-
-
Gavin Andresen authored
Running git version 2.1.0 on OSX (homebrew), I get fatal: '1q': not a non-negative integer I'm guessing git command-line parsing got more strict recently?
-
Gavin Andresen authored
[Qt] Revert overviewpage from QFormLayout to QVBoxLayout
-
Gavin Andresen authored
Don't reveal whether password is <20 or >20 characters in RPC
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Wladimir J. van der Laan authored
As discussed on IRC. It seems bad to base a decision to delay based on the password length, as it leaks a small amount of information.
-
Wladimir J. van der Laan authored
a35b55b5 Dont run full check every time we decrypt wallet. (Matt Corallo) 1e21c17d Make CCryptoKeyStore::Unlock check all keys. (Gregory Maxwell)
-
Wladimir J. van der Laan authored
22b3c4bb remove unused class CAddrMan; from db.h (Philip Kaufmann)
-
Wladimir J. van der Laan authored
e432a5f0 build: add option for reducing exports (v2) (Cory Fields)
-
Jeff Garzik authored
Merge pull request #4715
-
- 18 Aug, 2014 7 commits
-
-
Cory Fields authored
This was committed previously as 4975ae17 and reverted, because the flags were applied even if the checks didn't pass. This is the same commit, fixed up to actually disable the functionality when necessary. Enabled automatically if boost >= 1.49. See: https://svn.boost.org/trac/boost/ticket/2309 Also, check for a default visibility attribute, so that we can mark future api functions correctly.
-
Kamil Domanski authored
Thus the read(...) and write(...) methods of all stream classes now have identical parameter lists. This will bring these classes one step closer to a common interface.
-
Wladimir J. van der Laan authored
54c7df81 build: Fix boost build on some platforms (Cory Fields)
-
Wladimir J. van der Laan authored
Revert #4663 for now. It still breaks the pulltester. This reverts commit 4975ae17. Conflicts: configure.ac
-
Jeff Garzik authored
No need to waste startup time building something that can be done at compile time. This also resolves a clang++ warning originally reported in #4714, univalue/univalue_write.cpp:33:12: warning: array subscript is of type 'char escapes['"'] = "\\""; ^~~~ etc.
-
Wladimir J. van der Laan authored
`uint64_t` was causing a build error on some systems, as that type is not known after including just the Qt headers.
-
Wladimir J. van der Laan authored
aa827951 Add detailed network info to getnetworkinfo RPC (Wladimir J. van der Laan) 075cf49e Add GetNetworkName function (Wladimir J. van der Laan) c91a9471 Add IsReachable(net) function (Wladimir J. van der Laan) 60dc8e42 Allow -onlynet=onion to be used (Wladimir J. van der Laan)
-