aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/mget
ModeNameSize
-rw-r--r--Makefile712logstatsplainblame
-rw-r--r--distinfo127logstatsplainblame
-rw-r--r--pkg-descr387logstatsplainblame
d>53-570/+3978 | * vendor, crypto, swarm: switch over to upstream sha3 packageDave McGregor2019-01-0416-0/+1750 | * vendor: vendor/github.com/mattn/go-isatty - add missing files (reported by ↵HackyMiner2019-01-032-0/+40 | | | | mksully22) (#18376) * vendor: update github.com/karalabe/hid (#18213)Felix Lange2018-11-304-12/+12 | | | | Fixes #15101 because hidapi is no longer being called from an init function. * vendor: update leveldbMartin Holst Swende2018-11-2911-68/+76 | * cmd, core, eth, light, trie: add trie read caching layerPéter Szilágyi2018-11-1518-0/+1430 | * accounts/abi/bind: stop using goimports in the binding generator (#17768)Jeremy Schlatter2018-10-0612-11399/+0 | * internal/debug: support color terminal for cygwin/msys2 (#17740)HackyMiner2018-09-2912-146/+324 | | | | | - update go-colorable, go-isatty, go-runewidth packages - use go-isatty instead of log/term and remove log/term package * core, eth, trie: use common/prque (#17508)Wenbiao Zheng2018-09-035-297/+0 | * vendor: github.com/rjeczalik/notify update to master (#17527)Anton Evangelatov2018-08-284-29/+6 | * vendor: update rjeczalik/notify so that it compiles on go1.11 (#17467)Jeremy Schlatter2018-08-2112-82/+143 | * crypto/bn256: fix issues caused by Go 1.11Péter Szilágyi2018-08-1613-0/+259 | * internal, vendor: update Azure blobstore APIPéter Szilágyi2018-07-2597-8103/+14800 | * all: switch out defunct set library to different one (#16873)Ralph Caraveo III2018-07-1611-777/+1002 | | | | | | * keystore, ethash, eth, miner, rpc, whisperv6: tech debt with now defunct set. * whisperv5: swap out gopkg.in/fatih/set.v0 with supported set * swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)Anton Evangelatov2018-07-13120-0/+21038 | | | | | | * swarm: propagate ctx, enable opentracing * swarm/tracing: log error when tracing is misconfigured * vendor, ethdb: resume write operation asap (#17144)gary rong2018-07-125-143/+269 | | | | | | * vendor: update leveldb * ethdb: remove useless warning log * cmd, dashboard, log: log collection and exploration (#17097)Kurkó Mihály2018-07-114-0/+160 | | | | | | | | | | | | * cmd, dashboard, internal, log, node: logging feature * cmd, dashboard, internal, log: requested changes * dashboard, vendor: gofmt, govendor, use vendored file watcher * dashboard, log: gofmt -s -w, goimports * dashboard, log: gosimple * vendor: update docker/docker/pkg/reexec so that it compiles on OpenBSD (#17084)Fabian Raetz2018-07-026-16/+18 | * vendor: added vendor packages necessary for the swarm-network-rewrite merge ↵Elad2018-06-0530-623/+29663 | | | | | | | | (#16792) * vendor: added vendor packages necessary for the swarm-network-rewrite merge into ethereum master * vendor: removed multihash deps * vendor, ethdb: print warning log if leveldb is performing compaction (#16766)gary rong2018-05-223-4/+79 | | | | | | | | * vendor: update leveldb package * ethdb: print warning log if db is performing compaction * ethdb: update annotation and log * vendor: fix leveldb crash when bigger than 1 TiBtimothy2018-05-023-29/+33 | * cmd/geth, mobile: add memsize to pprof server (#16532)Felix Lange2018-04-2310-0/+804 | | | | | | | | * cmd/geth, mobile: add memsize to pprof server This is a temporary change, to be reverted before the next release. * cmd/geth: fix variable name * vendor: update elastic/gosigar so that it compiles on OpenBSD (#16542)Fabian Raetz2018-04-2212-7/+98 | * cmd, ethdb, vendor: integrate leveldb iostats (#16277)Kurkó Mihály2018-03-088-37/+104 | | | | | | | | | | | | * cmd, dashboard, ethdb, vendor: send iostats to dashboard * ethdb: change names * ethdb: handle parsing errors * ethdb: handle iostats syntax error * ethdb: r -> w * vendor: bump duktape to get rid of build warningPéter Szilágyi2018-03-073-5/+6 | * metrics: pull library and introduce ResettingTimer and InfluxDB reporter ↵Anton Evangelatov2018-02-2345-3728/+4781 | | | | | | | | | | | | | | | | | | | | (#15910) * go-metrics: fork library and introduce ResettingTimer and InfluxDB reporter. * vendor: change nonsense/go-metrics to ethersphere/go-metrics * go-metrics: add tests. move ResettingTimer logic from reporter to type. * all, metrics: pull in metrics package in go-ethereum * metrics/test: make sure metrics are enabled for tests * metrics: apply gosimple rules * metrics/exp, internal/debug: init expvar endpoint when starting pprof server * internal/debug: tiny comment formatting fix * vendor: update rjeczalik/notify so that it compiles on go1.10Anton Evangelatov2018-02-174-29/+6 | * vendor: update leveldb to 211f780 (poolfix) (#15988)Martin Holst Swende2018-01-295-22/+27 | * dashboard: CPU, memory, diskIO and traffic on the footer (#15950)Kurkó Mihály2018-01-2490-0/+9396 | | | | | | | | | | | | | | | | | | | | | | | | | | * dashboard: footer, deep state update * dashboard: resolve asset path * dashboard: prevent state update on every reconnection * dashboard: fix linter issue * dashboard, cmd: minor UI fix, include commit hash * dashboard: gitCommit renamed to commit * dashboard: move the geth version to the right, make commit optional * dashboard: memory, traffic and CPU on footer * dashboard: fix merge * dashboard: CPU, diskIO on footer * dashboard: rename variables, use group declaration * dashboard: docs * vendor: update github.com/rjeczalik/notify (#15801)Felix Lange2018-01-03