aboutsummarylogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-03-21New versionAntony Kellermann
2018-03-21Fixed undefined behavior caused by securities that haven't existed for at lea...Antony Kellermann
2018-03-21Fixed invalid freeAntony Kellermann
2018-03-18Implemented panning left and right for graphing and minor UI changesAntony 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-17Updated man/readme and new versionAntony Kellermann
2018-03-17Fixed #2: Does not create portfolio file when missing, and requests password ...Antony Kellermann
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
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 instea...Antony Kellermann
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 Makefile,...Antony Kellermann
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
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