- 22 Apr, 2014 2 commits
-
-
Cory Fields authored
-
Cory Fields authored
This class holds an int64_t and replaces the use of CBigInt for script integrals.
-
- 19 Apr, 2014 3 commits
-
-
Wladimir J. van der Laan authored
494cbf83 /contrib index reorg (super3)
-
Wladimir J. van der Laan authored
4e9667b8 Improve and expand base58 comments (rxl)
-
Wladimir J. van der Laan authored
09ec3af1 AddToWallet implies BindWallet (Wladimir J. van der Laan)
-
- 18 Apr, 2014 1 commit
-
-
Gregory Maxwell authored
Prevent socket leak in ThreadSocketHandler.
-
- 17 Apr, 2014 1 commit
-
-
Wladimir J. van der Laan authored
Push new English translation, as well as pull other translations that changed since last month.
-
- 16 Apr, 2014 4 commits
-
-
Altoidnerd authored
-
Wladimir J. van der Laan authored
The patch to make it possible to configure the LXC IPs has been merged upstream. This means that it is no longer needed to patch gitian. Remove that workaround.
-
Wladimir J. van der Laan authored
3d20cd5f VERSION obtained from source instead of the previous git tag. (Warren Togami)
-
Warren Togami authored
Drawback: The version string is no longer a valid git identifier. For this reason the 'g' short hash prefix has been removed. Exception: When building directly from a tag this behaves exactly like the previous behavior. This allows formatting release versions with precision i.e. v0.9.2 This also allows arbitrary topicbranch names i.e. v0.9.1-glibc-compat
-
- 14 Apr, 2014 2 commits
-
-
Wladimir J. van der Laan authored
Got too many complaints that is was unserious and written by trolls. I have also removed the translation from transifex. Fixes #4054 and #3918.
-
super3 authored
Cleaner and easier to read. Reordered by functionality
-
- 12 Apr, 2014 3 commits
-
-
rxl authored
update comments so doxygen will pick them up
-
Wladimir J. van der Laan authored
b698417f Added Blockchain Bootstraping Tutorial (super3)
-
super3 authored
Per @laanwj request in #3724 Fixing Checkpoints Comment Fixed Image Paths Removed requirement. Update Torrent Links. Update Links 2 Link would not work. 2 Small Fixes Changed in to from @laanwj suggestion on safety
-
- 11 Apr, 2014 5 commits
-
-
Wladimir J. van der Laan authored
b1b9c762 Fix bloom filter not to use bit_mask (peryaudo)
-
Wladimir J. van der Laan authored
73288982 Added instructions for when wrong openssl detected after brew link (olalonde)
-
Wladimir J. van der Laan authored
15283971 doc: add note about translations to README.md (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
8414cb04 Doxygen-compatible comments in coding style (Wladimir J. van der Laan)
-
- 10 Apr, 2014 1 commit
-
-
Gregory Maxwell authored
-
- 09 Apr, 2014 8 commits
-
-
Wladimir J. van der Laan authored
219b512d doc: update expected intermediate dependency hashes (Wladimir J. van der Laan) 25d4911e gitian: upgrade miniupnpc input to 1.9 (Wladimir J. van der Laan)
-
Gregory Maxwell authored
When we are over our outbound limit ThreadSocketHandler would try to keep the connection if the peer was addnoded. This didn't actually work for two reasons: It didn't actually run the accept code due to mistaken code flow, and because we have a limited number of outbound semaphores it couldn't actually use the connection. Instead it leaked the socket, which might have caused issue #4034. This patch just takes out the non-functioning white-listing for now.
-
Wladimir J. van der Laan authored
ab643811 Fix a typo in RPC signrawtransaction help (Hector Jusforgues)
-
Wladimir J. van der Laan authored
f3f2cb73 doc: remove versions from build-unix.md, just refer to release-process.md (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
Also move them to release-process.md from gitian-building.md for more visibility.
-
Wladimir J. van der Laan authored
Bumps deps-linux, deps-win dependency versions as well. qt-win does not need to be bumped, as although it depends on deps-win, Qt doesn't use miniupnp. I verified this by rebuilding the dependency and checking the the output is the same. Not having to rebuild Qt is a good thing as it is huge.
-
Wladimir J. van der Laan authored
No one bothers to keep this up to date. Better to refer to another file than give wrong information.
-
Wladimir J. van der Laan authored
71f82bf2 Restart-warning for spendZeroConfChange option (langerhans)
-
- 08 Apr, 2014 9 commits
-
-
Hector Jusforgues authored
-
Wladimir J. van der Laan authored
Bump Qt dependency version after OpenSSL update. Very important. Thanks @michagogo for noting.
-
Wladimir J. van der Laan authored
4a811b00 gitian: upgrade openssl to 1.0.1g for both win and linux (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
ddcd1afc gitian: add statically built variant of bitcoind/bitcoin-cli (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
13a2283a build: Sync ax_boost_base.m4 with upstream. (Cory Fields)
-
Wladimir J. van der Laan authored
633bb8b0 Fixes the broken image in the Gitian Build Guide (Michael Ford)
-
Wladimir J. van der Laan authored
4ae5e721 Show error message if ReadConfigFile fails (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
OpenSSL 1.0.1g fixes CVE-2014-0160. Also bump dependency versions.
-
Michael Ford authored
-
- 07 Apr, 2014 1 commit
-
-
langerhans authored
According to the options model, a restart is required after changing this option. So let's notify the user about it.
-