aboutsummaryrefslogtreecommitdiffstats
path: root/src/mysqlerl_connection.erl
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused defines.Brian Cully2008-03-011-5/+0
|
* Use erlang term encoding for send/recv between c and erlang for maximum ↵Brian Cully2008-03-011-1/+1
| | | | flexibility and code length.
* Use erl_interface instead of custom protocol.Brian Cully2008-03-011-2/+7
|
* Tag messages with type.Brian Cully2008-03-011-18/+5
|
* Crash if we get a bad message.Brian Cully2008-03-011-2/+2
|
* handle_call as dispatcherBrian Cully2008-03-011-9/+26
|
* Initial commitBrian Cully2008-03-011-0/+75