- 21 Aug, 2014 6 commits
-
-
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 5 commits
-
-
elichai authored
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Jeff Garzik authored
-
- 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 12 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)
-
Wladimir J. van der Laan authored
This commit adds per-network information to the getnetworkinfo RPC call: - Is the network limited? - Is the network reachable - Which proxy is used for this network, if any Inspired by #2575.
-
Wladimir J. van der Laan authored
Bitcoin core should work with any remotely recent boost version if a proper build environment is present. Remove a confusing comment from the build documentation.
-
Wladimir J. van der Laan authored
216e9a44 Add a way to limit deserialized string lengths (Pieter Wuille)
-
Wladimir J. van der Laan authored
e42363d8 build: add funcs.mk to the list of meta-depends (Cory Fields) 1910910d depends: fix shasum on osx < 10.9 (Cory Fields)
-
Wladimir J. van der Laan authored
c101c769 build: Add --with-utils (bitcoin-cli and bitcoin-tx, default=yes). Help string consistency tweaks. Target sanity check fix. (randy-waterhouse)
-
- 17 Aug, 2014 5 commits
-
-
Cozz Lovan authored
-
randy-waterhouse authored
Help string consistency tweaks. Target sanity check fix.
-
Wladimir J. van der Laan authored
5cbda4f1 Changed LevelDB cursors to use scoped pointers to ensure destruction when going out of scope. (Ross Nicoll)
-
Wladimir J. van der Laan authored
See discussion in #4663.
-
Wladimir J. van der Laan authored
4975ae17 build: add option for reducing exports (Cory Fields)
-
- 16 Aug, 2014 1 commit
-
-
Ross Nicoll authored
This corrects a bug where an exception thrown reading from the database causes the cursor to be left open, which causes an assertion error to occur when the database is deleted (around line 938 of init.cpp).
-