Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-03 | Replace text on how to enable IPv6 with disable | Peter Todd | |
IPv6 support is now enabled by default, thus documentation should tell you how to disable it. Similarly the build-osx use of the flag can be removed. | |||
2012-09-22 | Update Bitcoin to use OpenSSL 1.0.1c | fanquake | |
Bump deps tp 0.0.5 Small docs corrections | |||
2012-09-11 | Cleanup on doc/build-unix.txt | osmosis | |
2012-07-18 | Docs Tidy up | fanquake | |
2012-06-18 | Further updates to build instructions | fanquake | |
2012-06-03 | "USE_UPNP=-" is needed to remove UPnP support. | Chris Moore | |
2012-05-17 | Fix typo. libarcode => libqrcode | Christian von Roques | |
2012-05-11 | IPv6 node support | Pieter Wuille | |
This will make bitcoin relay valid routable IPv6 addresses, and when USE_IPV6 is enabled, listen on IPv6 interfaces and attempt connections to IPv6 addresses. | |||
2012-02-07 | Update all copyrights to 2012 | Gavin Andresen | |
2011-12-23 | Add libqrencode-dev to the debian/ubuntu apt-get lines. | Matt Corallo | |
2011-12-20 | Added QRCode generation functions via libqrencode. Switch on with ↵ | sje397 | |
USE_QRENCODE=1. Amended build docs for Linux and OSX, and OSX makefile. Added package 'qrencode' to gitian.yml | |||
2011-10-09 | Add support to makefile.unix for the same parameters used by bitcoin-qt.pro, ↵ | Luke Dashjr | |
dynamic linking unless STATIC=1 is passed | |||
2011-10-09 | Fix typo. Improve Gentoo instructions. | globalcitizen | |
2011-10-09 | Improved Gentoo instructions. | globalcitizen | |
2011-10-09 | Fix extraneous directory specifier, beautify bash syntax $VAR -> ${VAR} | globalcitizen | |
2011-10-09 | Collate generic dependency information. Segregate distribution-specific ↵ | globalcitizen | |
(Ubuntu/Debian) information. Add Gentoo information. | |||
2011-09-26 | Update build instructions for the new, no-wxwidgets world | Gavin Andresen | |
2011-09-26 | Merge pull request #513 from cjdelisle/feature-hardening | Gavin Andresen | |
Hardening | |||
2011-09-12 | Add some hardening to protect against unknown/future exploits. | cjdelisle | |
2011-09-08 | wxWidgets needs to be at least version 2.9.1 because wallet crypto uses ↵ | cjdelisle | |
ToStdString() which is not in 2.9.0 | |||
2011-08-23 | Upgrade dependancies and tweak build process. | Matt Corallo | |
* Upgrade to use miniupnpc 1.6 * Upgrade to wxWidgets 2.9.2 * Upgrade to Bost 1.47 for Win32 Builds | |||
2011-05-09 | Manual merge of jaromil's source tree reorg commit. | Jeff Garzik | |
Conflicts: src/sha256.cpp | |||
2011-04-23 | directory re-organization (keeps the old build system) | Jaromil | |
there is no internal modification of any file in this commit files are moved into directories according to established standards in sourcecode distribution; these directories contain: src - Files that are used in constructing the executable binaries, but are not installed. doc - Files in HTML and text format that document usage, quirks of the implementation, and contributor checklists. locale - Files that contain human language translation of strings used in the program contrib - Files contributed from distributions or other third party implementing scripts and auxiliary programs |