[go: up one dir, main page]

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.8.4
Choose a base ref
...
head repository: gojue/ecapture
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.5
Choose a head ref
  • 17 commits
  • 41 files changed
  • 2 contributors

Commits on Jul 21, 2024

  1. feat: parse http2 data in text mode (#580)

    * h2 demo
    * gzip
    * http2 request test
    * update test file
    * update test
    * update bin file
    yuweizzz authored Jul 21, 2024
    Configuration menu
    Copy the full SHA
    b73a099 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. pkg: add http2 request/response unit test. (#583)

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    a00697c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. feat: allow capture ipv6 packet (#586)

    * support ipv6 packet 
    * update makefile
    yuweizzz authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    37ef9f4 View commit details
    Browse the repository at this point in the history
  2. workflows: remove Qodana CI workflow. (#589)

    Once the kernel header file is built, return to the user root
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    f091481 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. user: Added alarms for unused parameters

    If the kernel version is earlier than 5.2, a message indicating that the global parameters cannot be used is printed
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0f0ac82 View commit details
    Browse the repository at this point in the history
  2. chore: typos

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    822ad59 View commit details
    Browse the repository at this point in the history
  3. pkg: fix lint staticcheck

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ffd9a91 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. gomod: update ebpfmanager version to v0.4.6

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    dc5bed0 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. user: split loggers, which are divided into loggers and event collectors

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    605843f View commit details
    Browse the repository at this point in the history
  2. user: fix ci-lint warning.

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    8e93087 View commit details
    Browse the repository at this point in the history
  3. workflow: remove invalid flags of golangci-lint

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    553f8f6 View commit details
    Browse the repository at this point in the history
  4. cmd: when the program starts, print the log file address

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    6a9a515 View commit details
    Browse the repository at this point in the history
  5. workflow: add codecov action config.

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    76f07af View commit details
    Browse the repository at this point in the history
  6. workflow: update python version

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    84662a3 View commit details
    Browse the repository at this point in the history
  7. workflow: add code dir .

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    eb22e72 View commit details
    Browse the repository at this point in the history
  8. workflow: revert codecov yml

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    75e8934 View commit details
    Browse the repository at this point in the history
  9. release v0.8.5

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    35cc757 View commit details
    Browse the repository at this point in the history
Loading