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

feature: Add modify filter to change records #532

Merged
merged 2 commits into from May 17, 2018

Commits on Apr 9, 2018

  1. feature: Add modify filter to change records

    This add a filter, called 'modify', that allows for records to be
    changed in place.
    
    Signed-off-by: Michiel Kalkman <mkalkman@shelde.com>
    Michiel Kalkman committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    1eaccdf View commit details
    Browse the repository at this point in the history
  2. filter_modify: Optimize helper_pack_string function

    This changes adds the length of the string to the signature of the
    helper function to avoid repeated strlen() calls. Invocations have been
    updated to pass it.
    
    This change also add a copyright header to the license comments
    
    Signed-off-by: Michiel Kalkman <mkalkman@shelde.com>
    Michiel Kalkman committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    0827ed3 View commit details
    Browse the repository at this point in the history