date | project | content | link |
|---|
| 21:02 yesterday | hearn-bitcoinj | Commit by Mike Hearn <hearn@google.com> :: r cbf60e10566561ebfd9c40e850a1a44fe0b973b6 /src/com/google/bitcoin/core/Peer.java: ( link) Clamp the blocksLeft parameter of the PeerEventListener.onBlocksDownloaded() callback to zero. It was being set from the difference between chain height and peer advertised chain height, which can legitimately be negative, but this is confusing and resulted in a bug in DownloadListener which could cause it to never correctly flag the end of chain download. Resolves issue 86. | # |
| 20:36 yesterday | hearn-bitcoinj | Commit by Mike Hearn <hearn@google.com> :: r 5fde54e8e391f25c02f4a7ef64c2168842042417 /src/com/google/bitcoin/utils/BriefLogFormatter.java: ( link) Add an initVerbose() method to BriefLogFormatter. Note: this does not actually appear to work :( | # |
| 20:36 yesterday | hearn-bitcoinj | Commit by Mike Hearn <hearn@google.com> :: r 57d518aba93a00a37b3a438f0cbe1cd6fe518cd8 / (2 files in 2 dirs): ( link) Fix an issue in block chain handling, whereby a duplicate block received that was not the chain head could result in wallet corruption and bogus "block forks the chain" messages. Resolves issue 135. | # |
| 19:48 yesterday | hearn-bitcoinj | Commit by Mike Hearn <hearn@google.com> :: r a70c868f3f6d24d24c7f82158a8e2cb65a448ed8 /README: ( link) Update the README to use correct capitalization of Bitcoin and reference the wallet-tool script. | # |
| 19:48 yesterday | hearn-bitcoinj | Commit by Mike Hearn <hearn@google.com> :: r 1d772a059f828b9185ec22b6b7ce39e2b8d62925 /wallet-tool: ( link) Add a little shell script that invokes WalletTool via maven. | # |
| 19:47 yesterday | hearn-bitcoinj | Commit by Mike Hearn <hearn@google.com> :: r 5bc9e499410058238933d1ba559f05e22ae6579c /src/com/google/bitcoin/core/Wallet.java: ( link) Lower the level of a spammy log line. | # |
| 19:47 yesterday | hearn-bitcoinj | Commit by Mike Hearn <hearn@google.com> :: r d08f2f78084c9a8b508659627ba9d5b981510eba /src/com/google/bitcoin/tools/WalletTool.java: ( link) WalletTool: allow specification of debug levels and force a particular peer to be used. Add a bit of logging to WalletTool itself. | # |
| 19:46 yesterday | hearn-bitcoinj | Commit by Mike Hearn <hearn@google.com> :: r 2c93dfba324e7660e593fea49cf361a5731c1b8a /src/com/google/bitcoin/core/PeerAddress.java: ( link) More JavaDocs for PeerAddress and default the port for the prodnet rather than zero, which is pretty useless. | # |
| 19:46 yesterday | hearn-bitcoinj | Commit by Mike Hearn <hearn@google.com> :: r 1204a901e6c10b337ecb29c24322aca5d77b6dba /src/com/google/bitcoin/core/DownloadListener.java: ( link) Make the semaphore in DownloadListener private | # |
| 18:17 yesterday | smw-tas | Commit by bahamete@gmail.com :: r 13 /trunk/movies/TSRPR/tsrpr-100p-bahamete.smv: ( link) Finished both exits of MONTY MONUMENT. | # |
| 17:12 yesterday | budabot2 | Commit by joyer83@gmail.com :: r 2416 /trunk/core/AccessLevel.class.php: ( link) Fixed guild admin options not working. | # |
| 16:35 yesterday | lavfilters | Commit by Hendrik Leppkes <h.leppkes@gmail.com> :: r b5962e3c365bc7116a269d3d89fc8705a9533054 /decoder/LAVAudio/LAVAudio.rc: ( link) Fix typo | # |
| 16:12 yesterday | lavfilters | Commit by Hendrik Leppkes <h.leppkes@gmail.com> :: r 0d1302f26fae61630269183c3495e24b3ad3a2e1 /decoder/LAVAudio/ (LAVAudio.cpp LAVAudio.h): ( link) Fix seeking in interleaved RealAudio. | # |
| 16:12 yesterday | lavfilters | Commit by Hendrik Leppkes <h.leppkes@gmail.com> :: r 7bfcf69af50214e0dcff6f04ebe07e8e2545807e /: ( link) Fix seeking in interleaved RealAudio. | # |
| 14:18 yesterday | l-smash | Commit by Yusuke Nakamura <muken.the.vfrmaniac@gmail.com> :: r dadaac805cc47e1220eaff9e292a99797e53775a /importer.c: ( link) H.264 importer: Handle negative POCs. | # |
| 14:18 yesterday | l-smash | Commit by Yusuke Nakamura <muken.the.vfrmaniac@gmail.com> :: r c95dc139a5aff60c53d1075ea4fad07254d4ef29 /importer.c: ( link) H.264 importer: Handle negative POCs. | # |
| 21:41 Sunday | hearn-bitcoinj | Commit by Mike Hearn <hearn@google.com> :: r dec8d5aeb8c9cf806d693fb8cf57cca506950516 / (3 files in 3 dirs): ( link) Fix a minor bug in Peer.java where it wasn't always correctly constructing the block locator. Resolves issue 138. Bug found by Vasile Rotaru. | # |
| 21:14 Sunday | hearn-bitcoinj | Commit by Mike Hearn <hearn@google.com> :: r cfd06195a0edbda78e114beaf5a98ff1b858937a /src/com/google/bitcoin/tools/WalletTool.java: ( link) WalletTool: allow control of logging from the command line. Change how block chain download is waited for. | # |
| 21:13 Sunday | hearn-bitcoinj | Commit by Mike Hearn <hearn@google.com> :: r 11dcb0a682a83e8ad19b54d5a46c9037280cf43f /src/com/google/bitcoin/core/BlockChain.java: ( link) Log chain height in BlockChain c'tor | # |
| 22:52 Thursday | hearn-bitcoinj | Commit by Miron Cuperman <miron+code@google.com> :: r af826772c51ec3eb6965a604ea0c8345d0d05fbb / (6 files in 3 dirs): ( link) Fast shutdown for PeerGroup.
Concurrency safe peerDiscoverers
Resolves issue 118. | # |