Dave Tucker
|
8c79b71bd5
feat(aya): Rename Bpf to Ebpf
|
1 年之前 |
Dave Tucker
|
a93e354620
feat(aya-log): Rename BpfLogger to EbpfLogger
|
1 年之前 |
Tamir Duberstein
|
963dd13219
Appease rustc dead_code lint
|
1 年之前 |
Tamir Duberstein
|
d16e607fd4
rustfmt: group_imports = "StdExternalCrate"
|
1 年之前 |
Tamir Duberstein
|
45df2519b6
Merge pull request #736 from aya-rs/logging-better
|
1 年之前 |
Tamir Duberstein
|
ca3f70b16a
aya-log: s/Result<usize, ()>/Option<NonZeroUsize>/
|
1 年之前 |
Tamir Duberstein
|
00d265c51b
Remove pointless DefaultLogger
|
1 年之前 |
Tamir Duberstein
|
fa91fb4f59
Remove "async" feature
|
1 年之前 |
Michal Rostecki
|
84e5e2894f
aya-log: Unify IP format hints into one, repsesent it by `:i` token
|
1 年之前 |
Tamir Duberstein
|
d9f966ec9e
aya-log-common: support logging byte slices
|
1 年之前 |
Tamir Duberstein
|
a4a69a6bcf
aya-log, aya-log-common: economize bytes
|
1 年之前 |
Tamir Duberstein
|
e4537e389a
aya-log: check errors in tests
|
1 年之前 |
Tamir Duberstein
|
490d7d587a
aya-log, aya-log-common: Remove duplicate struct
|
1 年之前 |
Michal Rostecki
|
5603d7248a
aya-log: Move the `Pod` implementations from aya-log-common to aya-log
|
1 年之前 |
ajwerner
|
12927cf699
Don't panic in init when bpf programs don't log
|
2 年之前 |
Dmitry Savintsev
|
055d94f58b
fix uninlined_format_args clippy issues
|
2 年之前 |
Alessandro Decina
|
0b41018ee2
Revert "aya-log, aya-log-common: temporarily revert to old map API so we can release"
|
2 年之前 |
Alessandro Decina
|
0d040d2290
aya-log, aya-log-common: temporarily revert to old map API so we can release
|
2 年之前 |
Michal Rostecki
|
2223ab828d
aya-log: Add format hints for MAC addresses
|
2 年之前 |
Andrew Stoycos
|
f3262e87bd
Make map APIs return an option
|
2 年之前 |
Andrew Stoycos
|
1aefa2e5e6
Core refactor of Map API
|
2 年之前 |
Dave Tucker
|
b2924a3a26
aya-log: Make miri happy
|
2 年之前 |
Michal Rostecki
|
83ec27f06b
lib: Add display hints
|
2 年之前 |
Michal Rostecki
|
944d6b8a16
Change from Rust edition 2018 to 2021
|
2 年之前 |
Michal Rostecki
|
3664e1ea0d
aya-log, test: Switch from simplelog to env_logger
|
2 年之前 |
Michal Rostecki
|
611f967cd1
aya-log: Remove i128 and u128 types
|
2 年之前 |
Dave Tucker
|
dc31e11691
Re-organize into a single workspace
|
2 年之前 |