aboutsummaryrefslogtreecommitdiff
path: root/src/Log.cpp
AgeCommit message (Collapse)Author
2020-08-18Add database object to callback funcsdec05eba
2020-08-18Update tododec05eba
2020-08-18Add missing include for 'stdout'dec05eba
2020-08-18Add memory usage testdec05eba
2020-08-18Resend data if it failsdec05eba
2020-08-18Store database storage to files, also loadingdec05eba
2020-08-18Add callback functions for operationsdec05eba
2020-08-18Expose include dirdec05eba
2020-08-18Fix add data operation not working correctlydec05eba
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)