1
0
Fork 0
Gráfico de commits

15 Commits

Autor SHA1 Mensagem Data
Stephen McQuay 9afe8cd2ae removed false documentation about memory leak. 2015-09-26 00:24:50 -07:00
Stephen McQuay cfbee089a2 removed hgignore file 2015-09-26 00:23:43 -07:00
Stephen McQuay 26f4585249 changed license 2015-06-22 19:32:30 -07:00
Stephen McQuay 6092272775 updated docs for leaky memory 2015-04-12 21:18:07 -07:00
Stephen McQuay f161a60e37 Fixed the memory leaks using circular buffer. 2014-03-08 18:07:43 -08:00
Stephen McQuay 4f912b29ba just a test of branching semantics 2014-03-08 14:40:21 -08:00
Stephen McQuay d8bc9f8b1d stored the current second's bw numbers 2014-03-08 12:46:25 -08:00
Stephen McQuay bb8ce3c1ea Started down a different path; using a circular buffer instead.
After talks on #go-nuts, it seems as though I should look into using something
like the following:

https://github.com/cespare/goproc/tree/master/nwstat

And this makes sense. I have trimmed out the old tests and rearranged some code
here.
2014-03-08 00:45:55 -08:00
Stephen McQuay c33a5561bb Evacuate data appropriately
this breaks the tests; tests need to not rely on some weird date in the past.
2014-03-03 23:14:15 -08:00
Stephen McQuay 63547f2d37 Forgot to close some chans 2014-03-03 22:59:50 -08:00
Stephen McQuay 21b3c6b9e9 started readme 2014-03-02 23:10:16 -08:00
Stephen McQuay c465ab2c91 added license 2014-03-02 23:10:11 -08:00
Stephen McQuay adbdc7abe6 Added docs 2014-03-02 23:03:00 -08:00
Stephen McQuay ae82433a8f demote NewStream 2014-03-02 22:47:28 -08:00
Stephen McQuay ecace73aed added files from hackerbots 2014-03-02 22:44:09 -08:00