-
Notifications
You must be signed in to change notification settings - Fork 14
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
filterx: parse_windows_eventlog_xml()
#282
Commits on Sep 20, 2024
-
xml/filterx-parse-xml: expose FilterXGeneratorFunctionParseXml
So we can descend from it. We should have an init_instance() function for the inheritance, but I ended it up not needing it for the parse_windows_eventlog_xml() function. Signed-off-by: Attila Szakacs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aae9fb7 - Browse repository at this point
Copy the full SHA aae9fb7View commit details -
xml/filterx-parse-xml: create descendable FilterXParseXmlState class
Signed-off-by: Attila Szakacs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e756c66 - Browse repository at this point
Copy the full SHA e756c66View commit details -
xml/filterx-parse-xml: expose XmlElemContext
Signed-off-by: Attila Szakacs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18dd93a - Browse repository at this point
Copy the full SHA 18dd93aView commit details -
xml/filterx-parse-xml: make the parser callbacks virtual
Signed-off-by: Attila Szakacs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 73fc8c9 - Browse repository at this point
Copy the full SHA 73fc8c9View commit details -
xml/filterx-parse-windows-eventlog-xml: add new function
Signed-off-by: Attila Szakacs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bff7998 - Browse repository at this point
Copy the full SHA bff7998View commit details -
xml/filterx-parse-windows-eventlog-xml: add UTs
Signed-off-by: Attila Szakacs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f4a322 - Browse repository at this point
Copy the full SHA 9f4a322View commit details -
xml/filterx-parse-windows-eventlog-xml: add E2E test
Signed-off-by: Attila Szakacs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ee492c - Browse repository at this point
Copy the full SHA 1ee492cView commit details -
xml/filterx-parse-xml: replace GQueue with GArray
To save a lot of allocations. Signed-off-by: Attila Szakacs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec3fd29 - Browse repository at this point
Copy the full SHA ec3fd29View commit details -
xml/filterx-parse-windows-eventlog-xml: add quick validation
Signed-off-by: Attila Szakacs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4806f2e - Browse repository at this point
Copy the full SHA 4806f2eView commit details