Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-29 | Switch to transit-cljs | David Barksdale | |
2015-08-22 | Update emscripten to 1.34.4 | David Barksdale | |
2014-12-07 | Optimization fixes | David Barksdale | |
2014-10-25 | Switch to vectors for better autoindent | David Barksdale | |
2014-09-28 | Use require/refer instead of use/only | David Barksdale | |
I was hoping to get rid of cljs compiler warnings but this didn't do the trick. Seems like the compiler doesn't try to resolve things in dependency order and just dumbly processes files in alphabetical order. | |||
2014-08-04 | Fix boot production optimizations | David Barksdale | |
2014-07-28 | Move log messages to the js console | David Barksdale | |
2014-07-14 | Fix race condition in processing of messages | David Barksdale | |
2014-07-08 | Use crypto.getRandomValues for /dev/urandom | David Barksdale | |
2014-07-08 | Differentiate stdout and stderr | David Barksdale | |
2014-06-25 | Improve entropy gathering | David Barksdale | |
We still need to send good entropy to web workers, which do not have access to window.crypto.getRandomValues(). | |||
2014-02-26 | Persist our identity private_key | David Barksdale | |
2014-02-09 | Build core and topology | David Barksdale | |
Now we start topology which will connect to transport and core. | |||
2014-01-04 | Use println, don't pass output function around. | David Barksdale | |
2013-12-28 | Write peerinfo as a cljs service. | David Barksdale | |
2013-12-18 | Finish client_connect logic. | David Barksdale | |