aboutsummarylogtreecommitdiffstats
path: root/portfolio.h
AgeCommit message (Expand)Author
2018-07-26Changed definition block namesAntony Kellermann
2018-07-20Moved print/printw functions to curses_winAntony Kellermann
2018-07-07Added return value for portfolio_modify_stringAntony Kellermann
2018-06-28Rewrote some api functions to store data in existing Info object instead of r...Antony Kellermann
2018-06-28DocumentationAntony Kellermann
2018-06-27Split up some functions into separate onesAntony Kellermann
2018-06-06Changed print all to take Info_Array as argumentAntony Kellermann
2018-06-05Added highlighting for checkAntony Kellermann
2018-06-01Modified check function to use Info structsAntony Kellermann
2018-05-19Modified check to run in an ncurses window and easier sorting functionalityAntony Kellermann
2018-05-18Refactoring and changed compare command to cmpAntony Kellermann
2018-05-15Fixed graph zoom indicator issue and small optimizationsAntony Kellermann
2018-05-13Implemented multithreading for check for O(1) compute timeAntony Kellermann
2018-05-12Added return/goto macros to portfolio.c and improved code documentationAntony Kellermann
2018-05-12Rewrote/rearranged encryption and decryption methodsAntony Kellermann
2018-05-05Added 7 day profit sort optionAntony Kellermann
2018-05-03Implemented sorting and rewrote most of print_all. Changed main check argumentsAntony Kellermann
2018-05-02Rewrote portfolio_print_stockAntony Kellermann
2018-05-02Rewrote portfolio_print_allAntony Kellermann
2018-05-02Added documentationAntony Kellermann
2018-05-02Function for storing api data in security data structAntony Kellermann
2018-05-01Implemented storing portfolio data in structsAntony Kellermann
2018-03-02Improved code documentation substantiallyAntony Kellermann
2018-02-28Overhaul to replace many instances of char* and len pairs with Strings instea...Antony Kellermann
2018-02-24Small const modifications, fixed errors, and updated to-doAntony Kellermann
2018-02-19Added support for checking and modifying encrypted portfoliosAntony Kellermann
2018-02-19Added encrypt/decrypt functions and updated mainAntony Kellermann
2018-02-16Reduced number of allocs and added error checkingAntony Kellermann
2018-02-08Changed portfolio to JSON formatAntony Kellermann
2018-01-18Added support for mutual funds and over-the-counter stocksAntony Kellermann
2018-01-17Initial commitAntony Kellermann