Skip to content

Releases: dmorn/lsaddr

v0.6.1

22 Nov 14:55
82f1e2a
Compare
Choose a tag to compare

Changelog

82f1e2a Avoid using address resolver to check address validity

v0.6.0

16 Oct 10:34
f0326c3
Compare
Choose a tag to compare

Changelog

5769fcf Add 2 more badges
a9bd7ad Add bpf encoder
1543634 Add filtering
17d403f Add lsof package
35144b1 Add netstat tool
8f8e520 Add tasklist module
3bb888b Add travis CI
cbc2605 Assert with concrete type
2e0395e Cleanup, add runtime fetchAll implementations
b4d4451 Close #13
f31592e Extract packages for handling external tools
f0326c3 Fix configuration
df71dec Fix license header
6ee0de3 Fix test
9ab65e4 Fix windows build
a9b9daa Format
e31f4b1 Format codebase
2ac0099 Format codebase
8e1a2ce Improve README
9f17de2 Improve doc
b298594 Improve logging
b1b664d Introduce Filter function. Remove set
805a5ef Merge pull request #14 from jecoz/refactoring
1497780 Print version using flags
a0a0b1a Refactor flags and usage
a503cbe Remove usused tool
40953bc Restore csv encoder
dc534c7 Restore encoders
03e4632 Simplify installation instructions
10dde18 Update README.md
15a7cf7 Update owner
1663d97 Update usage

v0.5.1

20 Sep 16:06
a1e8d0b
Compare
Choose a tag to compare

Changelog

4ccd3a6 Add t.Parallel
0ba9918 Encode new task format
2e2d651 Improve falg description
7805ba9 Improve tasklist decoder
c37c43d Improve tests, add t.Parallel()
ccd4a30 Remove unwanted file
a1e8d0b Restore Cmd field
299aa4c Set t.Parallel
2151db6 Use integers to represent pids

v0.4.1

09 Aug 14:47
e1aab92
Compare
Choose a tag to compare

Changelog

257db9e Close #10
80266ad Close #11
e1aab92 Fix configuration
0472bc4 Fix deprecation

v0.4.0

09 Aug 14:07
9791d22
Compare
Choose a tag to compare

Changelog

30e2bef Add FromAddr function
c0dc91e Add lookup_test package
da69d13 Improve tests
d3691ee Merge pull request #9 from booster-proj/issue/8
c0b59f0 Refactor bpf package
2b67aff Rename encoder package to csv
9791d22 Update README.md

v0.3.1

12 Jul 14:11
4b765c3
Compare
Choose a tag to compare

Changelog

a882142 Add command information if missing
3180923 Add documentation
ec2f201 Add netstat output decoder
2a714a6 Add runtime struct
e450874 Add some documentation
a829a17 Add windows lookup skeleton
bf596f4 Add windows target
4bec994 Better extract platform independent code
b038634 Centralize output
bccbd39 Extract common logic
478047e Extract platform independent code
ec2eea3 Fix docs
a27d033 Group filter functions. Extract pids from tasks
9d08cfe Group filter related things into filter.go
3c32733 Ignore .DS_Store
630ea6c Improve test clarity. Test UnmarshalNetstatLine
5da344a Merge branch 'master' into target/windows
1a66ac5 Merge branch 'master' of https://github.com/booster-proj/lsaddr
340d6a6 Merge branch 'target/windows' of https://github.com/booster-proj/lsaddr into target/windows
4b765c3 Merge pull request #7 from booster-proj/target/windows
2fb1f0c Refactor build contraints. Improve doc
e7ccddd Refactor package structure
e6320b3 Take only base path component to build filter
ddcdb05 Update README.md
5fdda1c Update README.md
a954232 Update README.md
d0ca755 Update README.md
dbc8f17 Update README.md
198916b Update README.md
00ef7e8 Update README.md
5076075 Update README.md

v0.3.0

02 Jul 09:54
d004fa7
Compare
Choose a tag to compare

Changelog

fff765b Add bpf expression builder
75a63d4 Add expr test
50f8861 Add missing imports
52f38ef Change bpf building
9ab6fe3 Cleanup codebase
36807a6 Fix merge conflicts
1e438f3 Format codebase
c9a3759 Improve doc
ccb4fd6 Initialize bpf package
d004fa7 Merge pull request #6 from booster-proj/issue/5
f7bc962 Remove bpf from encoders and unneeded functions
e4eaa07 Simplify output writing flow
06e7853 Update README
92b9748 Update README
02c230f Update README.md
9da6ab8 Update README.md
d5af84a Update README.md
a07fb0e Update README.md

v0.2.3

15 Jun 13:18
cedb71d
Compare
Choose a tag to compare

Changelog

7da19ff Format codebase
cedb71d Improve code quality
3a1affb Make minor style change
dd6661b Make output pipable by flushing stdout
ed93894 Only use src addr to build bpf filter
668caeb Remove possibility to configure bpf output
3e6e8bb Update README

v0.2.2

14 Jun 15:31
2eb81c0
Compare
Choose a tag to compare

Changelog

e325fb9 Add bpf encoder
82fdec4 Add doc
d595c8f Fix host/port join
2eb81c0 Merge pull request #4 from booster-proj/issue/2
834900b Remove unused flag

v0.2.1

14 Jun 10:03
2e199ce
Compare
Choose a tag to compare

Changelog

2bb6dc9 Add install recipe
2e199ce Handle .app paths properly