Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gojue/ecapture
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.5
Choose a base ref
...
head repository: gojue/ecapture
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 21, 2025

  1. fix: #739 Add sock consistency check to void tuple miss. (#750)

    The delay in ebpf events processing in user mode may cause tuple
    not found, new AddConn with same pid will overwrite the tuple
    which will be deleted by DestroyConn. Add sock consistency check
    before tuple cleaning.
    chilli13 authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    c240984 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump 30+ golang modules. (#751)

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    0c1dbe6 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. release v1.0.0 (Stable Versions)

    Say goodbye to eBPF for now, hello, AI Agent.😜
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    303549c View commit details
    Browse the repository at this point in the history
Loading