aboutsummaryrefslogtreecommitdiff
path: root/readme.md
AgeCommit message (Expand)Author
2022-09-20Updated and cleaned up the to-do list.dam
2022-09-20Show symbol when viewing the archive.dam
2022-09-20Fix input cycle to work with main and archive databases.dam
2022-09-20Let's say this is the first working prototype.dam
2022-08-31Reduced DB_MAX_CAP for nearest power-of-two. Fixed export_to_csv to clean com...dam
2022-08-31Removed unused database helper functions. Reworked database to use size_t and...dam
2022-08-30Completed add_task and remove_task functions. All screen is now refreshed, al...dam
2022-08-24Add modified_on field to task_t.dam
2022-08-24Checks if CHAR_BIT is 8. Using char as unit of string. Completed truncate_str...dam
2022-08-23Updated to do list.dam
2022-08-23Removed hash related stuff (kept in misc.c file just in case). Prototype impl...dam