This project is mirrored from https://gitee.com/mirrors/Mizu.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 19 Jul, 2022 1 commit
  2. 17 Jul, 2022 1 commit
  3. 14 Jul, 2022 1 commit
  4. 13 Jul, 2022 3 commits
  5. 12 Jul, 2022 5 commits
  6. 11 Jul, 2022 5 commits
  7. 10 Jul, 2022 1 commit
  8. 07 Jul, 2022 3 commits
  9. 06 Jul, 2022 2 commits
  10. 05 Jul, 2022 4 commits
    • leon-up9's avatar
      move icon to right side (#1185) · d8579358
      leon-up9 authored
      Co-authored-by: Leon <>
      Unverified
      d8579358
    • gadotroee's avatar
      Add available protocols to the stats endpoint (colors for methods are coming from server) (#1184) · ec11b21b
      gadotroee authored
      
      * add protocols array to the endpoint
      
      * no message
      
      * no message
      
      * fix tests and small fix for the iteration
      
      * fix the color of the protocol
      
      * Get protocols list and method colors from server
      
      * fix tests
      
      * cr fixes
      Co-authored-by: default avatarAmit Fainholts <amit@up9.com>
      Unverified
      ec11b21b
    • M. Mert Yıldıran's avatar
      Add `ABI0` support to Go `crypto/tls` eBPF tracer (#1169) · 52c9251c
      M. Mert Yıldıran authored
      * Determine the Go ABI and get `goid` offset from DWARF
      
      * Add `ABI` enum and morph the function according to the detected ABI
      
      * Pass `goid` offset to an eBPF map to retrieve it in eBPF context
      
      * Add `vmlinux.h` and implement `get_goid_from_thread_local_storage`
      
      * Fix BPF verifier errors
      
      * Update the comments
      
      * Add `go_abi_0.h` and implement `ABI0` specific reads for `arm64`
      
      * Upgrade `github.com/cilium/ebpf` to `v0.9.0`
      
      * Add a comment
      
      * Add macros for x86 specific parts
      
      * Update `x86.o`
      
      * Fix the map key type
      
      * Add `user_pt_regs`
      
      * Update arm64 object file
      
      * Fix the version detection logic
      
      * Add `getGStructOffset` method
      
      * Define `goid_offsets`, `goid_offsets_map` structs and pass the offsets correctly
      
      * Fix the `net.TCPConn` and buffer addresses for `ABI0`
      
      * Remove comment
      
      * Fix the issues for arm64 build
      
      * Update x86.o
      
      * Revert "Fix the issues for arm64 build"
      
      This reverts commit 48b041b1.
      
      * Revert `user_pt_regs`
      
      * Add `vmlinux` directory
      
      * Fix the `build.sh` and `Dockerfile`
      
      * Add vmlinux_arm64.h
      
      * Disable `get_goid_from_thread_local_storage` on ARM64 with a macro
      
      * Update x86.o
      
      * Update arm64.o
      
      * x86
      
      * arm64
      
      * Fix the cross-compilation issue from x86 to arm64
      
      * Fix the same thing for x86
      
      * Use `BPF_CORE_READ` macro instead of `bpf_ringbuf_reserve` to support kernel versions older than 5.8
      
      Also;
      Add legacy version of thread_struct: thread_struct___v46
      Build an additional object file for the kernel versions older than or equal to 4.6 and load them accordingly.
      Add github.com/moby/moby
      
      * Make #define directives more definitive
      
      * Select the x86 and arm64 versions of `vmlinux.h` using macros
      
      * Put `goid` offsets into the map before installing `uprobe`(s)
      
      * arm64
      
      * #run_acceptance_tests
      
      * Remove a forgotten `fmt.Printf`
      
      * Log the detected Linux kernel version
      Unverified
      52c9251c
    • leon-up9's avatar
      with loading HOC (#1181) · f3a6b3a9
      leon-up9 authored
      * withLoading
      
      * optional props
      
      * LoadingWrapper
      
      * pr comments
      
      * changes
      
      Co-authored-by: Leon <>
      Unverified
      f3a6b3a9
  11. 04 Jul, 2022 2 commits
  12. 03 Jul, 2022 4 commits
  13. 30 Jun, 2022 2 commits
  14. 29 Jun, 2022 2 commits
  15. 28 Jun, 2022 2 commits
  16. 26 Jun, 2022 2 commits