Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Normalize more code flow. | Brian Cully | 2008-03-01 | 4 | -13/+38 |
| | |||||
* | mysqlerl provides the interface for the connection, to avoid | Brian Cully | 2008-03-01 | 3 | -7/+8 |
| | | | | | | trampolining at the cost of some slight non-obviousness. Move protocol to .hrl file as a result. | ||||
* | Remove extra trampolines. | Brian Cully | 2008-03-01 | 1 | -5/+1 |
| | |||||
* | Remove unused defines. | Brian Cully | 2008-03-01 | 1 | -5/+0 |
| | |||||
* | Use erlang term encoding for send/recv between c and erlang for maximum ↵ | Brian Cully | 2008-03-01 | 2 | -7/+15 |
| | | | | flexibility and code length. | ||||
* | Use erl_interface instead of custom protocol. | Brian Cully | 2008-03-01 | 2 | -29/+41 |
| | |||||
* | Link in erl interface and ei. | Brian Cully | 2008-03-01 | 1 | -1/+3 |
| | |||||
* | Add erl interface headers. | Brian Cully | 2008-03-01 | 1 | -1/+5 |
| | |||||
* | Add include path for erlang interface. | Brian Cully | 2008-03-01 | 1 | -1/+3 |
| | |||||
* | 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 |
| | |||||
* | Tag messages with type. | Brian Cully | 2008-03-01 | 1 | -18/+5 |
| | |||||
* | Use commit as a test instead of custom. | Brian Cully | 2008-03-01 | 1 | -1/+2 |
| | |||||
* | 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 |
| | |||||
* | Prettify the supervision tree w/ names. Break modules out by registered names. | Brian Cully | 2008-03-01 | 2 | -11/+20 |
| | |||||
* | Crash if we get a bad message. | Brian Cully | 2008-03-01 | 1 | -2/+2 |
| | |||||
* | Fix warnings. | Brian Cully | 2008-03-01 | 1 | -9/+12 |
| | |||||
* | -Wall -Werror | Brian Cully | 2008-03-01 | 1 | -1/+1 |
| | |||||
* | handle_call as dispatcher | Brian Cully | 2008-03-01 | 1 | -9/+26 |
| | |||||
* | Add LGPLv3 license. Viva la revolucion | Brian Cully | 2008-03-01 | 1 | -0/+165 |
| | |||||
* | 80 cols. | Brian Cully | 2008-03-01 | 1 | -2/+4 |
| | |||||
* | Add copyright. | Brian Cully | 2008-03-01 | 1 | -0/+1 |
| | |||||
* | Add copyright. | Brian Cully | 2008-03-01 | 1 | -0/+6 |
| | |||||
* | 80 cols | Brian Cully | 2008-03-01 | 1 | -1/+2 |
| | |||||
* | Initial commit | Brian Cully | 2008-03-01 | 9 | -0/+566 |