aboutsummarylogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-05-30Fixed uninitialized string bugAntony Kellermann
2018-05-30DocumentationAntony Kellermann
2018-05-30Put header into its own function and cleaned up interface_printAntony Kellermann
2018-05-30Added null pointer checking safeguards before strcpyingAntony Kellermann
2018-05-30Added minimum term size for infoAntony Kellermann
2018-05-30Removed strict overflowAntony Kellermann
2018-05-29Implented printing news in a window or stdout and info in a window or stdoutAntony Kellermann
2018-05-29Added News struct to easily store news and moved news API call as a threadabl...Antony Kellermann
2018-05-29Rewrote api and info header documentationAntony Kellermann
2018-05-29Fixed formatting issueAntony Kellermann
2018-05-29Fixed mistake where cryptocurrencies sometimes wouldn't workAntony Kellermann
2018-05-29Updated check to use new Info functionsAntony Kellermann
2018-05-29Changed graphing to use an Info objectAntony Kellermann
2018-05-28Added updated info functionsAntony Kellermann
2018-05-28Modified info for ncurses outputAntony Kellermann
2018-05-28Fixed bug and memory leakAntony Kellermann
2018-05-28Renamed graph.c/h to info.c/h and moved functions aroundAntony Kellermann
2018-05-28Modified graph to operate in a Window rather than using stdscrAntony Kellermann
2018-05-27Added functions to store additional Info dataAntony Kellermann
2018-05-27Removed google url shortener and options for post fields in curlAntony Kellermann
2018-05-27Updated license to remove News API and Google URL shortenerAntony Kellermann
2018-05-27Modified news to take data from iex, instead of News APIAntony Kellermann
2018-05-26Refactoring and error checksAntony Kellermann
2018-05-25Fixed 7d% bugAntony Kellermann
2018-05-21Documentation and new versionAntony Kellermann
2018-05-19Explicitly set graph/cmp background colorAntony Kellermann
2018-05-19Modified check to run in an ncurses window and easier sorting functionalityAntony Kellermann
2018-05-18Added documentation for cmp and new versionAntony Kellermann
2018-05-18Refactoring and changed compare command to cmpAntony Kellermann
2018-05-16Refactoring and improved documentationAntony Kellermann
2018-05-15Implemented compare commandAntony Kellermann
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