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. 29 Jun, 2022 4 commits
  2. 28 Jun, 2022 2 commits
  3. 27 Jun, 2022 2 commits
  4. 26 Jun, 2022 4 commits
  5. 23 Jun, 2022 2 commits
  6. 22 Jun, 2022 1 commit
  7. 21 Jun, 2022 2 commits
  8. 20 Jun, 2022 1 commit
    • M. Mert Yıldıran's avatar
      Add ARM64 support to eBPF (#1151) · f9a9c05f
      M. Mert Yıldıran authored
      * Define and use `BPF_CFLAGS` environment variable
      
      * Add eBPF dependencies to `builder-from-amd64-to-arm64v8` and `builder-native-base`
      
      * Add eBPF dependencies to `builder-from-arm64v8-to-amd64`
      
      * Only compile x86 arch of Capstone for x86 target
      
      * Build and install `libbpf` from source
      
      * Fix `builder-from-arm64v8-to-amd64`
      
      * Add `BPF_TARGET` environment variable
      
      * Fix the eBPF verifier error on ARM64
      
      * Fix `go_crypto_tls_ex_uprobe`
      
      * Fix the check
      
      * #run_acceptance_tests
      
      * Fix the build script
      
      * Include ARM64 files
      
      * Bring back `x86.o`
      
      * Generate both endianness
      
      * Fix Dockerfile
      
      * #run_acceptance_tests
      
      * Determine the endianness on runtime if it's possible in Go (default little-endian) #run_acceptance_tests
      
      * Revert "Determine the endianness on runtime if it's possible in Go (default little-endian) #run_acceptance_tests"
      
      This reverts commit a2c83c6040a6c26b9f005dc8e3cec46764956494.
      
      * Remove big-endian files #run_...
      f9a9c05f
  9. 19 Jun, 2022 4 commits
  10. 16 Jun, 2022 3 commits
  11. 14 Jun, 2022 1 commit
  12. 13 Jun, 2022 2 commits
  13. 12 Jun, 2022 4 commits
    • M. Mert Yıldıran's avatar
      Update Basenine hashes (#1138) · 1f70eab0
      M. Mert Yıldıran authored
      1f70eab0
    • M. Mert Yıldıran's avatar
      Upgrade Basenine to `v0.8.3` (#1137) · ea499190
      M. Mert Yıldıran authored
      * Upgrade Basenine to `v0.8.3`
      
      * #run_acceptance_tests
      ea499190
    • M. Mert Yıldıran's avatar
      Add Go `crypto/tls` eBPF tracer for TLS connections (#1120) · 2ad4838c
      M. Mert Yıldıran authored
      * Run `go generate tls_tapper.go`
      
      * Add `golang_uprobes.c`
      
      * Add Golang hooks and offsets
      
      * Add `golangConnection` struct and implement `pollGolangReadWrite` method
      
      * Upgrade `github.com/cilium/ebpf` version to `v0.8.1`
      
      * Fix the linter error
      
      * Move map related stuff to `maps.h` and run `go generate tls_tapper.go`
      
      * Remove unused parameter
      
      * Add an environment variable to test Golang locally
      
      * Replace `Libssl` occurrences with `Ssllib` for consistency
      
      * Fix exe path finding
      
      * Temporarily disable OpenSSL
      
      * Fix the mixed offsets and dissection preparation
      
      * Change the read symbol from `net/http.(*persistConn).Read` to `crypto/tls.(*Conn).Read`
      
      * Remove `len` and `cap` fields
      
      * Fix the indent
      
      * Fix the read data address
      
      * Make `golang_dial_writes` key `__u64` and include the PID
      
      * Fix the read data address one more time
      
      * Temporarily disable the PCAP capture
      
      * Add a uprobe for `net/http.(*g...
      2ad4838c
    • lirazyehezkel's avatar
      TRA-4276 Folder structure refactor (#1131) · e41488ef
      lirazyehezkel authored
      * mizu-common folder structure refactor
      
      * no message
      
      * change images import from absolute to relative
      
      * relative sass imports
      
      * no message
      
      * remove tgz
      
      * spinner style
      e41488ef
  14. 08 Jun, 2022 1 commit
    • AmitUp9's avatar
      TRA-4596_Update material UI to v5 (#1132) · 533fb71b
      AmitUp9 authored
      * install @mui v5 and change imports
      
      * upgrade MUI v5 in mizu community
      
      * package-lock of mizu community and ui-common
      
      * fix ui-common path
      
      * #run_acceptance_tests
      
      * remove comment
      
      * cr fixes
      533fb71b
  15. 06 Jun, 2022 4 commits
  16. 02 Jun, 2022 3 commits