Skip to content

Releases: dmorn/lsaddr

v0.2.0

13 Jun 16:15
fce6c78
Compare
Choose a tag to compare

Changelog

7e314e6 Add csv encoder
5665398 Add csv encoder test
98252e2 Add some documentation
fce6c78 Fix warning
3793309 Merge pull request #3 from booster-proj/issue/2
2af303f Update README
3063e85 Update README.md
c30e713 Update README.md

0.1.1

13 Jun 14:22
61636fa
Compare
Choose a tag to compare

Changelog

974e149 Add downloader script
61636fa Add some notes
04e2408 Cleanup output
7f12329 Merge branch 'master' of https://github.com/booster-proj/lsaddr
5546735 Merge branch 'master' of https://github.com/booster-proj/lsaddr
ffcf0e6 Properly format codebase
bb8a913 Update README.md
9a61384 Update README.md
cce0a84 Update Usage section
e2f28bd Update fmt recipe
5eb6304 Update release section

0.1.0

13 Jun 13:43
d28dc0d
Compare
Choose a tag to compare

Changelog

d42f299 Add app name lookup functions for macOS
932c2bd Add basic Makefile
975f4b7 Add executable base
5682133 Add fmt recipe
ae17cc2 Add gitignore
c0b678e Add goreleaser
5e214c7 Add lsof output decoder
f1fa93a Add version command
daeae45 Change func name. Add some doc
e729f85 Create README.md
42f2c24 Do to allow to match everything
f7f1f13 Filter lsof output by pid
090bf3e Find app Pids, call lsof
b3486a8 Fix compile error
d28dc0d Fix config
93582bb Ignore dist/
c398f44 Improve description
88c57a1 Improve usage
49b6268 Initialize repository
ba9cdaa Merge branch 'master' of https://github.com/booster-proj/lsaddr
d4a9e6a Remove panic call. Add logger and --debug flag
8c27f47 Restructure platform dependent code
23346ec Split platform independent code
2994264 Update README.md