- 05 May, 2012 1 commit
-
-
Wladimir J. van der Laan authored
-
- 01 May, 2012 9 commits
-
-
Jeff Garzik authored
fix 2 compiler warnings
-
Wladimir J. van der Laan authored
fix DEPENDPATH in the project file, as json has no include sub-dir and src was in twice
-
Jeff Garzik authored
remove duplicate definition of SecureString in util.h
-
Wladimir J. van der Laan authored
remove unused typedef in serialize.h
-
Wladimir J. van der Laan authored
SecureString was moved to allocators.h in commit 6cb6d623
-
Philip Kaufmann authored
-
Jeff Garzik authored
remove references to bitcoin-wx from comment in init.cpp
-
Philip Kaufmann authored
value [-Wparentheses]" in util.cpp
-
Philip Kaufmann authored
[-Wparentheses]" in net.cpp
-
- 30 Apr, 2012 3 commits
-
-
Philip Kaufmann authored
-
Philip Kaufmann authored
-
Gavin Andresen authored
-
- 29 Apr, 2012 3 commits
-
-
Wladimir J. van der Laan authored
change button tooltip on sign message page for copy to clipboard...
-
Wladimir J. van der Laan authored
Fix critical UI performance issue (#1154)
-
Wladimir J. van der Laan authored
-
- 27 Apr, 2012 4 commits
-
-
Gavin Andresen authored
-
Gavin Andresen authored
-
Gavin Andresen authored
-
Gavin Andresen authored
-
- 26 Apr, 2012 9 commits
-
-
Gavin Andresen authored
listsinceblock: rpc param blockid -> blockhash
-
Gavin Andresen authored
Remove unused -DNOPCH
-
Gavin Andresen authored
remove strange debug message from listsinceblock
-
Pieter Wuille authored
We should include netinet/in.h to use sockaddr_in (POSIX.1-2001)
-
freewil authored
-
freewil authored
This is more consistent with the rest of the labeling seen by the user when accessing the rpc commands.
-
Gavin Andresen authored
-
Gavin Andresen authored
-
Pieter Wuille authored
Make lsn_reset ("detach databases") optional and off by default.
-
- 25 Apr, 2012 3 commits
-
-
Gavin Andresen authored
-
Pieter Wuille authored
Add an option -detachdb (and entry in OptionDialog), without which no lsn_reset is called on addr.dat and blkindex.dat. That means these files cannot be moved to a new environment, but shutdown can be significantly faster. The wallet file is always lsn_reset'ed. -detachdb corresponds to the old behaviour, though it is off by default now to speed up shutdowns.
-
Timothy Redaelli authored
-
- 24 Apr, 2012 1 commit
-
-
Jeff Garzik authored
Address many more sign comparison warnings
-
- 23 Apr, 2012 5 commits
-
-
Jeff Garzik authored
This resolves signed/unsigned comparison warnings.
-
Jeff Garzik authored
Rather than storing ftell(3)'s return value -- a long -- in an unsigned int, we store and check a properly typed temp. Then, assured a non-negative value, we store in nBlockPosRet.
-
Jeff Garzik authored
At these code sites, it is preferable to cast rather than change a variable's type.
-
Jeff Garzik authored
-
Jeff Garzik authored
Fixes several sign-comparison warnings.
-
- 22 Apr, 2012 2 commits
-
-
Pieter Wuille authored
Make GetDataDir return absolute paths
-
Jeff Garzik authored
C++ STL ::size() generally returns unsigned, which implies that "int idx" style of loop variable will generate a signed-vs-unsigned comparison warning when testing the loop exit condition "idx < blah.size()" Update areas of the bitcoin code where loop variables may be more properly and correctly defined as unsigned.
-