aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-MIME-Lite/distinfo
diff options
context:
space:
mode:
Diffstat (limited to 'mail/p5-MIME-Lite/distinfo')
0 files changed, 0 insertions, 0 deletions
4 +0800'>2018-11-151-1/+1 * | les: fix pubkey index typo (#18093)Sheldon2018-11-151-1/+1 |/ * consensus/clique: fix comment typo (#18103)mr_franklin2018-11-141-1/+1 * rpc: fix package doc typo (#18101)Kenso Trabing2018-11-141-1/+1 * rpc: fix example typo (#18100)Kenso Trabing2018-11-141-1/+1 * params, swarm: begin Geth v1.8.19 and Swarm v0.3.7 cyclePéter Szilágyi2018-11-142-8/+8 * params, swarm: release Geth v1.8.18 and Swarm v0.3.6v1.8.18Péter Szilágyi2018-11-142-8/+8 * cmd/swarm, swarm/api/http, swarm/bmt, swarm/fuse, swarm/network/stream, swarm...Alexey Sharov2018-11-1424-362/+202 * Merge pull request #18097 from karalabe/update-chts-2Péter Szilágyi2018-11-141-12/+12 |\ | * params: update CHTsPéter Szilágyi2018-11-141-12/+12 * | swarm/storage: fix garbage collector index skew (#18080)Ferenc Szabo2018-11-134-54/+268 |/ * eth: fix minor grammar issue in comment (#18091)mr_franklin2018-11-131-1/+1 * github: format code owners file (#18090)mr_franklin2018-11-131-3/+3 * swarm/storage: fix access count on dbstore after cache hit (#17978)Ferenc Szabo2018-11-134-17/+138 * core: fix default trie cache limit (#17860)gary rong2018-11-131-1/+1 * p2p/simulations, swarm/network: Custom services in snapshot (#17991)lash2018-11-123-12/+118 * Imply that SwarmApiFlag is the API endpoint to connect to, not to listen on (...Andrew Chiw2018-11-121-1/+1 * rawdb: remove unused parameter for WritePreimages func (#18059)Corey Lin2018-11-094-7/+6 * metrics, p2p: add ephemeral registry (#18067)Kurkó Mihály2018-11-092-3/+6 * core/state: remove lock (#18065)Felix Lange2018-11-091-6/+0 * consensus: extend getWork API with block number (#18038)gary rong2018-11-084-8/+12 * ethclient: include block hash from FilterQuery (#17996)tamirms2018-11-082-11/+145 * event/filter: delete unused package (#18063)Felix Lange2018-11-083-203/+0 * Merge pull request #17982 from holiman/polish_contantinople_extcodehashPéter Szilágyi2018-11-081-1/+6 |\ | * core/vm: check empty in extcodehashMartin Holst Swende2018-10-261-1/+6 * | internal/web3ext: add eth.getProof (#18052)Ryan Schneider2018-11-081-0/+6 * | common/compiler: capture runtime code and source maps (#18020)JoranHonig2018-11-081-8/+16 * | core/vm, eth/tracers: use pointer receiver for GetRefund (#18018)Corey Lin2018-11-082-2/+2 * | eth, p2p: fix comment typos (#18014)Corey Lin2018-11-082-2/+2 * | p2p: fix comment typo (#18027)Liang Ma2018-11-081-1/+1 * | event, event/filter: minor code cleanup (#18061)Corey Lin2018-11-082-6/+6 * | p2p: use enode.ID type in metered connection (#17933)Kurkó Mihály2018-11-081-6/+5 * | swarm, cmd/swarm: address ineffectual assignments (#18048)Anton Evangelatov2018-11-0820-24/+61 * | swarm/network: light nodes are not dialed, saved and requested from (#17975)Mark Vujevits2018-11-084-13/+153 * | eth/downloader: speed up tests by generating chain only once (#17916)Felix Lange2018-11-073-560/+519 * | swarm/api: Fix #18007, missing signature should return HTTP 400 (#18008)Javier Peletier2018-11-072-6/+38 * | eth/downloader: remove the expired id directly (#17963)Wenbiao Zheng2018-11-071-4/+3 * | signer: remove ineffectual assignments (#18049)Martin Holst Swende2018-11-072-7/+7 * | core, eth/downloader: fix validation flaw, fix downloader printout flaw (#17974)Martin Holst Swende2018-11-072-6/+7 * | downloader: measure successfull deliveries, not failed (#17983)Martin Holst Swende2018-11-071-8/+11 * | p2p/protocols: use keyed fields for struct instantiation (#18017)Corey Lin2018-11-071-1/+1 * | travis, appveyor: bump to Go 1.11.2 (#18031)Samuel Marks2018-11-072-3/+3 * | miner: fix miner stress test (#18039)gary rong2018-11-072-30/+16 * | swarm: Better syncing and retrieval option definition (#17986)holisticode2018-11-079-58/+147 * | swarm/api: unexport Respond methods (#18037)Anton Evangelatov2018-11-063-52/+51 * | swarm: modify context key (#17925)KimMachineGun2018-11-062-16/+10 * | cmd/swarm: auto resolve default path according to env flag (#17960)Elad2018-11-042-10/+29 * | all: updated code owners file (#17987)Elad2018-11-011-5/+8 * | cmd/swarm/swarm-smoke: fix issue that loop variable capture in func (#17992)Roc Yu2018-10-291-8/+5 * | swarm: clean up unused private types and functions (#17989)Ferenc Szabo2018-10-2710-108/+13 |/ * p2p accounting (#17951)holisticode2018-10-265-0/+937 * cmd/clef: replace password arg with prompt (#17897)Johns Beharry2018-10-261-15/+13 * eth/downloader: SetBlocksIdle is not used (#17962)Wenbiao Zheng2018-10-241-7/+0 * core/state: simplify proof methods (#17965)Felix Lange2018-10-242-17/+13 * core/vm: adds refund as part of the json standard trace (#17910)Martin Holst Swende2018-10-236-51/+79 * eth/downloader: fix comment typos (#17956)Wenbiao Zheng2018-10-232-6/+6 * swarm/network/stream: disambiguate chunk delivery messages (retrieval… (#17...holisticode2018-10-214-12/+47 * swarm/api/http: remove ModTime=now for direct and multipart uploads (#17945)Elad2018-10-191-2/+0 * cmd/bootnode: fix -writeaddress output (#17932)Felix Lange2018-10-191-2/+2 * accounts: wallet derivation path comment is mistaken (#17934)Wenbiao Zheng2018-10-191-2/+2 * core: fix a typo (#17941)Wuxiang2018-10-191-1/+1 * swarm/network: disallow historical retrieval requests (#17936)Elad2018-10-195-7/+11 * EIP-1186 eth_getProof (#17737)Simon Jentzsch2018-10-194-0/+105 * swarm: Lightnode mode: disable sync, retrieve, subscription (#17899)Attila Gazso2018-10-187-15/+260 * swarm/tracing: disable stdout logging for opentracing (#17931)Anton Evangelatov2018-10-171-3/+2 * metrics: added NewCounterForced (#17919)holisticode2018-10-161-1/+33 * core/types: fix comment for func SignatureValues (#17921)Smilenator2018-10-161-1/+1 * cmd/geth: don't set GOMAXPROCS by default (#17148)Wenbiao Zheng2018-10-161-3/+0 * core/vm: add shortcuts for trivial exp cases (#16851)Martin Holst Swende2018-10-161-4/+16 * ethdb, rpc: support building on js/wasm (#17709)Dmitrij Koniajev2018-10-167-68/+236 * p2p: meter peer traffic, emit metered peer events (#17695)Kurkó Mihály2018-10-163-18/+187 * accounts/usbwallet: simplify code using -= operator (#17904)Evgeny2018-10-162-2/+2 * cmd/clef: fix typos in README (#17908)Grachev Mikhail2018-10-161-3/+3 * tests: update tests, implement no-pow blocks (#17902)Martin Holst Swende2018-10-165-29/+26 * rpc: fix client shutdown hang when Close races with Unsubscribe (#17894)Felix Lange2018-10-153-47/+102 * swarm/network/stream: generalise setting of next batch (#17818)Viktor Trón2018-10-127-77/+89 * swarm/storage: Add accessCnt for GC (#17845)lash2018-10-122-143/+358 * cmd/swarm: Smoke test for Swarm Feed (#17892)lash2018-10-123-6/+351 * cmd/swarm: split flags and cli command declarations to the relevant files (#1...Elad2018-10-1211-422/+468 * p2p, p2p/discover: add signed ENR generation (#17753)Felix Lange2018-10-1224-275/+976 * p2p/simulations: fix a deadlock and clean up adapters (#17891)Felix Lange2018-10-129-418/+164 * Merge pull request #17887 from karalabe/warn-failed-account-accessPéter Szilágyi2018-10-101-3/+9 |\ | * internal/ethapi: warn on failed account accessesPéter Szilágyi2018-10-101-3/+9 |/ * rpc: fix subscription corner case and speed up tests (#17874)Felix Lange2018-10-092-71/+68 * cmd/swarm: speed up tests (#17878)Elad2018-10-094-31/+38 * swarm, swarm/storage: lower constants for faster tests (#17876)Anton Evangelatov2018-10-096-21/+18 * cmd/clef: encrypt the master seed on disk (#17704)Martin Holst Swende2018-10-096-81/+206 * params, swarm: begin Geth v1.8.18, Swarm v0.3.6 cyclePéter Szilágyi2018-10-092-8/+8 * params, swarm: release Geth v1.8.17 and Swar v0.3.5v1.8.17Péter Szilágyi2018-10-092-8/+8 * core/asm: Use hexadecimal addresses in assembly dumps (#17870)Guillaume Ballet2018-10-091-4/+4 * Fix retrieval tests and simulation backends (#17723)holisticode2018-10-095-221/+391 * travis, build: speed up CI runs (#17854)Felix Lange2018-10-082-21/+15 * miner: remove intermediate conversion to int in tests (#17853)Felix Lange2018-10-081-2/+2 * cmd/utils: fix bug when checking for flag value conflicts (#17803)Ryan Schneider2018-10-081-1/+4 * les, light: reduce les testing stress (#17867)gary rong2018-10-082-15/+15 * trie: remove unused originalRoot field (#17862)Péter Szilágyi2018-10-081-5/+3 * core/types: Log.Index is the index in block, not receipt (#17866)Wenbiao Zheng2018-10-081-1/+1 * core/vm: reuse Keccak-256 hashes across opcode executions (#17863)Péter Szilágyi2018-10-083-6/+48 * swarm/storage/feed: Expose MaxUpdateDataLength constant (#17858)Javier Peletier2018-10-082-4/+6 * cmd/abigen: support for --type flag with piped data (#17648)Philip Schlump2018-10-061-3/+8 * accounts/abi/bind: stop using goimports in the binding generator (#17768)Jeremy Schlatter2018-10-0615-11418/+153 * tests: use non-constantinople ropsten for difficulty tests (#17850)Martin Holst Swende2018-10-061-3/+16 * core/vm : fix failing testcase (#17852)Martin Holst Swende2018-10-061-1/+2 * Merge pull request #17839 from karalabe/downloader-invalid-hash-chain-fixPéter Szilágyi2018-10-052-3/+40 |\ | * eth/downloader: fix invalid hash chain error due to head mini reorgPéter Szilágyi2018-10-052-3/+40 * | core/vm: SHA3 word cost for CREATE2 (#17812)Martin Holst Swende2018-10-052-0/+87 * | tests: do not exit early on log hash mismatch (#17844)Martin Holst Swende2018-10-051-3/+3 * | Merge pull request #17843 from karalabe/ropsten-block-and-chtsPéter Szilágyi2018-10-051-13/+13 |\ \ | |/ |/| | * params: add ropsten fork delay, update les checkpointsPéter Szilágyi2018-10-051-13/+13 |/ * core/vm: faster create/create2 (#17806)Martin Holst Swende2018-10-049-55/+163 * swarm/storage: extract isValid. correctly remove invalid chunks from store on...Anton Evangelatov2018-10-041-21/+21 * p2p: add enode URL to PeerInfo (#17838)Felix Lange2018-10-041-3/+5 * Merge pull request #17801 from eosclassicteam/patch-1Péter Szilágyi2018-10-041-1/+1 |\ | * params: enable constantinople on ropsten at 4.2MEOS Classic2018-10-011-1/+1 * | eth: fixed the minor typo inside the comments (#17830)Liang Ma2018-10-041-1/+1 * | cmd/puppeth: fix node URL in health check (#17802)Felix Lange2018-10-041-4/+5 * | cmd/evm: fix state dump (#17832)cdetrio2018-10-041-4/+4 * | cmd/swarm: disable tests under Windows until they are fixed (#17827)Anton Evangelatov2018-10-041-0/+17 * | core: use ChainHeadEvent subscription in the chain indexer (#17826)Felföldi Zsolt2018-10-031-6/+6 * | Merge pull request #17796 from epiclabs-io/mru-feedsViktor Trón2018-10-0344-812/+740 |\ \ | * | swarm/storage/feed: Renamed packageJavier Peletier2018-10-0339-129/+129 | * | swarm/storage/feeds: renamed vars that can conflict with package nameJavier Peletier2018-10-034-19/+19 | * | swarm/storage/feeds: removed capital Feed throughoutJavier Peletier2018-10-0320-60/+60 | * | swarm: Changed owners.Javier Peletier2018-10-032-2/+2 | * | swarm/storage/feeds: Final package rename and moved filesJavier Peletier2018-10-0339-136/+137 | * | swarm/storage/mru: Renamed rest of MRU referencesJavier Peletier2018-10-0319-382/+315 | * | swarm/storage/mru: Renamed all comments to FeedsJavier Peletier2018-10-0314-102/+96 | * | swarm/storage/mru: Renamed all identifiers to FeedsJavier Peletier2018-10-0324-236/+236 * | | swarm: schemas and migrations (#17813)Anton Evangelatov2018-10-037-34/+81 * | | core: fix unnecessary ancestor lookup after a fast sync (#17825)Péter Szilágyi2018-10-031-5/+5 * | | travis, appveyor: bump to Go 1.11.1 (#17820)Samuel Marks2018-10-032-3/+3 |/ / * | cmd/swarm: fix appveyor build (#17808)Elad2018-10-023-7/+24 * | travis.yml: remove Go 1.9 (#17807)Anton Evangelatov2018-10-021-11/+0 * | Merge pull request #17771 from ethersphere/cmd-config-errorsViktor Trón2018-10-021-13/+30 |\ \ | * | cmd/swarm: fix TestConfigFileOverridesJanos Guljas2018-09-282-3/+6 | * | Merge branch 'master' into cmd-config-errorsJanos Guljas2018-09-281-5/+5 | |\ \ | * | | cmd/swarm: handle errors in cmdLineOverride and envVarsOverride functionsJanos Guljas2018-09-272-13/+27 * | | | Merge pull request #17799 from ethersphere/correct_swarm_versionViktor Trón2018-10-021-2/+2 |\ \ \ \ | * | | | cmd/swarm: correct swarm version on --helpAnton Evangelatov2018-10-011-2/+2 * | | | | Merge pull request #17800 from ethersphere/disable_cmd_swarm_tests_on_winViktor Trón2018-10-022-0/+4 |\ \ \ \ \ | |_|_|_|/ |/| | | | | * | | | cmd/swarm: disable export and upload tests on WindowsAnton Evangelatov2018-10-012-0/+4 * | | | | les: limit state ODR retrievals to the last 100 blocks (#17744)Felföldi Zsolt2018-10-015-19/+26 * | | | | accounts/abi: fix panic in MethodById lookup. Fixes #17797 (#17798)Martin Holst Swende2018-10-012-1/+13 |/ / / / * / / / cmd/swarm, swarm: cross-platform Content-Type detection (#17782)Alexey Sharov2018-10-0113-90/+3379 |/ / / * | | core, internal/ethapi: add and use LRU cache for receipts (#17610)Ryan Schneider2018-09-302-16/+20 * | | core/types: make tx signature values optional in JSON (#17742)reinerRubin2018-09-302-12/+23 * | | eth: broadcast blocks to at least 4 peers (#17725)ledgerwatch2018-09-302-8/+109 * | | cmd/swarm: remove swarm binary (#17784)Wenbiao Zheng2018-09-301-0/+0 * | | eth/downloader: use intermediate variable for better readability (#17510)Wenbiao Zheng2018-09-301-4/+8 * | | core/types: fix typos (#17762)thumb84322018-09-301-2/+2 * | | internal/ethapi: add eth_chainId method (#17617)HackyMiner2018-09-302-0/+14 * | | internal/debug: support color terminal for cygwin/msys2 (#17740)HackyMiner2018-09-29