aboutsummaryrefslogtreecommitdiffstats
path: root/internal/jsre
Commit message (Collapse)AuthorAgeFilesLines
* internal/jsre: fix built-in inspect functionFelix Lange2016-12-202-4/+4
| | | | | inspect was broken by ffaf58f0a98 (May 2016!). Looks like nobody uses this function.
* all: update license informationFelix Lange2016-11-091-1/+1
|
* common,internal: typo/misspelling fixes (#2953)gregg dourgarian2016-08-271-5/+5
|
* rpc: add new client, use it everywhereFelix Lange2016-07-231-1/+1
| | | | | | The new client implementation supports concurrent requests, subscriptions and replaces the various ad hoc RPC clients throughout go-ethereum.
* internal/jsre: ensure Stop can be called more than onceFelix Lange2016-06-031-7/+9
| | | | This makes "geth js file.js" terminate again.
* console, internal/jsre: colorize JavaScript exceptions tooPéter Szilágyi2016-05-302-2/+20
|
* cmd, console: split off the console into a reusable packagePéter Szilágyi2016-05-307-0/+16874