openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
H
HttpFilteringEngine
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
2 days
ago.
Aug 20, 2025 — Aug 20, 2026
Showing page 1 of 4
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Update README.md
Jesse Nicholson
More...
almost 9 years ago
Update README.md
Jesse Nicholson
More...
almost 9 years ago
API changes
Jesse Nicholson
More...
almost 9 years ago
Merge branch 'master' of https://github.com/TechnikEmpire/HttpFilteringEngine
Jesse Nicholson
More...
almost 9 years ago
Host specific TLS contexts
Jesse Nicholson
More...
almost 9 years ago
Update README.md
Jesse Nicholson
More...
almost 9 years ago
Fixes
Jesse Nicholson
More...
almost 9 years ago
Patch nuget issues
Jesse Nicholson
More...
almost 9 years ago
Update README.md
Jesse Nicholson
More...
almost 9 years ago
Update README.md
Jesse Nicholson
More...
almost 9 years ago
Integrate AnyCPU proxy
Jesse Nicholson
More...
almost 9 years ago
Removed ancient comments from WinDiverter.
Jesse Nicholson
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`.
Jesse Nicholson
More...
about 9 years ago
Re-enable TOR/SOCKS4/5 blocking.
Jesse Nicholson
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.
Jesse Nicholson
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).
Jesse Nicholson
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.
Jesse Nicholson
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.
Jesse Nicholson
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).
Jesse Nicholson
More...
about 9 years ago
Merge branch 'master' of github.com:TechnikEmpire/HttpFilteringEngine into HEAD
Jesse Nicholson
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.
Jesse Nicholson
More...
about 9 years ago
Update README.md
Jesse Nicholson
More...
about 9 years ago
Update README.md
Jesse Nicholson
More...
about 9 years ago
Update README.md
Jesse Nicholson
More...
about 9 years ago
Update README.md
Jesse Nicholson
More...
about 9 years ago
Update README.md
Jesse Nicholson
More...
about 9 years ago
Don't use --force --remote on submodules
Jesse Nicholson
More...
about 9 years ago
Update README.md
Jesse Nicholson
More...
about 9 years ago
Fixes, enhancements
Jesse Nicholson
More...
about 9 years ago
Fix bug with inspection flag
Jesse Nicholson
More...
over 9 years ago
←
1
2
3
4
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree