Arch Linux User Repository
Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
AUR : tick.git
AUR Package Repositories | click
here
to return to the package base details page
about
summary
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
portfolio.c
Age
Commit message (
Collapse
)
Author
2018-03-17
Fixed #2: Does not create portfolio file when missing, and requests password ↵
Antony Kellermann
for empty portfolio file
2018-03-02
Fixed segfaults on wrong password and memory leaks, cleared up main, and new ↵
Antony Kellermann
version
2018-02-28
Overhaul to replace many instances of char* and len pairs with Strings ↵
Antony Kellermann
instead, as well as moving functions to appropriate files
2018-02-25
Modified strip_char to strip in place instead of returning a new string
Antony Kellermann
2018-02-24
Small const modifications, fixed errors, and updated to-do
Antony Kellermann
2018-02-19
Added support for checking and modifying encrypted portfolios
Antony Kellermann
2018-02-19
Added encrypt/decrypt functions and updated main
Antony Kellermann
2018-02-16
Reduced number of allocs and added error checking
Antony Kellermann
2018-02-09
Convert bug fix and added better portfolio output
Antony Kellermann
2018-02-08
Changed portfolio to JSON format
Antony Kellermann
2018-02-03
Bug fixes in news
Antony Kellermann
2018-02-01
Removed Alpha Vantage and consolidated API calls to one per symbol
Antony Kellermann
2018-01-29
Added support for 1d gains/losses
Antony Kellermann
2018-01-20
Added support for USD
Antony Kellermann
2018-01-18
Added support for mutual funds and over-the-counter stocks
Antony Kellermann
2018-01-18
Updated license and made minor changes to output
Antony Kellermann
2018-01-17
Initial commit
Antony Kellermann