Tamir Duberstein
|
583709f6a0
appease `clippy::uninlined-format-args`
|
3 months ago |
Dave Tucker
|
f6c5cb2ad2
chore(*): set clippy unused_trait_names = warn
|
4 months ago |
Tamir Duberstein
|
f0a9f19ddc
Bump edition to 2024
|
5 months ago |
Tamir Duberstein
|
4101a5a55d
Use #[expect(...)] rather than #[allow(...)]
|
5 months ago |
Tamir Duberstein
|
bdd8ae2d0b
*: avoid `_`
|
5 months ago |
Tamir Duberstein
|
b500a6326b
tests: use `cfg!` to tidy up
|
5 months ago |
GrigorenkoPV
|
55ed9e0546
fix(aya-log): print &[u8] using full width (#1008)
|
10 months ago |
Tamir Duberstein
|
f3b2744072
Reduce duplication in `{nr,possible}_cpus`
|
10 months ago |
tyrone-wu
|
02d1db5fc0
aya: remove unwrap and NonZero* in info
|
11 months ago |
tyrone-wu
|
fbb09304a2
aya,int-test: revamp MapInfo be more friendly with older kernels
|
1 year ago |
tyrone-wu
|
88f5ac3114
aya,obj,int-test: revamp ProgramInfo be more friendly with older kernels
|
1 year ago |
Billy McFall
|
eef7346fb2
test: adjust test byte arrays for big endian
|
1 year ago |
Tamir Duberstein
|
41619933d6
Revert "Remove unused `allow(dead_code)`"
|
11 months ago |
Tamir Duberstein
|
5397c1ca4b
Remove unused `allow(dead_code)`
|
1 year ago |
Michal Rostecki
|
a75fc2f769
aya-log: Allow logging `core::net::Ipv4Addr` and `core::net::Ipv6Addr`
|
1 year ago |
Alessandro Decina
|
8830c0bc20
docs(aya-log): reword rustdocs a bit
|
1 year ago |
Catalin Horghidan
|
e66f9540c9
aya-log: allow re-attach and read previously created logs
|
1 year ago |
Dave Tucker
|
8c79b71bd5
feat(aya): Rename Bpf to Ebpf
|
1 year ago |
Dave Tucker
|
a93e354620
feat(aya-log): Rename BpfLogger to EbpfLogger
|
1 year ago |
Tamir Duberstein
|
963dd13219
Appease rustc dead_code lint
|
1 year ago |
Tamir Duberstein
|
d16e607fd4
rustfmt: group_imports = "StdExternalCrate"
|
1 year ago |
Tamir Duberstein
|
45df2519b6
Merge pull request #736 from aya-rs/logging-better
|
2 years ago |
Tamir Duberstein
|
ca3f70b16a
aya-log: s/Result<usize, ()>/Option<NonZeroUsize>/
|
2 years ago |
Tamir Duberstein
|
00d265c51b
Remove pointless DefaultLogger
|
2 years ago |
Tamir Duberstein
|
fa91fb4f59
Remove "async" feature
|
2 years ago |
Michal Rostecki
|
84e5e2894f
aya-log: Unify IP format hints into one, repsesent it by `:i` token
|
2 years ago |
Tamir Duberstein
|
d9f966ec9e
aya-log-common: support logging byte slices
|
2 years ago |
Tamir Duberstein
|
a4a69a6bcf
aya-log, aya-log-common: economize bytes
|
2 years ago |
Tamir Duberstein
|
e4537e389a
aya-log: check errors in tests
|
2 years ago |
Tamir Duberstein
|
490d7d587a
aya-log, aya-log-common: Remove duplicate struct
|
2 years ago |