aboutsummarylogtreecommitdiffstats
path: root/api.c
AgeCommit message (Expand)Author
2018-09-04RefactoringAntony Kellermann
2018-09-04Made iex batch work with arbitrary sizesAntony Kellermann
2018-08-30Added ref data symbol searchAntony Kellermann
2018-08-29Added info array appendAntony Kellermann
2018-08-29Added function to find already loaded dataAntony Kellermann
2018-08-25Added ref_data bsearchAntony Kellermann
2018-08-25Added strncpy safety and changed some sizes of struct membersAntony Kellermann
2018-08-24Fixed segfault on ncurses newsAntony Kellermann
2018-08-23Fixed iex_batch_store_data_info bug and changed api provider to enumAntony Kellermann
2018-08-23Fixed segfaults on graphing and some infopAntony Kellermann
2018-08-22Removed warningAntony Kellermann
2018-08-22Made info_store_check_data work with profit percents without check dataAntony Kellermann
2018-08-22Fixed api thread problem and removed macrosAntony Kellermann
2018-08-21Changed all functions to use batchAntony Kellermann
2018-08-21Removed non-batch functionsAntony Kellermann
2018-08-21Split up some functionsAntony Kellermann
2018-08-20Fixed memory leakAntony Kellermann
2018-08-20Implemented batch callsAntony Kellermann
2018-08-04Fixed issues in iex_store_peersAntony Kellermann
2018-08-04Added iex_store_misc functionAntony Kellermann
2018-08-04Added api provider to InfoAntony Kellermann
2018-08-04Added temporary alphavantage API function and changed store info functions to...Antony Kellermann
2018-07-27Added info_array_get_info_from_symbol helper functionAntony Kellermann
2018-07-27Added ref data structAntony Kellermann
2018-07-25Replaced manual info_array allocs with new functionAntony Kellermann
2018-07-02Made destructors NULL safeAntony Kellermann
2018-06-28Rewrote some api functions to store data in existing Info object instead of r...Antony Kellermann
2018-06-27Moved populataing api data in Info_Array to a separate functionAntony Kellermann
2018-06-25Changed Info_Array to use Info for totalsAntony Kellermann
2018-06-16Added totals to info_array and string values for use by gtkAntony 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-12Changed source of last close to more accurate sourceAntony 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-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-30Fixed uninitialized string bugAntony Kellermann
2018-05-30Added null pointer checking safeguards before strcpyingAntony Kellermann
2018-05-29Added News struct to easily store news and moved news API call as a threadabl...Antony Kellermann
2018-05-29Fixed mistake where cryptocurrencies sometimes wouldn't workAntony Kellermann
2018-05-29Updated check to use new Info functionsAntony Kellermann
2018-05-28Added updated info functionsAntony 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-27Added functions to store additional Info dataAntony Kellermann
2018-05-27Removed google url shortener and options for post fields in curlAntony Kellermann
2018-05-27Modified news to take data from iex, instead of News APIAntony Kellermann