aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add tests for various functionality for connectionsBrian Cully2012-02-091-22/+34
* Return errors when connecting fails.Brian Cully2012-02-091-0/+2
* Remove port module and port supervisorBrian Cully2012-02-096-116/+49
* Move start_link out of port_supBrian Cully2012-02-092-7/+3
* Put port driver in priv/binBrian Cully2012-02-091-1/+1
* Move functions from mysqlerl_sup to mysqlerl, and get rid of random_child/0.Brian Cully2012-02-093-24/+9
* Move C code into c_srcBrian Cully2012-02-098-1036/+4
* Don't register mysqlerl_appBrian Cully2012-02-092-2/+1
* mysqlerl.app: Flush out description a bit.Brian Cully2012-02-091-1/+1
* mysqlerl.app: We don't register a process called 'mysqlerl'Brian Cully2012-02-091-1/+1
* Remove mysqlerl_connection_sup by rolling it into mysqlerl_supBrian Cully2012-02-095-44/+22
* Move src/TODO.org into top-level TODOBrian Cully2012-02-091-6/+0
* Convert tabs to spaces.Brian Cully2012-02-092-14/+14
* Fix select in port driver and remove a whole lot of debug messages.Brian Cully2012-02-073-187/+220
* Fix cursor traversing bugs in the port driver.Brian Cully2012-02-071-15/+15
* Fix off-by-one when selecting previous rows in port driver.Brian Cully2012-02-071-1/+1
* Fix trying to select previous row when at first row in driver.Brian Cully2012-02-071-27/+66
* Trap exit on connection and return ok when asked to close.Brian Cully2012-02-071-1/+4
* Remove tests from mysqlerl.erl.Brian Cully2012-02-071-23/+0
* Remove stupid lib directoryBrian Cully2012-02-0619-0/+1489
* Move most files into lib, add top-level makefileBrian Cully2012-02-0619-1488/+0
* Remove leading slashes from mysql prefixBrian Cully2012-02-061-2/+2
* Fix warnings found by clangBrian Cully2012-02-061-7/+6
* Quash an error when printing time.Brian Cully2012-02-061-1/+1
* Parameterize ERL/MySQL locations in MakefileBrian Cully2012-02-061-6/+8
* Remove -O2 while debugging.Brian Cully2008-07-281-1/+1
* Fill out everything but timestamps, since I don't know the ODBC form of those.Brian Cully2008-07-281-8/+49
* Assume we're getting one value at a time, and the erlang half ofBrian Cully2008-07-281-19/+12
* Fix infinite loop when binding params.Brian Cully2008-07-281-4/+11
* Use single param query for now.Brian Cully2008-07-281-1/+1
* It compiles, ship it!Brian Cully2008-07-281-16/+27
* Stub out buffer and length, so I can remember it later.Brian Cully2008-07-281-16/+65
* Clean up makefile by parameterizing the ERL and MySQL stuff a bit better.Brian Cully2008-07-281-10/+9
* Do everything in bind params except the edge level bind data.Brian Cully2008-07-281-1/+90
* Note that mysqlerl:test_param_query/0 should have an INSERT orBrian Cully2008-07-281-0/+2
* Change param test to have a list, like the docs.Brian Cully2008-07-281-1/+1
* Add test for param queries.Brian Cully2008-07-281-1/+6
* Add query test code.Brian Cully2008-07-281-1/+5
* Fix crash when trying to get a row count from a query with no results.Brian Cully2008-07-281-5/+6
* Don't pass in DB connection params on CLI, but do it after process has spawned.Brian Cully2008-07-285-82/+124
* Shorten up the code a bit by stashing the tag_name.Brian Cully2008-07-281-17/+12
* Makefile fixes:Brian Cully2008-07-281-3/+6
* Add note about using multiple DBs and random child pooling.Brian Cully2008-07-281-0/+6
* Redact password from log output.Brian Cully2008-04-021-2/+2
* Add time logging.Brian Cully2008-04-021-2/+21
* Fix build.Brian Cully2008-03-071-2/+2
* Parameterize the erl interface path.Brian Cully2008-03-071-2/+4
* Export description.Brian Cully2008-03-021-0/+1
* Whitespace.Brian Cully2008-03-021-2/+1
* Add port/port_sup modules.Brian Cully2008-03-021-1/+1