aboutsummaryrefslogtreecommitdiffstats
path: root/COPYING
diff options
context:
space:
mode:
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions
'>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* movedobscuren2015-04-191-6/+6
* Merge branch 'fjl-rlp-size-validation' into developobscuren2015-04-1913-233/+481
|\
| * Merge branch 'rlp-size-validation' of https://github.com/fjl/go-ethereum into...obscuren2015-04-1913-233/+481
|/|
| * rlp: require declared number of input elements for array typesFelix Lange2015-04-172-40/+26
| * p2p: make DiscReason bigger than byteFelix Lange2015-04-171-1/+1
| * rlp: stop accepting lists for byte slices and byte arraysFelix Lange2015-04-172-45/+10
| * core/types: add rlp tag "nil" for Transaction.RecipientFelix Lange2015-04-171-1/+1
| * rlp: stricter rules for structs and pointersFelix Lange2015-04-174-52/+148
| * rlp: reject non-minimal input stringsFelix Lange2015-04-172-15/+45
| * rlp: stricter validation of canonical integer formatFelix Lange2015-04-172-42/+93
| * rlp: fix handling of single byte zero when decoding into a pointerFelix Lange2015-04-172-6/+6
| * whisper: fix comment for rlpenvFelix Lange2015-04-171-4/+5
| * p2p/discover: use rlp.DecodeBytesFelix Lange2015-04-171-1/+1
| * rlp: fix integer overflow in list element size validationFelix Lange2015-04-172-2/+5
| * cmd/rlpdump, cmd/utils, eth, p2p, whisper: use rlp input limitFelix Lange2015-04-175-7/+8
| * rlp: check top-level value sizes against input limitFelix Lange2015-04-172-56/+171
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-04-192-6/+4
|\ \
| * \ Merge pull request #749 from fjl/fix-nodekey-persistenceJeffrey Wilcke2015-04-192-6/+4
| |\ \
| | * | crypto: update {Load,Save}ECDSA comments to mention hex encodingFelix Lange2015-04-191-2/+3
| | * | eth: fix node key persistenceFelix Lange2015-04-191-4/+1
* | | | Removed debug printlnobscuren2015-04-191-3/+0
* | | | eth: drop blocks with low TDobscuren2015-04-192-5/+7
* | | | geth: added getBlockRlp for dumping block in rlp formatobscuren2015-04-191-0/+26
* | | | downloader: moved chunk ignoring. Fixes issue with catching upobscuren2015-04-194-31/+44
|/ / /
* | | eth: temp 100% block propagation because of the current state of the netobscuren2015-04-191-2/+2
* | | downloader: defer peer reset after downloadobscuren2015-04-192-4/+8
|/ /
* | downloader: reset hashTtl on receiveobscuren2015-04-191-0/+2
* | Merge branch 'downloader-proto' into developobscuren2015-04-1913-453/+790
|\ \
| * | cleanupobscuren2015-04-191-3/+2
| * | eth: removed debug messages to stdoutobscuren2015-04-191-2/+2
| * | downloader: don't remove peers. keep them aroundobscuren2015-04-193-17/+17
| * | geth: added identity flag which allows to set a custom node nameobscuren2015-04-192-0/+10
| * | Merge branch 'develop' into downloader-protoobscuren2015-04-191-1/+7
| |\ \ | |/ / |/| |
* | | core: merge using equal block numbers rather than the current blockobscuren2015-04-191-1/+7
| * | miner: reverted back to old eventobscuren2015-04-191-1/+1
| * | typoobscuren2015-04-191-1/+1
| * | miner: changed listenerobscuren2015-04-191-1/+1
| * | downloader: free up peers from work when the downloader resetsobscuren2015-04-193-5/+22
| * | downloader: throw an error if there are no peers available for downloadobscuren2015-04-191-6/+16
| * | downloader: fixed a race condition for download statusobscuren2015-04-191-1/+0
| * | eth: adapted to new synchronous api of downloader's AddBlockobscuren2015-04-193-4/+14
| * | downloader: improved downloading and synchronisationobscuren2015-04-194-110/+129
| * | downloader: make sure that hashes are only accepted from the active peerobscuren2015-04-182-20/+54
| * | Merge branch 'develop' into downloader-protoobscuren2015-04-1822-366/+916
| |\ \ | |/ / |/| |
* | | updated ethashobscuren2015-04-182-4/+4
* | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-04-1819-362/+910
|\ \ \
| * \ \ Merge pull request #736 from frozeman/developFelix Lange2015-04-181-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | add extra space to miner iconFabian Vogelsteller2015-04-171-1/+1
| |/ /
| * | Merge pull request #718 from karalabe/whisper-cleanupFelix Lange2015-04-1716-356/+899
| |\ \
| | * | whisper: cleanup lefover scopingPéter Szilágyi2015-04-173-4/+4
| | * | whisper: hide some internal typesPéter Szilágyi2015-04-171-3/+3
| | * | whisper: don't issue signature warning if none presentPéter Szilágyi2015-04-161-0/+5
| | * | whisper: track active peers, add peer cache expiry testPéter Szilágyi2015-04-162-22/+86
| | * | whisper: remove dead code, rename a few constantsPéter Szilágyi2015-04-166-59/+7
| | * | whisper: use async handshakes to handle blocking peersPéter Szilágyi2015-04-153-47/+12
| | * | whisper: remove some unneeded testing complexityPéter Szilágyi2015-04-153-32/+5
| | * | whisper: global message expiration tests, polishesPéter Szilágyi2015-04-153-16/+49
| | * | whisper: mock tests to use simulated peersPéter Szilágyi2015-04-152-71/+55
| | * | whisper: add basic tests for the whiper peersPéter Szilágyi2015-04-142-0/+221
| | * | whisper: shorten constants to TTL and PoWPéter Szilágyi2015-04-145-15/+15
| | * | whisper, xeth/whisper, ui/qt/qwhispe: fix API polish breakagesPéter Szilágyi2015-04-143-20/+19
| | * | whisper: add known message expiration to peers, cleanupPéter Szilágyi2015-04-142-95/+145
| | * | whisper: general cleanups, documentationPéter Szilágyi2015-04-144-129/+146
| | * | whisper: fix anonymous broadcast drop, add broadcast testsPéter Szilágyi2015-04-143-24/+99
| | * | whisper: add utility functions for creating topicsPéter Szilágyi2015-04-143-8/+58
| | * | whisper: push work in progress for bug reportPéter Szilágyi2015-04-132-6/+19
| | * | whisper: start adding integration testsPéter Szilágyi2015-04-131-18/+118
| | * | whisper: clean up and integrate topicsPéter Szilágyi2015-04-137-43/+85
| | * | whisper: separate out magic number from the codePéter Szilágyi2015-04-134-25/+29
| * | | Merge pull request #733 from fjl/p2p-dial-timerJeffrey Wilcke2015-04-171-3/+8
| |\ \ \
| | * | | p2p: fix the dial timerFelix Lange2015-04-171-3/+8
| |/ / /
| * | | Merge pull request #728 from tgerring/issue727Jeffrey Wilcke2015-04-171-2/+2
| |\ \ \
| | * | | Fix call output when emptyTaylor Gerring2015-04-161-2/+2
* | | | | rpc: set from. Closes #742obscuren2015-04-181-0/+2
|/ / / /
| | | * downloader: reset the queue if a peer response with an empty hash setobscuren2015-04-183-15/+37
| | | * eth: ignore NewBlockMsg with lower tdobscuren2015-04-181-2/+3
| | | * core: improved uncle validation error messageobscuren2015-04-181-3/+2
| | | * downloader: all handlers check for isBusyobscuren2015-04-181-7/+7
| | | * eth: fixed proper BroadcastBlock for mined blocksobscuren2015-04-181-1/+1
| | | * geth: bump version numberobscuren2015-04-181-2/+3
| | | * eth: listen for mined blocks and propagate using the protocol managerobscuren2015-04-181-17/+15
| | | * eth: drop blocks that are knownobscuren2015-04-181-0/+6
| | | * eth: additional cleanups to the subprotocol, improved block propagationobscuren2015-04-183-56/+140
| | | * eth: began split up of peers and protocol managerobscuren2015-04-184-388/+369
| | | * Merge branch 'develop' into downloader-protoobscuren2015-04-1843-253/+4347
| | | |\ | |_|_|/ |/| | |
* | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-04-1741-248/+4230
|\ \ \ \
| * \ \ \ Merge pull request #730 from Gustav-Simonsson/update_transaction_testsJeffrey Wilcke2015-04-1741-248/+4230
| |\ \ \ \
| | * | | | Fixes for TransactionTestsGustav Simonsson2015-04-163-41/+53
| | * | | | Update JSON testsGustav Simonsson2015-04-1638-207/+4177
| |/ / / /
* / / / / downloader: fixed a typoobscuren2015-04-171-1/+1
|/ / / /
* | | | downloader: added demotion / promotion in prep. for rep. systemobscuren2015-04-162-0/+25
* | | | downloader: updated downloader and fixed issues with catch upobscuren2015-04-161-21/+47
| | | * eth: basic implementation of the downloaderobscuren2015-04-171-0/+25
| | | * Merge branch 'develop' into downloader-protoobscuren2015-04-16121-1166509/+19667
| | | |\
| | | | * downloader: updated downloader and fixed issues with catch upobscuren2015-04-161-22/+48
| |_|_|/ |/| | |
* | | | core: changed split detection to also account for number less thanobscuren2015-04-161-1/+2
|/ / /
* | | miner: start a newly registered agent if the miner is running. Closes #681obscuren2015-04-152-3/+9
* | | common: Added debug reporterobscuren2015-04-151-0/+20
* | | miner: moved bad uncle logging to ridiculous log level. Closes #720obscuren2015-04-152-2/+7
* | | core: fixed issue for logs filter. Closes #629obscuren2015-04-151-1/+1
* | | core/types: Changed bloom lookup to take anything bytes backedobscuren2015-04-151-2/+6
* | | rpc: changed logging to use glogobscuren2015-04-151-2/+3
* | | geth: fixed failing cli testsobscuren2015-04-151-2/+2
* | | rpc: change eth_protocolVersion to eth_version. Closes #714obscuren2015-04-151-1/+1
* | | geth: added print block to adminobscuren2015-04-141-1/+32
* | | eth: limit the amount of peers that will receive Block/Tx messagesobscuren2015-04-141-2/+3
* | | state: fixed mutex lockesobscuren2015-04-141-2/+14
* | | p2p: added limiter function to limit package broadcastingobscuren2015-04-141-0/+13
* | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-04-146-41/+14
|\ \ \
| * \ \ Merge pull request #704 from fjl/p2p-concurrency-fixupsJeffrey Wilcke2015-04-146-41/+14
| |\ \ \
| | * | | p2p/discover: improve timer handling for reply timeoutsFelix Lange2015-04-141-2/+3
| | * | | p2p/discover: remove unused field Node.activeStampFelix Lange2015-04-132-16/+0
| | * | | p2p: fix unsynchronized map access during Server shutdownFelix Lange2015-04-131-0/+2
| | * | | p2p: fix yet another disconnect hangFelix Lange2015-04-131-22/+8
| | * | | p2p: fix goroutine leak when handshake read failsFelix Lange2015-04-131-1/+1
* | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-04-141-2/+2
|\| | | |
| * | | | Merge pull request #709 from ligi/patch-1Felix Lange2015-04-141-2/+2
| |\ \ \ \
| | * | | | Fix links ligi2015-04-141-2/+2
| |/ / / /
* | | | | core: during split properly insert parent blocksobscuren2015-04-141-1/+32
* | | | | miner: don't break loop when encountering gas limit reach errobscuren2015-04-141-8/+7
* | | | | state: fixed nonce issue in managed stateobscuren2015-04-141-2/+2
|/ / / /
* | | | rpc: removed hash from LogRes. Closes #701obscuren2015-04-141-1/+0
* | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-04-13101-1166413/+19449
|\ \ \ \
| * \ \ \ Merge pull request #702 from ethersphere/frontier/blockpoolJeffrey Wilcke2015-04-1313-366/+370
| |\ \ \ \
| | * | | | blockpool stability fixes:zelig2015-04-1313-366/+370
| | |/ / /
| * | | | Merge pull request #700 from bas-vk/issue_650Jeffrey Wilcke2015-04-136-29/+188
| |\ \ \ \
| | * | | | Added blockchain DB versioning support, closes #650Bas van Kervel2015-04-136-29/+188
| * | | | | Merge pull request #689 from Gustav-Simonsson/add_transaction_testsJeffrey Wilcke2015-04-1374-1165839/+18528
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Enable more tx tests by expecting most common encoding of valuesGustav Simonsson2015-04-102-15/+8
| | * | | | Remove unneeded map assignments for working tx RLP testsGustav Simonsson2015-04-101-7/+0
| | * | | | Add TransactionTests wrapped as Go testsGustav Simonsson2015-04-103-3/+211
| | * | | | Update JSON test filesGustav Simonsson2015-04-10