Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved files | obscuren | 2014-07-02 | 1 | -133/+0 |
| | |||||
* | changed name for ethutil hex functions; and access to keyring via keyManager | zelig | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | changed logger API, functions that allow Gui to implement ethlog.LogSystem ↵ | zelig | 2014-06-23 | 1 | -2/+2 |
| | | | | for gui logging | ||||
* | Implemented GUI watchers for rapid reload. Implements #46 | Maran | 2014-05-20 | 1 | -0/+60 |
| | |||||
* | Added storage watch | obscuren | 2014-05-05 | 1 | -3/+2 |
| | |||||
* | Moved public interface | obscuren | 2014-05-02 | 1 | -3/+3 |
| | |||||
* | Moved API | obscuren | 2014-05-02 | 1 | -2/+3 |
| | |||||
* | Split off External applications from main library | obscuren | 2014-04-30 | 1 | -0/+73 |
External applications now accept containers which function as the frontend where the ExtApplication functions as the backend. Containers execute within their own engine and have their own context and are destroyed when released. |