summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-06 | ... | nsensfel | |
2018-06-06 | ... | nsensfel | |
2018-06-06 | Figuring out how to organize the src folder(s)... | nsensfel | |
2018-06-05 | Has 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-04 | Starting to work on the DB implementation. | nsensfel | |
2018-04-10 | ... | nsensfel | |
2018-04-10 | Updates the main Makefile for the modular approach | nsensfel | |
2018-04-10 | Changing how the server services are organized... | nsensfel | |
2018-02-27 | ... | nsensfel | |
2018-02-27 | Starting to specify types everywhere... | nsensfel | |
2018-02-27 | Adds a way to statically analyse the code. | nsensfel | |
2017-11-28 | And that was the wrong arrow... | nsensfel | |
2017-11-28 | Woops, wrong order for the dependencies. | nsensfel | |
2017-11-28 | Got it to run. | nsensfel | |
2017-11-28 | Trying to tidy up this mess. | nsensfel | |
2017-11-21 | Fixes subfolders not triggering rebuild of parent. | Nathanael Sensfelder | |
2017-11-07 | Adds license, Makefile. | nsensfel | |
2017-11-06 | Got it to talk (incorrectly) to the client! | nsensfel | |