- 11 Apr, 2012 2 commits
-
-
Pieter Wuille authored
For Qt builds, the build.h file is moved to build/build.h. For regular builds, it is moved to obj/build.h. This allows the Qt build to be done in a different directory than the source, and without interfering with other builds.
-
Pieter Wuille authored
-
- 10 Apr, 2012 4 commits
-
-
Pieter Wuille authored
Build identification strings
-
Wladimir J. van der Laan authored
Show error message instead of exception crash when unable to bind RPC port
-
Pieter Wuille authored
All client version information is moved to version.cpp, which optionally (-DHAVE_BUILD_INFO) includes build.h. build.h is automatically generated on supporting platforms via contrib/genbuild.sh, using git describe. The git export-subst attribute is used to put the commit id statically in version.cpp inside generated archives, and this value is used if no build.h is present. The gitian descriptors are modified to use git archive instead of a copy, to create the src/ directory in the output. This way, src/src/version.cpp will contain the static commit id. To prevent gitian builds from getting the "-dirty" marker in their git-describe generated identifiers, no touching of files or running sed on the makefile is performed anymore. This does not seem to influence determinism.
-
Pieter Wuille authored
Trivial: added comment lines in French & Turkish
-
- 09 Apr, 2012 3 commits
-
-
Pieter Wuille authored
Use scoped locks instead of CRITICAL_BLOCK
-
cardpuncher authored
-
-
- 08 Apr, 2012 3 commits
-
-
Pieter Wuille authored
-
Pieter Wuille authored
-
Pieter Wuille authored
-
- 06 Apr, 2012 10 commits
-
-
Gregory Maxwell authored
Cleanup: Replace "URL" with "URI" where we aren't actually working with URLs
-
Luke Dashjr authored
-
Wladimir J. van der Laan authored
Fixes issue #875
-
Philip Kaufmann authored
-
Philip Kaufmann authored
-
Philip Kaufmann authored
-
Philip Kaufmann authored
-
Pieter Wuille authored
Condition variables instead of polling
-
Gregory Maxwell authored
Change sign message bitcoin address tooltip to "The address to sign the ...
-
graingert authored
-
- 05 Apr, 2012 14 commits
-
-
Gavin Andresen authored
Document strlcpy.h in assets-attribution.txt since it isn't MIT-licensed
-
Luke Dashjr authored
-
Pieter Wuille authored
Flush on log size instead of transaction count
-
Pieter Wuille authored
-
Gavin Andresen authored
removed obsolete boost workaround (boost ticket #4258)
-
Gavin Andresen authored
Remove USE_SSL #define
-
Gavin Andresen authored
Enable addmultisigaddress RPC call for main network
-
Gavin Andresen authored
Remove half-implemented publish/subscribe system
-
Gavin Andresen authored
Add ifdef RELEASE to makefile.osx as the compile-for-older-macs flags
-
Gregory Maxwell authored
Fix #955: Verify status of encrypt/decrypt calls to detect failed padding
-
Philip Kaufmann authored
-
Wladimir J. van der Laan authored
small misc syntactic fixes
-
Gavin Andresen authored
-
Pieter Wuille authored
-
- 04 Apr, 2012 4 commits
-
-
Philip Kaufmann authored
-
Philip Kaufmann authored
-
Gavin Andresen authored
-
Gavin Andresen authored
-