aboutsummaryrefslogtreecommitdiff
path: root/src/node_flat_odbc.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Let flat be default plugin (#609)Christophe Romain2015-07-221-55/+934
|
* PubSub improvementsChristophe Romain2015-04-211-128/+81
| | | | | | | | This commit contains - code cleanup - use of db_type instead of old mod_pubsub_odbc - some minor optimizations - some minor bugfixes
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-3/+3
|
* Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-3/+3
|
* remove obsolete node attributeChristophe Romain2013-06-241-2/+1
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+214
Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite