aboutsummarylogtreecommitdiffstats
path: root/api.c
AgeCommit message (Expand)Author
2018-10-05Removed strlen in api_store_info/array functionsAntony Kellermann
2018-09-27Made data level misc get 5y chartAntony Kellermann
2018-09-27Fixed segfaults on no internet for gtkAntony Kellermann
2018-09-27Implemented ref cacheAntony Kellermann
2018-09-26Added cache path initAntony Kellermann
2018-09-26Split up ref_data storage into separate functionsand added time_loaded variab...Antony Kellermann
2018-09-26Added DATA_LEVEL_GRAPHAntony Kellermann
2018-09-26Moved graph fill empty function to apiAntony Kellermann
2018-09-13Used memset to compensate for strncpy lack of null terminator and removed ref...Antony Kellermann
2018-09-04Added streq macroAntony Kellermann
2018-09-04Modified info_array_find_symbol_recursive to first go through info_array rath...Antony Kellermann
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