This project is mirrored from https://gitee.com/mirrors/nomad.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 02 May, 2018 10 commits
-
-
Michael Schurter authored
-
Michael Schurter authored
In the old code `sending` in the `send()` method shared the Data slice's underlying backing array with its caller. Clearing StreamFrame.Data didn't break the reference from the sent frame to the StreamFramer's data slice.
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
According to go/codec's docs, Reset(...) should be called on Decoders/Encoders before reuse: https://godoc.org/github.com/ugorji/go/codec I could find no evidence that *not* calling Reset() caused bugs, but might as well do what the docs say?
-
Michael Schurter authored
Closing the frames chan is the only race-free way to signal to receivers that all frames have been sent and no errors have occurred. If EOF is sent on error chan receivers may not receive the last frame (or frames since the chan is buffered) before receiving the error. Closing frames is the idiomatic way of signaling there is no more data to be read from a chan.
-
Michael Schurter authored
-
- 30 Apr, 2018 1 commit
-
-
Michael Schurter authored
Missed change to `alloc status` from `alloc-status`
-
- 27 Apr, 2018 12 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Michael Lange authored
Fix js syntax error, resolve fout issues
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Fix issue where node connection map wasn't being pruned
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Jeff Escalante authored
-
- 26 Apr, 2018 17 commits
-
-
Damon Buckwalter authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Handle potential panic in cron parsing
-
Michael Schurter authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Chelsea Holland Komlo authored
add comments for cron parsing wrapper
-
Alex Dadgar authored
-
Alex Dadgar authored
Generate all structs in structs packages
-
Alex Dadgar authored
-