1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 13, 2024 — Dec 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #81 from acooks/fix-slow-reader-problem More... 5 days ago
feat(server): add adaptive tiered message queues for slow clients More... 5 days ago
Merge pull request #80 from acooks/fix-message-compression More... 6 days ago
perf(websocket): add application-level compression with preset dictionary More... 6 days ago
Merge pull request #79 from acooks/drop-privileges More... 6 days ago
feat(server): add capability-based least-privilege support More... 6 days ago
Merge pull request #78 from acooks/enable-permessage-deflate More... 7 days ago
perf(server): enable WebSocket permessage-deflate compression More... 7 days ago
Merge pull request #77 from acooks/update-readme More... 7 days ago
docs(readme): update with TCP analysis features and usage guide More... 7 days ago
Merge pull request #76 from acooks/track-tcp-cwnd-and-mss More... 7 days ago
feat(window): improve TCP window chart with state tracking and visual cues More... 7 days ago
feat(rtt): improve TCP state tracking and RTT chart markers More... 7 days ago
feat(server): add runtime --allowed option for interface filtering More... 8 days ago
fix(config): set MAX_IFACE_LEN to match kernel IFNAMSIZ (16) More... 8 days ago
docs(build): document build configuration and add help targets More... 8 days ago
fix(server): improve CLI argument handling and help message More... 8 days ago
feat(html5): add TCP advertised window chart with congestion events More... 8 days ago
feat(server): copy TCP window info from flow_record to message More... 8 days ago
feat(messages): add TCP window tracking fields to toptalk message More... 8 days ago
feat(intervals): cache window info in flow_record for thread-safe access More... 8 days ago
feat(intervals): integrate TCP window tracking into packet processing More... 8 days ago
feat(toptalk): add TCP window tracking module More... 8 days ago
feat(flow): add flow_window_info struct for TCP window tracking More... 8 days ago
feat(decode): add TCP window field to extended packet structure More... 8 days ago
fix(concurrency): add lock-free double-buffering for top flows data More... 8 days ago
fix(decode): add forward declaration for struct pcap_pkthdr More... 8 days ago
perf(rtt): add tcp_rtt_get_info() for single-lookup RTT+state query More... 8 days ago
fix(rtt): minor cleanup - fix duplicate form tag, update comment More... 8 days ago
feat(rtt): add TCP round-trip time tracking and visualization More... 8 days ago