aboutsummarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-03-17Fixed #2: tick will now properly create/format a portfolio if the file ↵Antony Kellermann
doesn't exist or is empty
2018-03-17Updated man/readme and new versionAntony Kellermann
2018-03-17Fixed #2: Does not create portfolio file when missing, and requests password ↵Antony Kellermann
for empty portfolio file
2018-03-17Implemented zooming in and out for graphingAntony Kellermann
2018-03-12Transitioned graph to NCursesAntony Kellermann
2018-03-11Added morningstar 5y history for graphingAntony Kellermann
2018-03-11Added command 'graph' for IEX securitiesAntony Kellermann
2018-03-11Small updates to Makefile, PKGBUILD, READMEAntony Kellermann
2018-03-02Fixed segfaults on wrong password and memory leaks, cleared up main, and new ↵Antony Kellermann
version
2018-03-02Improved code documentation substantiallyAntony Kellermann
2018-02-28Updated information and new versionAntony Kellermann
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-26renamed some string functionsAntony Kellermann
2018-02-26Updated MakefileAntony Kellermann
2018-02-26Moved string manipulation functions to new c/h files, added them to ↵Antony Kellermann
Makefile, included header in other files
2018-02-25Modified strip_char to strip in place instead of returning a new stringAntony Kellermann
2018-02-25New version/updated readme and man pageAntony Kellermann
2018-02-25Added info support for mutf/otc etc.Antony Kellermann
2018-02-24Added info support for stocks/etfsAntony Kellermann
2018-02-24Small const modifications, fixed errors, and updated to-doAntony Kellermann
2018-02-23Added compiler warnings and fixed api warningsAntony Kellermann
2018-02-23Added new command 'info' for cryptosAntony Kellermann
2018-02-19New versionAntony Kellermann
2018-02-19Added support for checking and modifying encrypted portfoliosAntony Kellermann
2018-02-19Updated documentation and added ncurses dependencyAntony Kellermann
2018-02-19Added encrypt/decrypt functions and updated mainAntony Kellermann
2018-02-18small changes in rc4 and added documentationAntony Kellermann
2018-02-16Added rc4 files to projectAntony 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-06Morningstar bug fixAntony Kellermann
2018-02-05Bug fixes for Morningstar and added documentationAntony Kellermann
2018-02-04Minor formatting fixes in newsAntony Kellermann
2018-02-03Bug fixes in newsAntony Kellermann
2018-02-01Removed Alpha Vantage and consolidated API calls to one per symbolAntony Kellermann
2018-01-31Added Morningstar as an API for MUTF/OTCMKTSAntony Kellermann
2018-01-31Added support for newsAntony Kellermann
2018-01-29Added support for 1d gains/lossesAntony Kellermann
2018-01-26Small main updatesAntony Kellermann
2018-01-20Updated readmeAntony Kellermann
2018-01-20Added support for cryptocurrenciesAntony Kellermann
2018-01-20Added support for USDAntony Kellermann
2018-01-19Few bug fixesAntony Kellermann
2018-01-18Minor file updatesAntony 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