Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use erlang term encoding for send/recv between c and erlang for maximum ↵ | Brian Cully | 2008-03-01 | 1 | -6/+14 | |
| | | | | flexibility and code length. | |||||
* | Use erl_interface instead of custom protocol. | Brian Cully | 2008-03-01 | 1 | -27/+34 | |
| | ||||||
* | Add erl interface headers. | Brian Cully | 2008-03-01 | 1 | -1/+5 | |
| | ||||||
* | Use a switch dispatch and crash on unknown types. | Brian Cully | 2008-03-01 | 1 | -2/+10 | |
| | ||||||
* | remove extra newline | Brian Cully | 2008-03-01 | 1 | -2/+1 | |
| | ||||||
* | Use tagged message types. | Brian Cully | 2008-03-01 | 1 | -2/+10 | |
| | ||||||
* | Clean up partial messages. | Brian Cully | 2008-03-01 | 1 | -2/+10 | |
| | | | | Null terminate message buffers. | |||||
* | Get rid of BUFSIZE. | Brian Cully | 2008-03-01 | 1 | -16/+32 | |
| | ||||||
* | Fix warnings. | Brian Cully | 2008-03-01 | 1 | -9/+12 | |
| | ||||||
* | Add copyright. | Brian Cully | 2008-03-01 | 1 | -0/+6 | |
| | ||||||
* | Initial commit | Brian Cully | 2008-03-01 | 1 | -0/+190 | |