- 01 May, 2014 5 commits
-
-
Wladimir J. van der Laan authored
Run this script from the root of the repository to update all translations from transifex. It will do the following automatically: - create a transifex configuration file - fetch all translations - post-process them into valid and committable format
-
Wladimir J. van der Laan authored
This is a project-wide configuration file and should be the same for everyone. Also remove mention of creating it yourself from the translation process.
-
Wladimir J. van der Laan authored
8abfb990 Add CLIENT_VERSION_REVISION to mac osx info plist (Michael Ford)
-
Wladimir J. van der Laan authored
40c5b939 [Qt] Optionally add third party links to transaction context menu (Cozz Lovan)
-
Wladimir J. van der Laan authored
6b29ccc9 Correct indentation (R E Broadley)
-
- 30 Apr, 2014 3 commits
-
-
Wladimir J. van der Laan authored
1cc7f54a use standard __func__ instead of __PRETTY_FUNCTION__ (Philip Kaufmann)
-
Philip Kaufmann authored
-
R E Broadley authored
-
- 29 Apr, 2014 1 commit
-
-
Wladimir J. van der Laan authored
Update English translation from source code, and pull other translations from Transifex.
-
- 27 Apr, 2014 4 commits
-
-
Wladimir J. van der Laan authored
d282c1fb [Qt] catch Windows shutdown events while client is running (Philip Kaufmann)
-
Wladimir J. van der Laan authored
74fc254c devtools: add script to check symbols from Linux gitian executables (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
6e40fcf4 Update contrib/debian for autotools, among a few other tweaks (Matt Corallo)
-
Matt Corallo authored
-
- 25 Apr, 2014 2 commits
-
-
Cozz Lovan authored
-
Wladimir J. van der Laan authored
Add a script to check that the (Linux) executables produced by gitian only contain allowed gcc, glibc and libstdc++ version symbols. This makes sure they are still compatible with the minimum supported Linux distribution versions.
-
- 24 Apr, 2014 3 commits
-
-
Michael Ford authored
-
Wladimir J. van der Laan authored
0caf2b18 Add MESSAGE_START_SIZE from chainparams when loading blocks from external files. (Simon de la Rouviere)
-
Simon de la Rouviere authored
-
- 23 Apr, 2014 5 commits
-
-
Wladimir J. van der Laan authored
b39a07dc Add missing AssertLockHeld in ConnectBlock (Wladimir J. van der Laan) 41106a50 qt: get required locks upfront in polling functions (Wladimir J. van der Laan) ed671005 Add required locks in tests (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
bb1f1c90 [Qt] importwallet progress (Cozz Lovan)
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
This avoids the GUI from getting stuck on periodical polls if the core is holding the locks for a longer time - for example, during a wallet rescan.
-
Wladimir J. van der Laan authored
Unit tests with DEBUG_LOCKORDER were running into assertions.
-
- 22 Apr, 2014 6 commits
-
-
Cozz Lovan authored
-
Wladimir J. van der Laan authored
05c20a55 build: add symbol for upcoming gcc 4.9's libstdc++ (Cory Fields) 49a3352c gitian-linux: --enable-glibc-back-compat (Warren Togami) d5aab704 build: add an option for enabling glibc back-compat (Cory Fields) ffc6b678 build: add glibc/libstdc++ back-compat stubs (Cory Fields)
-
Wladimir J. van der Laan authored
0f635044 Changed bitrpc.py's raw_input to getpass for passwords to conceal characters during command line input. Getpass is in Python stdlib so no additional dependencies required. (Eric S. Bullington)
-
Wladimir J. van der Laan authored
55a1db4f Solve chainActive-related locking issues (Wladimir J. van der Laan) e07c943c Add AssertLockHeld for cs_main to ChainActive-using functions (Wladimir J. van der Laan)
-
Gregory Maxwell authored
Remove dependency of base58 on OpenSSL
-
Pieter Wuille authored
This removes the bignum/OpenSSL dependency. The base58 transformation code is also moved to a separate .cpp file.
-
- 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 2 commits
-
-
Gregory Maxwell authored
Prevent socket leak in ThreadSocketHandler.
-
Wladimir J. van der Laan authored
- In wallet and GUI code LOCK cs_main as well as cs_wallet when necessary - In main.cpp SendMessages move the TRY_LOCK(cs_main) up, to encompass the call to IsInitialBlockDownload. - Make ActivateBestChain, AddToBlockIndex, IsInitialBlockDownload, InitBlockIndex acquire the cs_main lock Fixes #3997
-
- 17 Apr, 2014 2 commits
-
-
Wladimir J. van der Laan authored
All functions that use ChainActive but do not aquire the cs_main lock themselves, need to be called with the cs_main lock held. This commit adds assertions to all externally callable functions that use chainActive or chainMostWork. This will flag usages when built with -DDEBUG_LOCKORDER.
-
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
-