aboutsummarylogtreecommitdiffstats
path: root/main.c
AgeCommit message (Collapse)Author
2018-03-11Added command 'graph' for IEX securitiesAntony Kellermann
2018-03-02Fixed segfaults on wrong password and memory leaks, cleared up main, and new ↵Antony Kellermann
version
2018-02-28Overhaul to replace many instances of char* and len pairs with Strings ↵Antony Kellermann
instead, as well as moving functions to appropriate files
2018-02-26Moved string manipulation functions to new c/h files, added them to ↵Antony Kellermann
Makefile, included header in other files
2018-02-24Small const modifications, fixed errors, and updated to-doAntony Kellermann
2018-02-23Added new command 'info' for cryptosAntony 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-09mostly rewrite main.c, fix some segfaults on missing arguments, addCharlie Waters
support for adding shares by unit price "[USD$[EA]]" (cherry picked from commit bbf194f2e9b05a0d5cd18cd1260d28f857e7c764)
2018-02-08Changed portfolio to JSON formatAntony Kellermann
2018-02-04Minor formatting fixes in newsAntony Kellermann
2018-01-31Added support for newsAntony Kellermann
2018-01-26Small main updatesAntony Kellermann
2018-01-18Added support for mutual funds and over-the-counter stocksAntony Kellermann
2018-01-17Initial commitAntony Kellermann