summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-06... it actually seems to work rather well.reorganizingNathanael Sensfelder
Quite a lot of missing db_query:op() though.
2018-06-06...nsensfel
2018-06-06...nsensfel
2018-06-06Figuring out how to organize the src folder(s)...nsensfel
2018-06-05Has the DB run as a separate node.nsensfel
I am still figuring out how Erlang handles node connections... It would seem that spawn(NODE, ...) automatically initiates the connection to NODE (i.e. no need to use net_kernel:connect_node before).
2018-06-04Starting to work on the DB implementation.nsensfel
2018-04-10...nsensfel
2018-04-10Updates the main Makefile for the modular approachnsensfel
2018-04-10Changing how the server services are organized...nsensfel
2018-02-27...nsensfel
2018-02-27Starting to specify types everywhere...nsensfel
2018-02-27Adds a way to statically analyse the code.nsensfel
2017-11-28And that was the wrong arrow...nsensfel
2017-11-28Woops, wrong order for the dependencies.nsensfel
2017-11-28Got it to run.nsensfel
2017-11-28Trying to tidy up this mess.nsensfel
2017-11-21Fixes subfolders not triggering rebuild of parent.Nathanael Sensfelder
2017-11-07Adds license, Makefile.nsensfel
2017-11-06Got it to talk (incorrectly) to the client!nsensfel