-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
next/648/20241128/v1 #12174
next/648/20241128/v1 #12174
Commits on Nov 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e9a2352 - Browse repository at this point
Copy the full SHA e9a2352View commit details -
radix: implement more compact trees
Implement a more compact set of trees specifically for IPv4 and IPv6 addresses. This allows for more compact data structures and fewer memory allocations. Based on the existing radix tree implementation.
Configuration menu - View commit details
-
Copy full SHA for 8f03a2e - Browse repository at this point
Copy the full SHA 8f03a2eView commit details -
reputation: switch cidr handling to radix4/6
Splits the unified tree into a ipv4 specific and ipv6 specific tree.
Configuration menu - View commit details
-
Copy full SHA for c75b29c - Browse repository at this point
Copy the full SHA c75b29cView commit details -
defrag/config: switch to radix4/6
Splits the unified tree into a ipv4 specific and ipv6 specific tree.
Configuration menu - View commit details
-
Copy full SHA for 46fb7bb - Browse repository at this point
Copy the full SHA 46fb7bbView commit details -
htp: switch config tree to radix4/6
Splits the unified tree into a ipv4 specific and ipv6 specific tree.
Configuration menu - View commit details
-
Copy full SHA for 82cd053 - Browse repository at this point
Copy the full SHA 82cd053View commit details -
host-os-policy: switch to radix4/6
Splits the unified tree into a ipv4 specific and ipv6 specific tree.
Configuration menu - View commit details
-
Copy full SHA for 8536dd5 - Browse repository at this point
Copy the full SHA 8536dd5View commit details -
detect/iponly: reimplement with radix4 for ipv4
Use a more compact ipv4 specific structure.
Configuration menu - View commit details
-
Copy full SHA for 4b6296c - Browse repository at this point
Copy the full SHA 4b6296cView commit details -
detect/iponly: reimplement with radix4 for ipv6
Use a more compact ipv6 specific structure.
Configuration menu - View commit details
-
Copy full SHA for 0ea6fe6 - Browse repository at this point
Copy the full SHA 0ea6fe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eb2f6a - Browse repository at this point
Copy the full SHA 3eb2f6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aeb606 - Browse repository at this point
Copy the full SHA 4aeb606View commit details -
detect/sigorder: remove data structs from global namespace
Rename types enum to reflect it is not using a radix tree anymore.
Configuration menu - View commit details
-
Copy full SHA for a8c6399 - Browse repository at this point
Copy the full SHA a8c6399View commit details -
Move repeated pattern into helper function.
Configuration menu - View commit details
-
Copy full SHA for 13f420c - Browse repository at this point
Copy the full SHA 13f420cView commit details -
http1/detect: code simplification
- DetectEngineInspectBufferHttpHeader is only used with ALPROTO_HTTP1 - engine->progress should be HTP_REQUEST_HEADERS or HTP_RESPONSE_HEADERS based on the direction
Configuration menu - View commit details
-
Copy full SHA for 7682816 - Browse repository at this point
Copy the full SHA 7682816View commit details -
detect: absent keyword to test absence of sticky buffer
Ticket: 2224 It takes an argument to match only if the buffer is absent, or it can still match if the buffer is present, but we test the absence of some content. For multi buffers, absent matches if there are 0 buffers. For file keywords, absent matches if there is no file.
Configuration menu - View commit details
-
Copy full SHA for 4ec90bd - Browse repository at this point
Copy the full SHA 4ec90bdView commit details