aboutsummarylogtreecommitdiffstats
path: root/portfolio.c
AgeCommit message (Expand)Author
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
2018-01-29Added support for 1d gains/lossesAntony Kellermann
2018-01-20Added support for USDAntony Kellermann
2018-01-18Added support for mutual funds and over-the-counter stocksAntony Kellermann
2018-01-18Updated license and made minor changes to outputAntony Kellermann
2018-01-17Initial commitAntony Kellermann