| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump versions for 0.6.2v0.6.2 | Gavin Andresen | 2012-05-08 | 1 | -2/+2 |
| | | |||||
| * | Bugfix: store source address in addrman | Pieter Wuille | 2012-05-06 | 1 | -1/+1 |
| | | |||||
| * | Fix addrman crashes | Pieter Wuille | 2012-05-06 | 1 | -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 addrman | Pieter Wuille | 2012-05-06 | 1 | -0/+19 |
| | | |||||
| * | Bump version numbers for 0.6.1rc2v0.6.1 | Gavin Andresen | 2012-05-04 | 1 | -1/+1 |
| | | |||||
| * | remove obsolete BackupWallet() entry in wallet.h | Philip Kaufmann | 2012-05-03 | 1 | -1/+0 |
| | | |||||
| * | Merge pull request #1171 from Diapolo/fix_compiler_warn | Jeff Garzik | 2012-05-01 | 2 | -1/+5 |
| |\ | | | | | fix 2 compiler warnings | ||||
| | * | fix compiler warning "suggest parentheses around assignment used as truth | Philip Kaufmann | 2012-05-01 | 1 | -1/+1 |
| | | | | | | | | | value [-Wparentheses]" in util.cpp | ||||
| | * | fix compiler warning "suggest explicit braces to avoid ambiguous "else" | Philip Kaufmann | 2012-05-01 | 1 | -0/+4 |
| | | | | | | | | | [-Wparentheses]" in net.cpp | ||||
| * | | Merge pull request #1177 from laanwj/2012_05_remove_duplicate_securestring | Jeff Garzik | 2012-05-01 | 1 | -8/+0 |
| |\ \ | | | | | | | remove duplicate definition of SecureString in util.h | ||||
| | * | | remove duplicate definition of SecureString in util.h | Wladimir J. van der Laan | 2012-05-01 | 1 | -8/+0 |
| | | | | | | | | | | | | | SecureString was moved to allocators.h in commit 6cb6d623479c5dd42d91de7a4d391078d0800e54 | ||||
| * | | | Merge pull request #1172 from Diapolo/serialize_h_rem_typedef | Wladimir J. van der Laan | 2012-05-01 | 1 | -2/+0 |
| |\ \ \ | |/ / |/| | | remove unused typedef in serialize.h | ||||
| | * | | remove unused typedef in serialize.h | Philip Kaufmann | 2012-05-01 | 1 | -2/+0 |
| | |/ | |||||
| * / | remove references to bitcoin-wx from comment in init.cpp | Philip Kaufmann | 2012-05-01 | 1 | -2/+2 |
| |/ | |||||
| * | Check earlier for blocks with duplicate transactions. Fixes #1167v0.6.1rc2 | Gavin Andresen | 2012-04-30 | 1 | -0/+10 |
| | | |||||
| * | Merge pull request #1139 from Diapolo/messagepage | Wladimir J. van der Laan | 2012-04-29 | 1 | -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 Kaufmann | 2012-04-22 | 1 | -1/+1 |
| | | | | | | | | | missleading | ||||
| * | | Fix critical UI performance issue (#1154) | Wladimir J. van der Laan | 2012-04-29 | 1 | -2/+0 |
| | | | |||||
| * | | Update openssl versionv0.6.1rc1 | Gavin Andresen | 2012-04-27 | 1 | -2/+2 |
| | | | |||||
| * | | Bump version numbers for 0.6.1rc1 | Gavin Andresen | 2012-04-27 | 3 | -6/+2 |
| | | | |||||
| * | | Merge pull request #1151 from freewil/listsinceblock-blockhash | Gavin Andresen | 2012-04-26 | 1 | -2/+2 |
| |\ \ | | | | | | | listsinceblock: rpc param blockid -> blockhash | ||||
| | * | | listsinceblock: rpc param blockid -> blockhash | freewil | 2012-04-26 | 1 | -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/NOPCH | Gavin Andresen | 2012-04-26 | 3 | -3/+3 |
| |\ \ \ | | | | | | | | | Remove unused -DNOPCH | ||||
| | * | | | Remove unused -DNOPCH | Gavin Andresen | 2012-04-25 | 3 | -3/+3 |
| | |/ / | |||||
| * | | | Merge pull request #1152 from freewil/remove-strange-debug | Gavin Andresen | 2012-04-26 | 1 | -1/+0 |
| |\ \ \ | | | | | | | | | remove strange debug message from listsinceblock | ||||
| | * | | | remove strange debug message from listsinceblock | freewil | 2012-04-26 | 1 | -1/+0 |
| | |/ / | |||||
| * | | | Merge pull request #1146 from drizztbsd/posix-include | Pieter Wuille | 2012-04-26 | 1 | -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 Redaelli | 2012-04-25 | 1 | -3/+1 |
| | |/ / | |||||
| * | | | Define TEST_DATA_DIR so unit tests can be run from any current working directory | Gavin Andresen | 2012-04-26 | 5 | -17/+26 |
| | | | | |||||
| * | | | Undo part of c2e8c8ac to fix issue#1148 | Gavin Andresen | 2012-04-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Make lsn_reset ("detach databases") optional and off by default. | Pieter Wuille | 2012-04-26 | 6 | -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-compare | Jeff Garzik | 2012-04-23 | 13 | -64/+74 |
| |\ \ | | | | | | | Address many more sign comparison warnings | ||||
| | * | | Change signed->unsigned at 3 code sites | Jeff Garzik | 2012-04-23 | 3 | -4/+4 |
| | | | | | | | | | | | | | This resolves signed/unsigned comparison warnings. | ||||
| | * | | CBlock::WriteToDisk() properly checks ftell(3) for error return | Jeff Garzik | 2012-04-23 | 1 | -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 comparisons | Jeff Garzik | 2012-04-23 | 8 | -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 value | Jeff Garzik | 2012-04-23 | 1 | -2/+9 |
| | | | | |||||
| | * | | SigOp and orphan-tx constants and counts are always unsigned. | Jeff Garzik | 2012-04-23 | 5 | -23/+23 |
| | | | | | | | | | | | | | Fixes several sign-comparison warnings. | ||||
| | * | | Prefer 'unsigned int' for loop index variables tested against ::size() | Jeff Garzik | 2012-04-22 | 3 | -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. | ||||
| * / | Make GetDataDir return absolute paths | Pieter Wuille | 2012-04-22 | 4 | -7/+12 |
| |/ | |||||
| * | Merge pull request #1124 from sipa/rpcobj3 | Pieter Wuille | 2012-04-21 | 3 | -106/+130 |
| |\ | | | | | extension of #1103: encapsulate mapCommands in CRPCTable | ||||
| | * | Expose CRPCTable via bitcoinrpc.h for testing | Pieter Wuille | 2012-04-21 | 3 | -33/+41 |
| | | | |||||
| | * | Encapsulate mapCommands in class CRPCTable | Pieter Wuille | 2012-04-21 | 1 | -27/+38 |
| | | | |||||
| | * | Encapsulate RPC command dispatch in an array of CRPCCommand's | Jeff Garzik | 2012-04-21 | 1 | -84/+89 |
| | | | |||||
| * | | Merge pull request #1131 from laanwj/2012_04_hexstr | Pieter Wuille | 2012-04-21 | 2 | -9/+25 |
| |\ \ | | | | | | | Integrate @JoelKatz's optimized ToHex (#562) into current HexStr function | ||||
| | * | | Integrate @JoelKatz's optimized ToHex (#562) into current HexStr function | Wladimir J. van der Laan | 2012-04-21 | 2 | -9/+25 |
| | |/ | |||||
| * | | Merge pull request #1129 from laanwj/2012_04_opcodes | Pieter Wuille | 2012-04-21 | 4 | -129/+121 |
| |\ \ | | | | | | | Add explicit numeric constant value for all opcodes | ||||
| | * | | Remove no-longer used UI hints in bitcoin core | Wladimir J. van der Laan | 2012-04-21 | 2 | -9/+1 |
| | | | | | | | | | | | | | The Qt UI has its own associated structures for temporary transaction state / cache. | ||||
| | * | | change type of various bare chars to bool that are only used as bool (and ↵ | Wladimir J. van der Laan | 2012-04-21 | 2 | -5/+5 |
| | | | | | | | | | | | | | never serialized) | ||||
| | * | | Add explicit numeric constant value for all opcodes | Wladimir J. van der Laan | 2012-04-21 | 1 | -115/+115 |
| | |/ | | | | | | | | | - Easier for debugging (what opcode was 0x... again?) - Clarifies that the opcodes are set in stone in the protocol, and signals that it is impossible to insert opcodes in between. | ||||
| * | | Data-drive script evaluation unit tests. | Gavin Andresen | 2012-04-21 | 3 | -0/+253 |
| | | | |||||