Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | console: seed random number generator | Bas van Kervel | 2016-02-19 | 1 | -0/+18 |
| | |||||
* | jrse: fix #1082, fail if setTimeout/setInterval lack callback | Péter Szilágyi | 2015-11-23 | 1 | -5/+15 |
| | |||||
* | jsre: timer bugfix when clearInterval was called from within the callback | Bas van Kervel | 2015-09-16 | 1 | -1/+3 |
| | |||||
* | jsre: bind the pretty printer to "inspect" in JS | Felix Lange | 2015-08-16 | 1 | -0/+1 |
| | |||||
* | cmd/geth, jsre: restore command line editing on windows | Felix Lange | 2015-08-12 | 1 | -25/+8 |
| | | | | | | | | | | | | | PR #856 broke command line editing by wrapping stdout with a filter that interprets ANSI escape sequences to fix colored printing on windows. Implement the printer in Go instead so it can do its own platform-dependent coloring. As a nice side effect, the JS console is now noticeably more responsive when printing results. Fixes #1608 Fixes #1612 | ||||
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
| | | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a. | ||||
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
| | | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library". | ||||
* | all: add some godoc synopsis comments | Felix Lange | 2015-07-07 | 1 | -0/+1 |
| | |||||
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
| | |||||
* | cmd/geth, jsre, rpc: run all JS code on the event loop | Felix Lange | 2015-05-25 | 1 | -149/+86 |
| | | | | | | Some JSRE methods (PrettyPrint, ToVal) bypassed the event loop. All calls to the JS VM are now wrapped. In order to make this somewhat more foolproof, the otto VM is now a local variable inside the event loop. | ||||
* | Merge pull request #882 from zsfelfoldi/develop | Jeffrey Wilcke | 2015-05-08 | 1 | -2/+17 |
|\ | | | | | Otto.ToValue concurrency error fixed | ||||
| * | ToVal serialization fix | zsfelfoldi | 2015-05-08 | 1 | -2/+3 |
| | | |||||
| * | Otto.ToValue concurrency error fixed | zsfelfoldi | 2015-05-08 | 1 | -2/+16 |
| | | |||||
* | | jsre, cmd/geth: updated web3.js and altered settimeout | obscuren | 2015-05-08 | 1 | -5/+5 |
|/ | |||||
* | setTimeout and sendAsync implemented | zsfelfoldi | 2015-05-06 | 1 | -13/+220 |
| | | | | added and eval queue for serializing JSRE vm execution | ||||
* | Better error reporting in the console. Updated ethereum.js | obscuren | 2015-03-25 | 1 | -1/+11 |
| | |||||
* | using robertkrimen/otto, godeps updated | zsfelfoldi | 2015-03-20 | 1 | -1/+1 |
| | |||||
* | ethutil -> common | zelig | 2015-03-16 | 1 | -2/+2 |
| | |||||
* | jsre: | zelig | 2015-03-15 | 1 | -0/+115 |
- require became loadScript(), no require is supplied - bignumber_js.go: heredoc v2.0.3 minified fixed for otto Regexp incompatibility https://github.com/robertkrimen/otto#regular-expression-incompatibility - bignumber.min.js also updated in mist/assets/ext - ethereum_js.go: latest master minified - assetPath in constructor - Eval/Exec/Handle/ToVal nice API - jsre tests |