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

Refactor: libcib: Static-ize a bunch of functions #3071

Merged
merged 18 commits into from
Apr 5, 2023

Commits on Apr 5, 2023

  1. Refactor: libcib: Static-ize cib_native_perform_op_delegate()

    No code changes otherwise
    
    Signed-off-by: Reid Wahl <[email protected]>
    nrwahl2 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    6021947 View commit details
    Browse the repository at this point in the history
  2. Refactor: libcib: Static-ize cib_native_signon_raw()

    No code changes otherwise
    
    Signed-off-by: Reid Wahl <[email protected]>
    nrwahl2 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    c67c2be View commit details
    Browse the repository at this point in the history
  3. Refactor: libcib: Static-ize cib_native_signoff()

    No code changes otherwise
    
    Signed-off-by: Reid Wahl <[email protected]>
    nrwahl2 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    d76458a View commit details
    Browse the repository at this point in the history
  4. Refactor: libcib: Static-ize cib_native_signon()

    No code changes otherwise
    
    Signed-off-by: Reid Wahl <[email protected]>
    nrwahl2 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    dcda5b2 View commit details
    Browse the repository at this point in the history
  5. Refactor: libcib: Static-ize cib_native_free()

    No code changes otherwise
    
    Signed-off-by: Reid Wahl <[email protected]>
    nrwahl2 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    3392326 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d63e3b4 View commit details
    Browse the repository at this point in the history
  7. Refactor: libcib: Static-ize cib_file_perform_op_delegate()

    No code changes otherwise
    
    Signed-off-by: Reid Wahl <[email protected]>
    nrwahl2 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    129c519 View commit details
    Browse the repository at this point in the history
  8. Refactor: libcib: Static-ize cib_file_signon()

    No code changes otherwise
    
    Signed-off-by: Reid Wahl <[email protected]>
    nrwahl2 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    7b3e268 View commit details
    Browse the repository at this point in the history
  9. Refactor: libcib: Static-ize cib_file_signoff()

    No code changes otherwise
    
    Signed-off-by: Reid Wahl <[email protected]>
    nrwahl2 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    aee92e9 View commit details
    Browse the repository at this point in the history
  10. Refactor: libcib: Static-ize cib_file_free()

    No code changes otherwise
    
    Signed-off-by: Reid Wahl <[email protected]>
    nrwahl2 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    3bb6c4f View commit details
    Browse the repository at this point in the history
  11. Refactor: libcib: Move cib__file_new() just below its helpers

    Just for better organization, putting the constructor as close to the
    top as it can be. No code changes otherwise.
    
    Signed-off-by: Reid Wahl <[email protected]>
    nrwahl2 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e17b2a0 View commit details
    Browse the repository at this point in the history
  12. Refactor: libcib: Static-ize cib_remote_perform_op()

    No code changes otherwise
    
    Signed-off-by: Reid Wahl <[email protected]>
    nrwahl2 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    c141fbe View commit details
    Browse the repository at this point in the history
  13. Refactor: libcib: Static-ize cib_remote_callback_dispatch()

    No code changes otherwise
    
    Signed-off-by: Reid Wahl <[email protected]>
    nrwahl2 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    1cee40f View commit details
    Browse the repository at this point in the history
  14. Refactor: libcib: Static-ize cib_remote_command_dispatch()

        No code changes otherwise
    
    Signed-off-by: Reid Wahl <[email protected]>
    nrwahl2 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    08a4324 View commit details
    Browse the repository at this point in the history
  15. Refactor: libcib: Static-ize cib_remote_connection_destroy()

    No code changes otherwise
    
    Signed-off-by: Reid Wahl <[email protected]>
    nrwahl2 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    d18307c View commit details
    Browse the repository at this point in the history
  16. Refactor: libcib: Static-ize cib_remote_signon()

    No code changes otherwise
    
    Signed-off-by: Reid Wahl <[email protected]>
    nrwahl2 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    be65420 View commit details
    Browse the repository at this point in the history
  17. Refactor: libcib: Static-ize cib_remote_signoff()

    No code changes otherwise
    
    Signed-off-by: Reid Wahl <[email protected]>
    nrwahl2 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    d0fe83b View commit details
    Browse the repository at this point in the history
  18. Refactor: libcib: Static-ize cib_remote_free()

    And move cib_remote_set_connection_dnotify() to below
    register_notification while we're here, for consistency with
    cib__remote_new()
    
    Signed-off-by: Reid Wahl <[email protected]>
    nrwahl2 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    91dc0bc View commit details
    Browse the repository at this point in the history