| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
5094f8d Split off rpc_wallet_tests (Wladimir J. van der Laan)
829c920 Move CCryptoKeyStore to crypter.cpp (Wladimir J. van der Laan)
ae6ea5a Update build-unix.md to mention --disable-wallet (Wladimir J. van der Laan)
4f9e993 Add --disable-wallet option to build system (Wladimir J. van der Laan)
d004d72 Move CAddrDB frrom db to net (Wladimir J. van der Laan)
48ba56c Delimit code with #ifdef ENABLE_WALLET (Wladimir J. van der Laan)
991685d Move getinfo to rpcnet.cpp (Wladimir J. van der Laan)
bbb0936 Move HelpExample* from rpcwallet to rpcserver (Wladimir J. van der Laan)
|
| | |
| |
| |
| |
| | |
Mention the new --disable-wallet mode.
Also, correct the BDB entry in the dependencies table.
|
| |/ |
|
| |
|
|
| |
less bytes, same images
|
| |\
| |
| | |
Add additional data update to release-process.md
|
| | |
| |
| |
| |
| |
| | |
This adds https://github.com/bitcoin/bitcoin.org/pull/270 to the to-do
list for each release, avoiding future situations like
https://bitcointalk.org/index.php?topic=336042.0.
|
| |/
|
|
|
|
| |
I was merging change this every time before generation of
the doxygen developer docs (https://dev.visucore.com/bitcoin/doxygen/)
but there's no reason why it can't just be merged upstream.
|
| |\
| |
| | |
Squash README
|
| | |
| |
| |
| | |
Fixed. Split off build, and bootstrap link.
|
| | |
| |
| |
| |
| | |
A plain DOS window doesn't have the right path settings, whereas
the MSYS shell window does.
|
| |\ \
| | |
| | | |
Update build docs that refer to old makefile.* files.
|
| | | |
| | |
| | |
| | | |
Also update pull-tester's error message.
|
| |/ /
| |
| |
| | |
Also mention `autoconf` as required package.
|
| |\|
| |
| | |
Prettify some /Contrib READMEs
|
| | |
| |
| |
| |
| |
| | |
SYN
Remove Dead Readme-Qt Links.
|
| | |
| |
| |
| |
| | |
Selecting the button for a pages was going through bitcoingui->walletframe->walletview->bitcoingui.
Because of this, the actions for the pages had to be exposed on the BitcoinGUI object.
|
| |\ \
| | |
| | | |
Rename -tor to -onion to better reflect what it does.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
I've seen users confused multiple times thinking they
should be using -tor to set their tor proxy and then
finding in horror that they were still connecting to
the IPv4 internet.
Even Jeff guesses wrong about what the knob does, so
I think we should rename it. This leaves the old
knob working, we can pull it out completely in a
later release.
|
| |\ \ \
| | |/
| |/| |
Broken Link in /Doc README
|
| | | |
| | |
| | | |
#3092 removed readme-qt.md, but it was still listed in the index for the /doc README.
|
| |\| |
| | |
| | | |
Documentation Cleanup and Contrib Index
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added some help text, and bumped version numbers.
Added a Readable Index for /Contrib
Fixing /Contrib Index URLs
Revert Version Numbers.
|
| | | |
| | |
| | |
| | |
| | | |
Add as a separate commit so that it can be easily reverted once
Qt5 is supported again.
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Now that autotools is used as a build system there is nothing
special about building the GUI anymore. Merge the salvageable
parts into build-unix.md
|
| |/ /
| |
| |
| |
| |
| | |
Seems like there are a lot of advertised testnet HS nodes that
don't actually work. Lack of the testnet port on the example
HS config might be one reason.
|
| | | |
|
| | |
| |
| |
| | |
release-process.md has the deps being built after qt. However, the descriptors for qt call for the deps file.
|
| | |
| |
| |
| |
| |
| |
| | |
This commit adds a step, which is to git checkout the version to be
built. This ensures that the gitian-descriptors for said version will be
the correct ones. In addition, it updates the links for several
dependencies, where the previously existing links were dead.
|
| | |
| |
| |
| |
| |
| |
| | |
Workaround 1.54.0 build bug, upstream #9156
Workaround 1.51.0+ human bug, upstream #7262
This commit also demonstrates a method to verify the integrity of inputs.
|
| | | |
|
| | | |
|
| |\ \
| |/
|/| |
Add protobuf 2.5.0 download to gitian release process
|
| | |
| |
| |
| |
| | |
Also needed to add `unzip` package for the added unzip command for
OpenSSL in the Qt build.
|
| | | |
|
| |/ |
|
| |
|
|
|
|
|
|
| |
Add support for a Payment Protocol to Bitcoin-Qt.
Payment messages are protocol-buffer encoded and communicated over
http(s), so this adds a dependency on the Google protocol buffer
library, and requires Qt with OpenSSL support.
|
| |
|
|
| |
Left behind after the change to Markdown.
|
| | |
|
| |
|
|
| |
release-process.md
|
| |
|
|
| |
Now everything is in markdown...
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This commit squashes all the changes in the Qt5 branch
relative to master.
Backward compatibility with Qt4 is retained.
Original authors:
- Philip Kaufmann <[email protected]>
- Jonas Schnelli <[email protected]>
|
| |\
| |
| | |
Make release-process.md more generic
|
| | |
| |
| |
| |
| |
| | |
Tweaked a little bit to provide examples.
Squashed commits into 1, while hoping not to break anything
|
| |/ |
|
| |
|
|
| |
Add link to Github for Mac
Update link to HomeBrew
|
| | |
|
| | |
|
| | |
|
| |\
| |
| | |
fixes #2506: mac binary with proper version and copyright meta-informati...
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(Info.plist)
Due a bug in QT (https://bugreports.qt-project.org/browse/QTBUG-21267), the mac binary of the last release contains bulk meta informations.
The url-handler (bitcoin://) is also not working in current release
Should be fixed with this commit.
Signed-off-by: Jonas Schnelli <[email protected]>
|