Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ODBC compatibility for commit/rollback | Brian Cully | 2008-03-02 | 1 | -4/+10 | |
* | Remove describe_table. | Brian Cully | 2008-03-02 | 1 | -1/+0 | |
* | Use integers for sizes. Add a couple more types. | Brian Cully | 2008-03-02 | 1 | -3/+9 | |
* | Convert types for odbc. | Brian Cully | 2008-03-02 | 1 | -1/+30 | |
* | fix i/j screwup and get descs working. | Brian Cully | 2008-03-02 | 1 | -5/+17 | |
* | Fix i/j tyop. | Brian Cully | 2008-03-01 | 1 | -1/+6 | |
* | Get sql_query working. | Brian Cully | 2008-03-01 | 1 | -1/+64 | |
* | Split handlers out. | Brian Cully | 2008-03-01 | 1 | -40/+58 | |
* | Remove NOTIMPLEMENTED stuff, since it all just goes to the C module anyway. | Brian Cully | 2008-03-01 | 2 | -19/+25 | |
* | 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 | |
* | 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 flexi... | Brian Cully | 2008-03-01 | 2 | -7/+15 | |
* | 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 | |
* | 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 |