Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add process owner to state, to allow odbc compatibility. | Brian Cully | 2008-03-02 | 1 | -6/+6 |
| | |||||
* | Normalize more code flow. | Brian Cully | 2008-03-01 | 1 | -9/+4 |
| | |||||
* | mysqlerl provides the interface for the connection, to avoid | Brian Cully | 2008-03-01 | 1 | -5/+3 |
| | | | | | | 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 | 1 | -1/+1 |
| | | | | flexibility and code length. | ||||
* | Use erl_interface instead of custom protocol. | Brian Cully | 2008-03-01 | 1 | -2/+7 |
| | |||||
* | Tag messages with type. | Brian Cully | 2008-03-01 | 1 | -18/+5 |
| | |||||
* | Crash if we get a bad message. | Brian Cully | 2008-03-01 | 1 | -2/+2 |
| | |||||
* | handle_call as dispatcher | Brian Cully | 2008-03-01 | 1 | -9/+26 |
| | |||||
* | Initial commit | Brian Cully | 2008-03-01 | 1 | -0/+75 |