Sined
d6cb85d50d
Lossless image optimization
...
less bytes, same images
11 years ago
Wladimir J. van der Laan
5235db2c1e
Merge pull request #3275 from Michagogo/release-process-binary-sizes
...
Add additional data update to release-process.md
11 years ago
Micha
cc3b0dddbc
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 .
11 years ago
Wladimir J. van der Laan
0e165b97d9
doc: small doxygen update
...
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.
11 years ago
Wladimir J. van der Laan
2b8c4410c1
Merge pull request #3138 from super3/master
...
Squash README
11 years ago
super3
a11dd1e67c
Space saving in /doc README.
...
Fixed. Split off build, and bootstrap link.
11 years ago
Wladimir J. van der Laan
3a8915d9a8
doc: replace DOS with MSYS shell to be more consistent
...
A plain DOS window doesn't have the right path settings, whereas
the MSYS shell window does.
11 years ago
Wladimir J. van der Laan
59be91ae1e
Merge pull request #3231 from brandondahler/doc-autotool-update
...
Update build docs that refer to old makefile.* files.
11 years ago
Wladimir J. van der Laan
7a6fed86d3
doc: add note about building on Ubuntu 13.10
...
Also mention `autoconf` as required package.
11 years ago
Brandon Dahler
2b91707469
Update build docs that refer to old makefile.* files.
...
Also update pull-tester's error message.
11 years ago
Wladimir J. van der Laan
9686459359
Merge pull request #3123 from super3/master
...
Prettify some /Contrib READMEs
11 years ago
super3
14f870cee5
Prettify some /Contrib READMEs
...
SYN
Remove Dead Readme-Qt Links.
11 years ago
Wladimir J. van der Laan
163145938c
qt: remove awkward way of setting GUI pages
...
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.
11 years ago
Gavin Andresen
a5bba245a3
Merge pull request #2981 from gmaxwell/tor2onion
...
Rename -tor to -onion to better reflect what it does.
11 years ago
Gavin Andresen
26ce1bb20d
Merge pull request #3097 from super3/master
...
Broken Link in /Doc README
11 years ago
Shawn Wilkinson
dd9bd863cf
Broken Link in /Doc README
...
#3092 removed readme-qt.md, but it was still listed in the index for the /doc README.
11 years ago
Gavin Andresen
e16c2b4422
Merge pull request #3085 from super3/master
...
Documentation Cleanup and Contrib Index
11 years ago
Wladimir J. van der Laan
62568f9a1e
doc: build with qt5 is currently not possible
...
Add as a separate commit so that it can be easily reverted once
Qt5 is supported again.
11 years ago
Wladimir J. van der Laan
29a4146327
doc: remove readme-qt.md
...
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
11 years ago
Gregory Maxwell
5009710994
[doc] Add testnet hidden service port to the example tor config.
...
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.
11 years ago
super3
0aa9851b18
Documentation Cleanup in /Doc
...
Added some help text, and bumped version numbers.
Added a Readable Index for /Contrib
Fixing /Contrib Index URLs
Revert Version Numbers.
11 years ago
Micha
61823c47db
HTTPS-ify the downloads for the deps
11 years ago
Micha
d18f5bf12c
Switch the order of win32 deps and win32 qt in release-process.md
...
release-process.md has the deps being built after qt. However, the descriptors for qt call for the deps file.
11 years ago
Micha
7048443e8b
Fix and improve release-process.md
...
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.
11 years ago
Warren Togami
f2bc1d35d6
Upgrade gitian win32 to boost-1.54.0
...
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.
11 years ago
Cory Fields
a0c3ab7ed1
autotools: update translation docs
11 years ago
Luke Dashjr
56ba02aa2a
build-unix.md: Remove now-redundant and unnecessary Gentoo instructions
11 years ago
Gavin Andresen
8394f4a2dc
Merge pull request #2977 from laanwj/2013_09_release_process_protobuf
...
Add protobuf 2.5.0 download to gitian release process
11 years ago
Gregory Maxwell
102518fdb7
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.
11 years ago
Cory Fields
35b8af9226
autotools: switch to autotools buildsystem
11 years ago
Wladimir J. van der Laan
51c2fa16bb
Qt 4.8.3 r2 in gitian and release process
...
Also needed to add `unzip` package for the added unzip command for
OpenSSL in the Qt build.
11 years ago
Wladimir J. van der Laan
af079f0b21
Add protobuf 2.5.0 download to gitian release process
11 years ago
Gavin Andresen
a41d5fe019
Payment Protocol: X509-validated payment requests
...
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.
11 years ago
super3
c6cb40f04b
Removed duplicate files.
...
Left behind after the change to Markdown.
11 years ago
fanquake
7772821a69
Remove readme-qt.rst and update documentation for readme-qt.md
11 years ago
Micha
e9bfe65729
Made the build/release process completable verbatim as listed in
...
release-process.md
12 years ago
super3
00a8874503
Markdown Cleanup - Part 2
...
Now everything is in markdown...
12 years ago
Wladimir J. van der Laan
25c0cce7fb
Qt5 compatibility
...
This commit squashes all the changes in the Qt5 branch
relative to master.
Backward compatibility with Qt4 is retained.
Original authors:
- Philip Kaufmann <phil.kaufmann@t-online.de>
- Jonas Schnelli <jonas.schnelli@include7.ch>
12 years ago
Wladimir J. van der Laan
ba35ecc003
Merge pull request #2697 from Michagogo/master
...
Make release-process.md more generic
12 years ago
Michagogo
bb70bbfc5d
Made more generic by removing specific version references
...
Tweaked a little bit to provide examples.
Squashed commits into 1, while hoping not to break anything
12 years ago
Pieter Wuille
8c8132be73
Prepare for 0.9 merge window
12 years ago
Michael Ford
a680b095b6
Update links in build-osx.md
...
Add link to Github for Mac
Update link to HomeBrew
12 years ago
super3
2341e9b533
Docs Markdown Cleanup
12 years ago
Gavin Andresen
5b5d399593
Update version numbers for 0.8.2rc1 release
12 years ago
Gavin Andresen
8f6709076e
Release notes for 0.8.2rc1
12 years ago
Gavin Andresen
7aaaff37ff
Merge pull request #2532 from jonasschnelli/mac_plist_fix
...
fixes #2506 : mac binary with proper version and copyright meta-informati...
12 years ago
Gavin Andresen
77a1e12eed
Merge pull request #2554 from fanquake/qt-pro-brew-patch
...
bitcoin-qt.pro Brew patch
12 years ago
APerson241
6ee82ddb70
Update Tor.txt for grammar fixes
12 years ago
Michael Ford
0565b7122f
Update Qt Readme to include HomeBrew setup for OSX
12 years ago
Michael Ford
46aecb2bdf
Update osx build instructions to ensure users link to the correct version of OpenSSL
12 years ago