aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump versions for 0.6.2v0.6.2Gavin Andresen2012-05-085-8/+8
|
* Bugfix: store source address in addrmanPieter Wuille2012-05-061-1/+1
|
* Fix addrman crashesPieter Wuille2012-05-061-2/+5
| | | | | | | | | A function returned the element to remove from a bucket, instead of its position in that bucket. This function was only called when a tried bucket overflowed, which only happens after many outgoing connections have been made. Closes: #1065, #1156
* Add extra asserts to addrmanPieter Wuille2012-05-061-0/+19
|
* Bump version numbers for 0.6.1rc2v0.6.1Gavin Andresen2012-05-044-5/+5
|
* Merge pull request #1188 from Diapolo/rem_BackupWallet_wallet_hGregory Maxwell2012-05-031-1/+0
|\ | | | | remove obsolete BackupWallet() entry in wallet.h
| * remove obsolete BackupWallet() entry in wallet.hPhilip Kaufmann2012-05-031-1/+0
|/
* Merge pull request #1179 from Diapolo/project-fileWladimir J. van der Laan2012-05-011-1/+1
|\ | | | | add bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator)
| * add bitcoin-qt.rc to OTHER_FILES (shown in Qt Creator)Philip Kaufmann2012-05-011-1/+1
| |
* | Merge pull request #1171 from Diapolo/fix_compiler_warnJeff Garzik2012-05-012-1/+5
|\ \ | |/ |/| fix 2 compiler warnings
| * fix compiler warning "suggest parentheses around assignment used as truthPhilip Kaufmann2012-05-011-1/+1
| | | | | | | | value [-Wparentheses]" in util.cpp
| * fix compiler warning "suggest explicit braces to avoid ambiguous "else"Philip Kaufmann2012-05-011-0/+4
| | | | | | | | [-Wparentheses]" in net.cpp
* | Merge pull request #1176 from Diapolo/project-fileWladimir J. van der Laan2012-05-011-1/+1
|\ \ | | | | | | fix DEPENDPATH in the project file, as json has no include sub-dir and src was in twice
| * | fix DEPENDPATH in the project file, as json has no include sub-dir and src ↵Philip Kaufmann2012-05-011-1/+1
| | | | | | | | | | | | was in twice
* | | Merge pull request #1177 from laanwj/2012_05_remove_duplicate_securestringJeff Garzik2012-05-011-8/+0
|\ \ \ | | | | | | | | remove duplicate definition of SecureString in util.h
| * | | remove duplicate definition of SecureString in util.hWladimir J. van der Laan2012-05-011-8/+0
| |/ / | | | | | | | | | SecureString was moved to allocators.h in commit 6cb6d623479c5dd42d91de7a4d391078d0800e54
* | | Merge pull request #1172 from Diapolo/serialize_h_rem_typedefWladimir J. van der Laan2012-05-011-2/+0
|\ \ \ | |/ / |/| | remove unused typedef in serialize.h
| * | remove unused typedef in serialize.hPhilip Kaufmann2012-05-011-2/+0
| |/
* | Merge pull request #1173 from Diapolo/init_cpp_comment_updJeff Garzik2012-05-011-2/+2
|\ \ | |/ |/| remove references to bitcoin-wx from comment in init.cpp
| * remove references to bitcoin-wx from comment in init.cppPhilip Kaufmann2012-05-011-2/+2
|/
* Check earlier for blocks with duplicate transactions. Fixes #1167v0.6.1rc2Gavin Andresen2012-04-301-0/+10
|
* Merge pull request #1139 from Diapolo/messagepageWladimir J. van der Laan2012-04-291-1/+1
|\ | | | | change button tooltip on sign message page for copy to clipboard...
| * change button tooltip on sign message page for copy to clipboard as it was ↵Philip Kaufmann2012-04-221-1/+1
| | | | | | | | missleading
* | Merge pull request #1163 from laanwj/2012_04_uiperformanceissueWladimir J. van der Laan2012-04-291-2/+0
|\ \ | | | | | | Fix critical UI performance issue (#1154)
| * | Fix critical UI performance issue (#1154)Wladimir J. van der Laan2012-04-291-2/+0
|/ /
* | Update openssl versionv0.6.1rc1Gavin Andresen2012-04-271-2/+2
| |
* | Bump win32.deps version number for new opensslGavin Andresen2012-04-272-3/+3
| |
* | Windows build: compile against openssl 1.0.1bGavin Andresen2012-04-274-8/+8
| |
* | Bump version numbers for 0.6.1rc1Gavin Andresen2012-04-278-13/+9
| |
* | Merge pull request #1151 from freewil/listsinceblock-blockhashGavin Andresen2012-04-261-2/+2
|\ \ | | | | | | listsinceblock: rpc param blockid -> blockhash
| * | listsinceblock: rpc param blockid -> blockhashfreewil2012-04-261-2/+2
| | | | | | | | | | | | | | | This is more consistent with the rest of the labeling seen by the user when accessing the rpc commands.
* | | Merge pull request #1150 from gavinandresen/NOPCHGavin Andresen2012-04-263-3/+3
|\ \ \ | | | | | | | | Remove unused -DNOPCH
| * | | Remove unused -DNOPCHGavin Andresen2012-04-253-3/+3
| |/ /
* | | Merge pull request #1152 from freewil/remove-strange-debugGavin Andresen2012-04-261-1/+0
|\ \ \ | | | | | | | | remove strange debug message from listsinceblock
| * | | remove strange debug message from listsinceblockfreewil2012-04-261-1/+0
| |/ /
* | | Merge pull request #1146 from drizztbsd/posix-includePieter Wuille2012-04-261-3/+1
|\ \ \ | | | | | | | | We should include netinet/in.h to use sockaddr_in (POSIX.1-2001)
| * | | We should include netinet/in.h to use sockaddr_in (POSIX.1-2001)Timothy Redaelli2012-04-251-3/+1
| |/ /
* | | Define TEST_DATA_DIR so unit tests can be run from any current working directoryGavin Andresen2012-04-265-17/+26
| | |
* | | Undo part of c2e8c8ac to fix issue#1148Gavin Andresen2012-04-261-1/+1
| | |
* | | Merge pull request #1119 from sipa/fastshutdownPieter Wuille2012-04-266-3/+27
|\ \ \ | |/ / |/| | Make lsn_reset ("detach databases") optional and off by default.
| * | Make lsn_reset ("detach databases") optional and off by default.Pieter Wuille2012-04-266-3/+27
|/ / | | | | | | | | | | | | | | | | | | 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.
* | Merge pull request #1140 from jgarzik/sign-compareJeff Garzik2012-04-2313-64/+74
|\ \ | | | | | | Address many more sign comparison warnings
| * | Change signed->unsigned at 3 code sitesJeff Garzik2012-04-233-4/+4
| | | | | | | | | | | | This resolves signed/unsigned comparison warnings.
| * | CBlock::WriteToDisk() properly checks ftell(3) for error returnJeff Garzik2012-04-231-2/+3
| | | | | | | | | | | | | | | | | | 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.
| * | Add casts for unavoidable signed/unsigned comparisonsJeff Garzik2012-04-238-19/+21
| | | | | | | | | | | | | | | At these code sites, it is preferable to cast rather than change a variable's type.
| * | Test ScriptSigArgsExpected() for error, before accumulating return valueJeff Garzik2012-04-231-2/+9
| | |
| * | SigOp and orphan-tx constants and counts are always unsigned.Jeff Garzik2012-04-235-23/+23
| | | | | | | | | | | | Fixes several sign-comparison warnings.
| * | Prefer 'unsigned int' for loop index variables tested against ::size()Jeff Garzik2012-04-223-14/+14
| |/ | | | | | | | | | | | | | | | | 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.
* | Merge pull request #1133 from sipa/abspathPieter Wuille2012-04-224-7/+12
|\ \ | |/ |/| Make GetDataDir return absolute paths
| * Make GetDataDir return absolute pathsPieter Wuille2012-04-224-7/+12
|/