aboutsummaryrefslogtreecommitdiff
path: root/src/Log.cpp
AgeCommit message (Collapse)Author
2018-10-21Add database object to callback funcsdec05eba
2018-06-02Update tododec05eba
2018-05-23Add missing include for 'stdout'dec05eba
2018-05-18Add memory usage testdec05eba
2018-05-18Resend data if it failsdec05eba
2018-04-14Store database storage to files, also loadingAleksi Lindeman
2018-03-17Add callback functions for operationsAleksi Lindeman
2018-03-13Expose include dirAleksi Lindeman
2018-03-13Fix add data operation not working correctlyAleksi Lindeman
Reminder: do not get reference to hash map value... duh Add thread-safe logging (log is in order now!). Store data immediately to database when WE add it instead of waiting for response from remote peers. TODO: Test with multiple peers (not only localhost)