aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1321 from karalabe/cut-it-open-3000Jeffrey Wilcke2015-06-25366-330446/+12611
|\ | | | | Metrics collecting and reporting support
| * Godeps: remove mist remnants, add termui depsPéter Szilágyi2015-06-24318-330446/+7180
| |
| * godeps: pull in go-metricsPéter Szilágyi2015-06-2449-0/+5431
| |
* | Update Ethash GodepsGustav Simonsson2015-06-245-19/+54
|/
* Update ethash Godep (again)Gustav Simonsson2015-06-173-12/+23
|
* Update ethash GodepGustav Simonsson2015-06-1616-13958/+76
|
* Godeps: update github.com/huin/goupnp to 5cff77a69fb22f5Felix Lange2015-06-052-4/+7
| | | | This includes a fix adding a timeout to router discovery requests.
* Godeps: add github.com/davecgh/go-spewFelix Lange2015-05-2516-0/+5776
|
* Merge pull request #960 from fjl/nat-fixesJeffrey Wilcke2015-05-14138-1/+189186
|\ | | | | p2p/nat: fix UPnP auto discovery
| * Godeps: bump github.com/huin/goupnp to c57ae84Felix Lange2015-05-14138-1/+189186
| |
* | Make read of ethash hashrate atomic and update ethash godepGustav Simonsson2015-05-143-108/+45
|/
* Merge pull request #863 from karalabe/ordered-block-downloadJeffrey Wilcke2015-05-086-0/+471
|\ | | | | eth/downloader: prioritize block fetch based on chain position, cap memo...
| * eth/downloader: fix priority queue reset, add throttling testPéter Szilágyi2015-05-075-21/+63
| |
| * eth/downloader: prioritize block fetch based on chain position, cap memory usePéter Szilágyi2015-05-076-0/+429
| |
* | Update ethash deps (more build fixes, tests)Gustav Simonsson2015-05-088-21/+65
|/
* Add ethash linux & windows build fixesGustav Simonsson2015-05-065-10/+11
|
* Update ethash Godeps filesGustav Simonsson2015-05-0539-2353/+3369
|
* cmd/geth: fix #853 colorize console output in windowsPéter Szilágyi2015-05-059-0/+751
|
* godeps: update leveldb and snappy, dump serpent-goPéter Szilágyi2015-04-28155-10106/+7571
|
* updated ethashobscuren2015-04-182-4/+4
|
* Updated ethashobscuren2015-04-0716-261/+315
|
* updated ethash. closes 646obscuren2015-04-062-3/+2
|
* Update ethashobscuren2015-04-0521-128/+745
|
* Update GodepsTaylor Gerring2015-03-3016-0/+954
|
* updated ethashobscuren2015-03-2516-1109/+239
|
* updated depsobscuren2015-03-2525-288/+1194
|
* Update ethash libGustav Simonsson2015-03-2419-1674/+1268
|
* Merge pull request #536 from zsfelfoldi/developJeffrey Wilcke2015-03-23137-13101/+4953
|\ | | | | using robertkrimen/otto, godeps updated
| * using robertkrimen/otto, godeps updatedzsfelfoldi2015-03-20137-13101/+4953
| |
* | fixed ethashobscuren2015-03-202-4/+4
| |
* | updated ethashobscuren2015-03-2016-237/+1107
|/
* Moved ethutil => commonobscuren2015-03-161-3/+3
|
* updated godep ethashobscuren2015-03-162-4/+6
|
* Updated ethashobscuren2015-03-1430-597/+1254
|
* Godeps: bump github.com/codegangsta/cliFelix Lange2015-03-105-11/+42
|
* updated ethashobscuren2015-03-082-4/+2
|
* Merge pull request #433 from fjl/newcliFelix Lange2015-03-0647-2266/+6034
|\ | | | | Improved CLI
| * Godeps: add github.com/peterh/linerFelix Lange2015-03-0622-0/+2579
| |
| * cmd/ethereum: improve command line interfaceFelix Lange2015-03-0618-0/+3455
| | | | | | | | | | | | | | | | | | | | The ethereum command line interface is now structured using subcommands. These separate the different tasks it can perform. Almost all flag names are backwards compatible. The key tasks have not been ported to subcommands since they will be replaced by the new accounts infrastructure very soon.
| * Godeps: delete golang.org/x/net/websocketFelix Lange2015-03-069-2266/+0
| | | | | | | | It is no longer imported by any package in our tree.
* | Godeps: bump github.com/ethereum/ethashFelix Lange2015-03-0663-2534/+3271
|/ | | | This fixes the build.
* Introducing ethashMatthew Wampler-Doty2015-03-0338-0/+17321
|
* Update godepsTaylor Gerring2015-02-2610-42/+60
|
* p2p/nat: switch to github.com/huin/goupnpFelix Lange2015-02-1722-30/+29
| | | | My temporary fix was merged upstream.
* crypto: switch to golang.org/x/cryptoFelix Lange2015-02-178-249/+8
| | | | | code.google.com/p/go.crypto is deprecated and will cause problems in future versions of Go.
* rpc/ws: switch to golang.org/x/netFelix Lange2015-02-179-9/+95
| | | | | code.google.com/p/go.net is deprecated and will cause problems in future versions of Go.
* p2p: fix ecies dependency in testsFelix Lange2015-02-178-1709/+1
| | | | | We forgot to update this reference when moving ecies into the go-ethereum repo.
* Update obscuren/qml revisionTaylor Gerring2015-02-172-1/+3
|
* Add versioned dependencies from godepTaylor Gerring2015-02-16667-0/+435414