1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 7 hours ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix compile error. More... almost 13 years ago
Minor formatting change. More... almost 13 years ago
Don't mark outputs that spend to non-wallet addresses as spent. This avoids a problem in the case where you send somebody coins with change and they immediately send you the coins back. Add a unit test to prove the bug is solved. Existing wallets will need to be refreshed. Resolves issue 64. More... almost 13 years ago
Do not callback if nothing to download from peer. Resolves issue 61 More... almost 13 years ago
Clean up exception handling in Peer/PeerGroup. Resolves issue 65 More... almost 13 years ago
Fix a bogus comment in checkMerkleBranch(). More... almost 13 years ago
PeerGroup connect/disconnect callback More... almost 13 years ago
Ensure peer is disconnected in PeerGroup More... almost 13 years ago
Fix PeerGroup.peers iterator synchronization More... almost 13 years ago
PeerGroup fixes for maxConnections and block timestamp More... almost 13 years ago
Clean up Peer exception handling More... almost 13 years ago
Java 5 compatibility - remove some @Override pragmas More... almost 13 years ago
Update repo URLs. Patch from Gary Rowe. More... almost 13 years ago
Merge peergroup branch into trunk More... almost 13 years ago
Default PeerGroup connections now 4 More... almost 13 years ago
Fix IrcDiscovery to not expect the IRC server to return the user list when joining the server automatically. This does not happen for all IRC server implementations. Rather the NAMES command should be sent to ensure that the user list is returned. It also fixes that the returned lines start with a colon that has to be removed before sending the line to the parseUserList method. Patch from Wolfgang Nagele. Resolves issue 50. More... almost 13 years ago
Make the unit tests more realistic and fix two bugs this revealed: 1) Receiving coins regressed after the last optimization. Resolves issue 49. 2) Reorg handling expected to be able to connect all inputs. More... almost 13 years ago
Fix bug in FetchBlock introduced by peergroup merge More... almost 13 years ago
Merge trunk into peerroup More... almost 13 years ago
PeerGroup cleanup 2 More... almost 13 years ago
PeerGroup cleanup More... almost 13 years ago
Add distribution management section to Maven pom.xml. Patch from Gary Rowe. Update issue 13. More... almost 13 years ago
Quick hack to not crash when connected to a node that has less of the chain than we do. Real fix must wait for PeerGroup to land. Resolves issue 44. More... almost 13 years ago
Don't pre-calculate the hash in the Transaction parse code. Speeds up processing of large blocks with no relevant transactions. More... almost 13 years ago
Delete unused setFakeHashForTesting method. More... almost 13 years ago
Optimize chain download further by skipping merkle root verification unless there are transactions relevant to a wallet in the block. Refactor some code out of WalletTest into a new static TestUtils class. More... almost 13 years ago
PeerGroup - fix copyright and text More... almost 13 years ago
PeerGroup first draft - new files More... almost 13 years ago
PeerGroup first draft More... almost 13 years ago
Store 2050 blocks in the BoundedOverheadBlockStore memory cache. This eliminates the delay on difficulty transitions. We now regularly hit 500 blocks per second, ie, we are sender-constrained. More... almost 13 years ago