aboutsummarylogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)Author
2018-08-20Moved code from main to curses_win.cAntony Kellermann
2018-08-20Implemented batch callsAntony Kellermann
2018-07-20Moved print/printw functions to curses_winAntony Kellermann
2018-07-20Renamed filesAntony Kellermann
2018-06-28Rewrote some api functions to store data in existing Info object instead of r...Antony Kellermann
2018-06-27Split up some functions into separate onesAntony Kellermann
2018-06-17Implemented basic GTK+ check windowAntony Kellermann
2018-06-06Changed print all to take Info_Array as argumentAntony 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-29Changed graphing to use an Info objectAntony 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-27Modified news to take data from iex, instead of News APIAntony Kellermann
2018-05-21Documentation and new versionAntony Kellermann
2018-05-19Modified check to run in an ncurses window and easier sorting functionalityAntony Kellermann
2018-05-18Refactoring and changed compare command to cmpAntony Kellermann
2018-05-15Implemented compare commandAntony Kellermann
2018-05-15Small optimizationsAntony Kellermann
2018-05-14Moved curl init to main for multithread safetyAntony Kellermann
2018-05-12Rewrote/rearranged encryption and decryption methodsAntony Kellermann
2018-05-05Added 7 day profit sort optionAntony Kellermann
2018-05-03Implemented sorting and rewrote most of print_all. Changed main check argumentsAntony Kellermann
2018-05-02Rewrote portfolio_print_stockAntony Kellermann
2018-04-30Added alloc check function to exit if an alloc fails.Antony Kellermann
2018-03-21Fixed invalid freeAntony Kellermann
2018-03-17Fixed errors with writing new items to porfolio, empty/missing porfolio, and ...Antony Kellermann
2018-03-12Transitioned graph to NCursesAntony Kellermann
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
2018-02-28Overhaul to replace many instances of char* and len pairs with Strings instea...Antony Kellermann
2018-02-26Moved string manipulation functions to new c/h files, added them to Makefile,...Antony Kellermann
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
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