aboutsummarylogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-05-15Version 2.0 -- Increased stability and API speed increased greatlyAntony Kellermann
2018-05-15Fixed graph zoom indicator issue and small optimizationsAntony Kellermann
2018-05-15Fixed info bugAntony Kellermann
2018-05-15Small optimizationsAntony Kellermann
2018-05-14Moved curl init to main for multithread safetyAntony Kellermann
2018-05-13Fixed SIGABRT sometimes caused by decryptionAntony Kellermann
2018-05-13Implemented multithreading for check for O(1) compute timeAntony Kellermann
2018-05-12Minor changesAntony 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-05Updated info and new versionAntony Kellermann
2018-05-05Added 7 day profit sort optionAntony Kellermann
2018-05-05Modified API calls to include 7 day changeAntony Kellermann
2018-05-03Updated man page and new versionAntony 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-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