wokhan / WFN

Windows Firewall Notifier extends the default Windows embedded firewall by allowing to handle and notify about outgoing connections, offers real time connections monitoring, connections map, bandwidth usage monitoring and more...
GNU General Public License v3.0
603 stars 95 forks source link

Feature/u1 eventlog #69

Closed harrwiss closed 4 years ago

harrwiss commented 4 years ago

This pull request contains all modifications for EventsLog enhancements and supporting helper described here: WFN-Modifications-based-on-2.0-Beta-3.

Think it should be simpler now with the simplified commit history.

However, let me suggest that you create a local branch from the pull request and compare the individual files from the branch history. The reason for my suggestion is, that when you look at the changed files below it suggests that there are much more changes then there really are.

Example ProcessHelper.cs (in commit EventsLog enhancements and supporting helper) below suggests in the diff that there are 439 changes, which is clearly not the case - in fact I only added 3 functions, a small results class and made one small change to the existing code.

Let me know if you need more info.

Cheers.