- 14 Jul, 2014 2 commits
- 07 Jul, 2014 1 commit
-
-
zelig authored
-
- 05 Jul, 2014 5 commits
-
-
zelig authored
-
zelig authored
- introduce quit, drained, shutdown channels - mainLoop falls through reading message channel to drained state, and waits is blocked in default branch until any message is sent - Flush() waits for <-drained - Stop() pushes quit and nodges mainloop out of blocking drained state - package-global mutex - Reset() - clear tests
-
zelig authored
-
obscuren authored
-
obscuren authored
-
- 04 Jul, 2014 7 commits
-
-
zelig authored
-
zelig authored
- consistent renaming - React -> Event - ReactorEvent -> EventHandler - NewReactorEngine -> New - async ReactorEngine main loop with select on main eventChannel and quit channel - ReactorEngine main loop control with Start() Stop() Flush() - ReactorEngine.dispatch - use sync.RWMutex - delete eventHandler if subscribed channels go to 0
-
zelig authored
-
zelig authored
-
obscuren authored
* Script compile length fix * Transition fix
-
obscuren authored
-
obscuren authored
-
- 03 Jul, 2014 16 commits
-
-
obscuren authored
-
obscuren authored
-
https://github.com/ethersphere/eth-goobscuren authored
Merge branch 'feature/clientid' of https://github.com/ethersphere/eth-go into ethersphere-feature/clientid
-
obscuren authored
-
Jeffrey Wilcke authored
typo, duplications
-
Joey Zhou authored
-
zelig authored
- remove clientstring handling from ethutil.Config - ReadConfig takes no Identifier argument - members Ver, ClientString, ClientIdentifier removed from Config - type ConfValue removed - expose public type ethutil.ConfigManager - Set -> Save(key string, value interface{}) now takes any value to allow for persisting non-string values directly - TODO: eliminate all eth specific configs, just a wrapper around globalconf
-
zelig authored
-
zelig authored
-
zelig authored
-
zelig authored
-
zelig authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
- 02 Jul, 2014 7 commits
- 01 Jul, 2014 2 commits