Commit 3c6098a
committed
feat(mdns): refactor stage #1
feat(mdns): Make mdns-debug a separate module
feat(mdns): Separate packet-tx and browse
feat(mdns): Add responder module
feat(mdns): Querier-search stuff, Responder-pcb stuff
feat(mdns): action queue abstraction
fix(mdns): Minor cleanup of packet parser
fix(mdns): Cleanup and split interfaces between modules
feat(mdns): Add fuzzing job with AFL++
fix(mdns): Rename and cleanup
feat(mdns): Add service module
fix(mdns): Forward porting 8ca45f3 delete race
fix(mdns): Minor cleanup
fix(mdns): Refactor fuzzer test suite
fix(mdns): Add host unit tests
fix(mdns): Add receiver unit tests
feat(mdns): Add test template for mdns-sender
fix(mdns): Minor cleanup
fix(mdns): Cleanup querier and pcb
fix(mdns): Cleanup mdns sender
fix(mdns): Cleanup mdns sender
fix(mdns): Add documentation about the refactor, remove old fuzz
fix(mdns): Add refactoring details to help review changes
fix(mdns): Add data-flow diagram
fix(mdns): Make debug module more flexible
and enable routing printfs to esp_log component
fix(mdns): Address minor review comments
fix(mdns): Debug prints with small buffer
fix(mdns): Minor cleanup
fix(mdns): Fix host tests by freezing idf-build-apps to 2.10
fix(mdns): per final code review1 parent 1ceb42c commit 3c6098a
File tree
89 files changed
+11872
-9531
lines changed- .github/workflows
- components/mdns
- private_include
- tests
- host_unit_test
- input
- stubs
- unity
- test_receiver
- test_sender
- test_afl_fuzz_host
- in
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
89 files changed
+11872
-9531
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
58 | | - | |
59 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
60 | 65 | | |
61 | 66 | | |
62 | 67 | | |
| |||
69 | 74 | | |
70 | 75 | | |
71 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
72 | 110 | | |
73 | 111 | | |
74 | 112 | | |
| |||
98 | 136 | | |
99 | 137 | | |
100 | 138 | | |
101 | | - | |
102 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
103 | 154 | | |
104 | 155 | | |
105 | 156 | | |
106 | 157 | | |
107 | 158 | | |
108 | 159 | | |
109 | | - | |
| 160 | + | |
110 | 161 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
19 | | - | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
23 | | - | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
145 | 159 | | |
146 | 160 | | |
147 | 161 | | |
| |||
0 commit comments