Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix crashes when there are no results in port driver. | Brian Cully | 2012-02-09 | 1 | -6/+9 |
| | |||||
* | Log INFO messages in port driver for queries. | Brian Cully | 2012-02-09 | 1 | -0/+6 |
| | |||||
* | Return erlang errors in every possible case before exit | Brian Cully | 2012-02-09 | 1 | -28/+56 |
| | |||||
* | Return errors to erlang when malloc fails. Cleanup warnings found by clang | Brian Cully | 2012-02-09 | 4 | -138/+113 |
| | |||||
* | Return errors when connecting fails. | Brian Cully | 2012-02-09 | 1 | -2/+4 |
| | |||||
* | Put port driver in priv/bin | Brian Cully | 2012-02-09 | 1 | -5/+5 |
| | |||||
* | Move C code into c_src | Brian Cully | 2012-02-09 | 8 | -0/+1040 |