aboutsummarylogtreecommitdiffstats
path: root/portfolio.c
AgeCommit message (Expand)Author
2018-09-04RefactoringAntony Kellermann
2018-08-23Fixed wrong password segfaultAntony Kellermann
2018-08-21Changed all functions to use batchAntony Kellermann
2018-07-25Fixed function using json_object_get_json_object for some reasonAntony Kellermann
2018-07-25Replaced manual info_array allocs with new functionAntony Kellermann
2018-07-20Moved print/printw functions to curses_winAntony Kellermann
2018-07-19Made it so you cannot add or remove values of 0Antony Kellermann
2018-07-15Made it so porfolio_modify_string arguments cannot be negativeAntony 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-28Fixed wrong password segfaultAntony Kellermann
2018-06-27Split up some functions into separate onesAntony Kellermann
2018-06-25Modified check to use new totalsAntony Kellermann
2018-06-17Modified portfolio.c to use totals in info_arrayAntony Kellermann
2018-06-14Fixed segfault on tick check securityAntony Kellermann
2018-06-13Implemented scrolling for checkAntony 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-29Updated check to use new Info functionsAntony Kellermann
2018-05-25Fixed 7d% bugAntony 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-15Small optimizationsAntony Kellermann
2018-05-13Fixed SIGABRT sometimes caused by decryptionAntony 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-04-30Added alloc check function to exit if an alloc fails.Antony Kellermann
2018-03-17Fixed errors with writing new items to porfolio, empty/missing porfolio, and ...Antony Kellermann
2018-03-17Fixed #2: tick will now properly create/format a portfolio if the file doesn'...Antony Kellermann
2018-03-17Fixed #2: Does not create portfolio file when missing, and requests password ...Antony Kellermann
2018-03-02Fixed segfaults on wrong password and memory leaks, cleared up main, and new ...Antony Kellermann
2018-02-28Overhaul to replace many instances of char* and len pairs with Strings instea...Antony Kellermann
2018-02-25Modified strip_char to strip in place instead of returning a new stringAntony 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-09Convert bug fix and added better portfolio outputAntony Kellermann
2018-02-08Changed portfolio to JSON formatAntony Kellermann
2018-02-03Bug fixes in newsAntony Kellermann
2018-02-01Removed Alpha Vantage and consolidated API calls to one per symbolAntony Kellermann