Age | Commit message (Expand) | Author |
2018-05-18 | Added documentation for cmp and new version | Antony Kellermann |
2018-05-18 | Refactoring and changed compare command to cmp | Antony Kellermann |
2018-05-16 | Refactoring and improved documentation | Antony Kellermann |
2018-05-15 | Implemented compare command | Antony Kellermann |
2018-05-15 | Version 2.0 -- Increased stability and API speed increased greatly | Antony Kellermann |
2018-05-15 | Fixed graph zoom indicator issue and small optimizations | Antony Kellermann |
2018-05-15 | Fixed info bug | Antony Kellermann |
2018-05-15 | Small optimizations | Antony Kellermann |
2018-05-14 | Moved curl init to main for multithread safety | Antony Kellermann |
2018-05-13 | Fixed SIGABRT sometimes caused by decryption | Antony Kellermann |
2018-05-13 | Implemented multithreading for check for O(1) compute time | Antony Kellermann |
2018-05-12 | Minor changes | Antony Kellermann |
2018-05-12 | Added return/goto macros to portfolio.c and improved code documentation | Antony Kellermann |
2018-05-12 | Rewrote/rearranged encryption and decryption methods | Antony Kellermann |
2018-05-05 | Updated info and new version | Antony Kellermann |
2018-05-05 | Added 7 day profit sort option | Antony Kellermann |
2018-05-05 | Modified API calls to include 7 day change | Antony Kellermann |
2018-05-03 | Updated man page and new version | Antony Kellermann |
2018-05-03 | Implemented sorting and rewrote most of print_all. Changed main check arguments | Antony Kellermann |
2018-05-02 | Rewrote portfolio_print_stock | Antony Kellermann |
2018-05-02 | Rewrote portfolio_print_all | Antony Kellermann |
2018-05-02 | Added documentation | Antony Kellermann |
2018-05-02 | Function for storing api data in security data struct | Antony Kellermann |
2018-05-01 | Implemented storing portfolio data in structs | Antony Kellermann |
2018-04-30 | Added alloc check function to exit if an alloc fails. | Antony Kellermann |
2018-03-21 | New version | Antony Kellermann |
2018-03-21 | Fixed undefined behavior caused by securities that haven't existed for at lea... | Antony Kellermann |
2018-03-21 | Fixed invalid free | Antony Kellermann |
2018-03-18 | Implemented panning left and right for graphing and minor UI changes | Antony Kellermann |
2018-03-17 | Fixed errors with writing new items to porfolio, empty/missing porfolio, and ... | Antony Kellermann |
2018-03-17 | Fixed #2: tick will now properly create/format a portfolio if the file doesn'... | Antony Kellermann |
2018-03-17 | Updated man/readme and new version | Antony Kellermann |
2018-03-17 | Fixed #2: Does not create portfolio file when missing, and requests password ... | Antony Kellermann |
2018-03-17 | Implemented zooming in and out for graphing | Antony Kellermann |
2018-03-12 | Transitioned graph to NCurses | Antony Kellermann |
2018-03-11 | Added morningstar 5y history for graphing | Antony Kellermann |
2018-03-11 | Added command 'graph' for IEX securities | Antony Kellermann |
2018-03-11 | Small updates to Makefile, PKGBUILD, README | Antony Kellermann |
2018-03-02 | Fixed segfaults on wrong password and memory leaks, cleared up main, and new ... | Antony Kellermann |
2018-03-02 | Improved code documentation substantially | Antony Kellermann |
2018-02-28 | Updated information and new version | Antony Kellermann |
2018-02-28 | Overhaul to replace many instances of char* and len pairs with Strings instea... | Antony Kellermann |
2018-02-26 | renamed some string functions | Antony Kellermann |
2018-02-26 | Updated Makefile | Antony Kellermann |
2018-02-26 | Moved string manipulation functions to new c/h files, added them to Makefile,... | Antony Kellermann |
2018-02-25 | Modified strip_char to strip in place instead of returning a new string | Antony Kellermann |
2018-02-25 | New version/updated readme and man page | Antony Kellermann |
2018-02-25 | Added info support for mutf/otc etc. | Antony Kellermann |
2018-02-24 | Added info support for stocks/etfs | Antony Kellermann |
2018-02-24 | Small const modifications, fixed errors, and updated to-do | Antony Kellermann |