aboutsummarylogtreecommitdiffstats
path: root/api.c
AgeCommit message (Expand)Author
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
2018-05-26Refactoring and error checksAntony Kellermann
2018-05-15Fixed graph zoom indicator issue and small optimizationsAntony Kellermann
2018-05-15Fixed info bugAntony Kellermann
2018-05-14Moved curl init to main for multithread safetyAntony Kellermann
2018-05-12Minor changesAntony Kellermann
2018-05-05Modified API calls to include 7 day changeAntony Kellermann
2018-04-30Added alloc check function to exit if an alloc fails.Antony Kellermann
2018-03-11Added morningstar 5y history for graphingAntony Kellermann
2018-03-11Added command 'graph' for IEX securitiesAntony 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-25Modified strip_char to strip in place instead of returning a new stringAntony Kellermann
2018-02-25Added info support for mutf/otc etc.Antony Kellermann
2018-02-24Added info support for stocks/etfsAntony Kellermann
2018-02-23Added compiler warnings and fixed api warningsAntony Kellermann
2018-02-23Added new command 'info' for cryptosAntony Kellermann
2018-02-16Reduced number of allocs and added error checkingAntony Kellermann
2018-02-06Morningstar bug fixAntony Kellermann
2018-02-05Bug fixes for Morningstar and added documentationAntony Kellermann
2018-02-04Minor formatting fixes in newsAntony Kellermann
2018-02-03Bug fixes in newsAntony Kellermann
2018-02-01Removed Alpha Vantage and consolidated API calls to one per symbolAntony Kellermann
2018-01-31Added Morningstar as an API for MUTF/OTCMKTSAntony Kellermann
2018-01-31Added support for newsAntony Kellermann
2018-01-29Added support for 1d gains/lossesAntony Kellermann