Skip to content
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

Merged
merged 9 commits into from
Sep 20, 2024

Commits on Sep 20, 2024

  1. 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]>
    alltilla committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    aae9fb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e756c66 View commit details
    Browse the repository at this point in the history
  3. xml/filterx-parse-xml: expose XmlElemContext

    Signed-off-by: Attila Szakacs <[email protected]>
    alltilla committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    18dd93a View commit details
    Browse the repository at this point in the history
  4. xml/filterx-parse-xml: make the parser callbacks virtual

    Signed-off-by: Attila Szakacs <[email protected]>
    alltilla committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    73fc8c9 View commit details
    Browse the repository at this point in the history
  5. xml/filterx-parse-windows-eventlog-xml: add new function

    Signed-off-by: Attila Szakacs <[email protected]>
    alltilla committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    bff7998 View commit details
    Browse the repository at this point in the history
  6. xml/filterx-parse-windows-eventlog-xml: add UTs

    Signed-off-by: Attila Szakacs <[email protected]>
    alltilla committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9f4a322 View commit details
    Browse the repository at this point in the history
  7. xml/filterx-parse-windows-eventlog-xml: add E2E test

    Signed-off-by: Attila Szakacs <[email protected]>
    alltilla committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1ee492c View commit details
    Browse the repository at this point in the history
  8. xml/filterx-parse-xml: replace GQueue with GArray

    To save a lot of allocations.
    
    Signed-off-by: Attila Szakacs <[email protected]>
    alltilla committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ec3fd29 View commit details
    Browse the repository at this point in the history
  9. xml/filterx-parse-windows-eventlog-xml: add quick validation

    Signed-off-by: Attila Szakacs <[email protected]>
    alltilla committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4806f2e View commit details
    Browse the repository at this point in the history