- 22 Oct, 2014 3 commits
- 21 Oct, 2014 4 commits
- 20 Oct, 2014 1 commit
- 
- 
obscuren authored
 
- 
- 18 Oct, 2014 9 commits
- 17 Oct, 2014 21 commits
- 
- 
Jeffrey Wilcke authoredtests/vm: fix syntax 
- 
Felix Lange authored
- 
Jeffrey Wilcke authoredImprove package ethlog 
- 
Felix Lange authored
- 
Felix Lange authoredRather than spawning a new goroutine for each message, run each log system in a dedicated goroutine. Ensure that logging is still asynchronous by using a per-system buffer (currently 500 messages). If it overflows all logging will hang, but that's better than spawning indefinitely many goroutines. 
- 
Felix Lange authoredMessages are formatted by generic part, so the log system doesn't need to provide formatting. This fixes the test from the previous commit. As a small bonus, log systems now have access to the level of the message. This could be used to provide colored logging in the future. 
- 
Felix Lange authoredThis test fails because the log message is formatted twice. 
- 
Felix Lange authored
- 
Felix Lange authoredThis ensures that examples will actually compile. 
- 
Felix Lange authored
- 
Felix Lange authored
- 
Felix Lange authored
- 
Felix Lange authoredIt's now safe for concurrent access. Output checking looks better. 
- 
Felix Lange authored
- 
Felix Lange authored
- 
Felix Lange authored
- 
Felix Lange authored
- 
Felix Lange authoredThis also fixes a deadlock in the tests. 
- 
obscuren authored
- 
obscuren authored
- 
Jeffrey Wilcke authoredBlocking event package 
 
- 
- 16 Oct, 2014 2 commits
- 
- 
obscuren authored
- 
Felix Lange authored
 
-