aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Split handlers out.Brian Cully2008-03-011-40/+58
* Remove NOTIMPLEMENTED stuff, since it all just goes to the C module anyway.Brian Cully2008-03-012-19/+25
* Normalize more code flow.Brian Cully2008-03-014-13/+38
* mysqlerl provides the interface for the connection, to avoidBrian Cully2008-03-013-7/+8
* Remove extra trampolines.Brian Cully2008-03-011-5/+1
* Remove unused defines.Brian Cully2008-03-011-5/+0
* Use erlang term encoding for send/recv between c and erlang for maximum flexi...Brian Cully2008-03-012-7/+15
* Use erl_interface instead of custom protocol.Brian Cully2008-03-012-29/+41
* Link in erl interface and ei.Brian Cully2008-03-011-1/+3
* Add erl interface headers.Brian Cully2008-03-011-1/+5
* Add include path for erlang interface.Brian Cully2008-03-011-1/+3
* Use a switch dispatch and crash on unknown types.Brian Cully2008-03-011-2/+10
* remove extra newlineBrian Cully2008-03-011-2/+1
* Use tagged message types.Brian Cully2008-03-011-2/+10
* Tag messages with type.Brian Cully2008-03-011-18/+5
* Use commit as a test instead of custom.Brian Cully2008-03-011-1/+2
* Clean up partial messages.Brian Cully2008-03-011-2/+10
* Get rid of BUFSIZE.Brian Cully2008-03-011-16/+32
* Prettify the supervision tree w/ names. Break modules out by registered names.Brian Cully2008-03-012-11/+20
* Crash if we get a bad message.Brian Cully2008-03-011-2/+2
* Fix warnings.Brian Cully2008-03-011-9/+12
* -Wall -WerrorBrian Cully2008-03-011-1/+1
* handle_call as dispatcherBrian Cully2008-03-011-9/+26
* 80 cols.Brian Cully2008-03-011-2/+4
* Add copyright.Brian Cully2008-03-011-0/+1
* Add copyright.Brian Cully2008-03-011-0/+6
* 80 colsBrian Cully2008-03-011-1/+2
* Initial commitBrian Cully2008-03-017-0/+554