aboutsummarylogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-06-28Fixed wrong password segfaultAntony Kellermann
2018-06-27Split up some functions into separate onesAntony Kellermann
2018-06-27Moved populataing api data in Info_Array to a separate functionAntony Kellermann
2018-06-27Moved encryption/decryption functions from portfolio to rc4Antony Kellermann
2018-06-27Changed functions to file_get_string and string_write_fileAntony Kellermann
2018-06-25Modified check to use new totalsAntony Kellermann
2018-06-25Changed Info_Array to use Info for totalsAntony Kellermann
2018-06-23Updated Makefile for gtk+ and cairoAntony Kellermann
2018-06-17Changed permission for glade file to 755Antony Kellermann
2018-06-17Added glade autosave to gitignoreAntony Kellermann
2018-06-17Implemented basic GTK+ check windowAntony Kellermann
2018-06-17Modified portfolio.c to use totals in info_arrayAntony Kellermann
2018-06-16Modified Makefile to include GTK+Antony Kellermann
2018-06-16Added totals to info_array and string values for use by gtkAntony Kellermann
2018-06-14Fixed segfault on tick check securityAntony Kellermann
2018-06-14Changed iex intraday to use extended price if newer. Changed unix time to sec...Antony Kellermann
2018-06-13Added api function to let ist of iex tickersAntony Kellermann
2018-06-13New version: 2.4.0Antony Kellermann
2018-06-13Implemented scrolling for checkAntony Kellermann
2018-06-12Changed source of last close to more accurate sourceAntony Kellermann
2018-06-06Changed print all to take Info_Array as argumentAntony Kellermann
2018-06-05Added highlighting for checkAntony Kellermann
2018-06-04Implemented peers_printw and made small fixes to infoAntony Kellermann
2018-06-02Fixed problem with API sending multiple of the same articleAntony Kellermann
2018-06-02Made iex_store_peers return if array is length 0Antony Kellermann
2018-06-02Changed peers to use Info_ArrayAntony Kellermann
2018-06-01Fixed api peer bugsAntony Kellermann
2018-06-01Modified check function to use Info structsAntony Kellermann
2018-06-01Added Info_Array struct/functions and a function to calculate profitsAntony Kellermann
2018-06-01Added peer api function and portfolio data to info structAntony Kellermann
2018-05-30Updated man page/readme.md and updated to v2.3.0Antony Kellermann
2018-05-30Fixed graph zooming past current date bugAntony Kellermann
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