0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... almost 9 years ago
Update README.md More... almost 9 years ago
API changes More... almost 9 years ago
Merge branch 'master' of https://github.com/TechnikEmpire/HttpFilteringEngine More... almost 9 years ago
Host specific TLS contexts More... almost 9 years ago
Update README.md More... almost 9 years ago
Fixes More... almost 9 years ago
Patch nuget issues More... almost 9 years ago
Update README.md More... almost 9 years ago
Update README.md More... almost 9 years ago
Integrate AnyCPU proxy More... almost 9 years ago
Removed ancient comments from WinDiverter. More... about 9 years ago
In WinDiverter, reduced the number of threads running against the diversion driver to be equal to the number of logical cores in the host device.\nIn BaseHttpTransaction, added failed payload bodies to ReportError when http_parser reports failure.\nIn BaseHttpTransaction, when building http status code, changed from an if statement (which could fail) to a switch/case with a default.\nIn TlsCapableHttpBridge, moved TLS certificate verification into a specialized template function to expose native SSL_* members.\nIn TlsCapableHttpBridge, in specialized TLS certificate verification callback, imported some cross-platform code written by Microsoft to handle full certificate chain verification. Added this to the contrib folder with the source license.\nIn TlsCapableHttpBridge, made the async handshake call for TLS handshake take a shared_ptr to `this`. More... about 9 years ago
Re-enable TOR/SOCKS4/5 blocking. More... about 9 years ago
Possible fix for Firefox crash. Added cleanup of existing same-name certs on each engine initialization. Disabled TOR blocking to attempt firefox debug. Changed wait handling for async packet receive function to emulate how its used by library author. Made passthrough tunnels terminate immediately when the other end of the tunnel is closed. More... about 9 years ago
Fixes an issue reintroduced where headers are reported as truncated, when in fact they are not. Enables TOR by default. Changes to port to process mapping to improve caching performance and mapping accuracy. Fixes an issue with port to process mapping where it could fail if IP address was set to 0. Fixes code that determines if an IPV4 address is private or not. Fixed discovery of IPV4 private connections and automatically bypasses them to avoid problems with self signed certs (like logging into router). More... about 9 years ago
Fixed an issue where http headers could get fragmented and truncated by tracking fresh header keys as well as values. More... about 9 years ago
Fixed an issue where uploaded user payload flagged for inspection causes that payload to get corrupted. Changed timeouts to be very long to prevent the filter from terminating connections due to timeout unless ABSOLUTELY necessary. More... about 9 years ago
Patched an issue where an error condition could cause upstream or downstream header callbacks to be infinitely called, pegging the CPU. Updated openSSL cipher suites to be strong(er). More... about 9 years ago
Merge branch 'master' of github.com:TechnikEmpire/HttpFilteringEngine into HEAD More... about 9 years ago
Added dedicated process-to-port matching for WinDiverter for ipv4 and ipv6. Changed ipv6 redirection code to manual copy. Changed listener to open a dual-model socket as to handle ipv4 and ipv6 connections. Added handling of incorrectly closed TLS sessions so we can close out our client/server gracefully even when our remote partners don't do so. Added termination flags to the bridge class to flag the state for termination AFTER completing an async read/write. More... about 9 years ago
Update README.md More... about 9 years ago
Update README.md More... about 9 years ago
Update README.md More... about 9 years ago
Update README.md More... about 9 years ago
Update README.md More... about 9 years ago
Don't use --force --remote on submodules More... about 9 years ago
Update README.md More... about 9 years ago
Fixes, enhancements More... about 9 years ago
Fix bug with inspection flag More... over 9 years ago