openethereum/rpc/src/v1/impls
Tomasz Drwięga c7c309d152 Web Based Dapps (#3956)
* Dapps web

Conflicts:
	dapps/src/apps/fetcher.rs
	dapps/src/handlers/fetch.rs

* Rewriting fetch

* Parity-wide fetch service

* Obey the limits and support cancellation.

* Removing temporary files.

* Actually use Fetch for dapps

* Re-implementing file fetching to avoid temporary files.

* Serde to 0.8.19

* Fixing content & dapps fetch

* Serving web content and injecting scripts

* Don't wait for old content, start a new download

* Supporting timeouts and query

* Simple GUI for the browser

* Proxy tokens validation

* Recovering from invalid web-based requests

* Remember last visisted URL

* Removing unused variables

* Addressing review comments

* Setting default account in web3

* Adding WebBrowser dapp to the list

* Actually prune old entries when generating new token
2016-12-27 10:15:02 +00:00
..
eth.rs Unknown block error for RPC (#3965) 2016-12-23 18:46:17 +01:00
eth_filter.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
mod.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
net.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
parity.rs Limiting accounts returned by parity_accountInfo (#3931) 2016-12-23 18:52:02 +01:00
parity_accounts.rs Limiting accounts returned by parity_accountInfo (#3931) 2016-12-23 18:52:02 +01:00
parity_set.rs Global Fetch Service (#3915) 2016-12-22 18:26:39 +01:00
personal.rs Merge branch 'master' into rotating-key 2016-12-14 14:10:44 +01:00
rpc.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
signer.rs Web Based Dapps (#3956) 2016-12-27 10:15:02 +00:00
signing.rs Merge branch 'master' into rotating-key 2016-12-14 14:10:44 +01:00
signing_unsafe.rs Merge branch 'master' into rotating-key 2016-12-14 14:10:44 +01:00
traces.rs Traces to AutoArgs 2016-12-14 20:09:14 +01:00
web3.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00