Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change supervision heirarchy to allow ports to support: | Brian Cully | 2008-03-02 | 1 | -0/+9 |
| | | | | | 1) Owner process dies - shut down connection cleanly. 2) Port driver dies - restart port driver | ||||
* | Return {updated, NrRows} on non-select queries. | Brian Cully | 2008-03-02 | 1 | -1/+1 |
| | |||||
* | NULL -> null | Brian Cully | 2008-03-02 | 1 | -1/+1 |
| | |||||
* | Separate row/rows building. | Brian Cully | 2008-03-02 | 1 | -36/+88 |
| | |||||
* | Whitespace, remove some debugging. | Brian Cully | 2008-03-02 | 1 | -16/+9 |
| | |||||
* | Move SQL result processing to its own function. Clear up a memory leak. | Brian Cully | 2008-03-02 | 1 | -64/+73 |
| | |||||
* | Move msg handlers to modules, and make it ETERM based. | Brian Cully | 2008-03-02 | 1 | -91/+8 |
| | |||||
* | Move logger/io routines to separate modules. | Brian Cully | 2008-03-02 | 1 | -84/+3 |
| | |||||
* | Remove commit/rollback | Brian Cully | 2008-03-02 | 1 | -40/+0 |
| | |||||
* | 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 |
| | |||||
* | Normalize more code flow. | Brian Cully | 2008-03-01 | 1 | -2/+30 |
| | |||||
* | Use erlang term encoding for send/recv between c and erlang for maximum ↵ | Brian Cully | 2008-03-01 | 1 | -6/+14 |
| | | | | flexibility and code length. | ||||
* | Use erl_interface instead of custom protocol. | Brian Cully | 2008-03-01 | 1 | -27/+34 |
| | |||||
* | Add erl interface headers. | Brian Cully | 2008-03-01 | 1 | -1/+5 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Fix warnings. | Brian Cully | 2008-03-01 | 1 | -9/+12 |
| | |||||
* | Add copyright. | Brian Cully | 2008-03-01 | 1 | -0/+6 |
| | |||||
* | Initial commit | Brian Cully | 2008-03-01 | 1 | -0/+190 |