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

reorg: modular file reorganization of C source code - v9 #9973

Closed
wants to merge 41 commits into from

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    854b39a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b62280 View commit details
    Browse the repository at this point in the history
  3. .gitignore: ignore src/**/.dirstamp

    .dirstamp files are a build artifact created when GNU autoconf
    projects have files spread over multiple directories.
    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    24583e3 View commit details
    Browse the repository at this point in the history
  4. .gitignore: don't ignore config.h

    Autoconf used to generate a config.h, but it doesn't anymore, and this
    ends up ignoring files like util/config.h, which we do not want to
    happen.
    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    914c4f4 View commit details
    Browse the repository at this point in the history
  5. reorg: disable clang-format around byte arrays

    Disable clang-format around byte arrays, as they have
    likely been manually formatted into something that
    makes sense for humans.
    
    This has been scripted.
    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    6049ca8 View commit details
    Browse the repository at this point in the history
  6. reorg: clang-format src/*

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    9ea81f6 View commit details
    Browse the repository at this point in the history
  7. reorg: clang-format branch

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    7b9c194 View commit details
    Browse the repository at this point in the history
  8. dnp3: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    86fa93e View commit details
    Browse the repository at this point in the history
  9. tftp: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    9d02d67 View commit details
    Browse the repository at this point in the history
  10. ftp: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    dff8655 View commit details
    Browse the repository at this point in the history
  11. htp: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    50cf7c3 View commit details
    Browse the repository at this point in the history
  12. http2: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    bbb358f View commit details
    Browse the repository at this point in the history
  13. ike: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    336f5b0 View commit details
    Browse the repository at this point in the history
  14. krb5: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    73df40f View commit details
    Browse the repository at this point in the history
  15. modbus: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    0a94a33 View commit details
    Browse the repository at this point in the history
  16. mqtt: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    ef2885e View commit details
    Browse the repository at this point in the history
  17. nfs: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    009b59d View commit details
    Browse the repository at this point in the history
  18. ntp: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    1548fb6 View commit details
    Browse the repository at this point in the history
  19. quic: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    516ca4e View commit details
    Browse the repository at this point in the history
  20. rdp: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5ee1ff6 View commit details
    Browse the repository at this point in the history
  21. rfb: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    0c8c4d3 View commit details
    Browse the repository at this point in the history
  22. sip: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    894e999 View commit details
    Browse the repository at this point in the history
  23. smb: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    64fcb26 View commit details
    Browse the repository at this point in the history
  24. smtp: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    e50506d View commit details
    Browse the repository at this point in the history
  25. snmp: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    58891f8 View commit details
    Browse the repository at this point in the history
  26. ssl: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    dc3a52b View commit details
    Browse the repository at this point in the history
  27. ssh: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c5e348a View commit details
    Browse the repository at this point in the history
  28. enip: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    dcf5ac6 View commit details
    Browse the repository at this point in the history
  29. http: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    cbf8f0a View commit details
    Browse the repository at this point in the history
  30. pgsql: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c66cc6b View commit details
    Browse the repository at this point in the history
  31. dns: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    ec76393 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    c4726a5 View commit details
    Browse the repository at this point in the history
  33. tls: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    669f315 View commit details
    Browse the repository at this point in the history
  34. dcerpc: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c67b29c View commit details
    Browse the repository at this point in the history
  35. template: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    766f9b8 View commit details
    Browse the repository at this point in the history
  36. dhcp: move to app-layer

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    ab3dbab View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    a190b84 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    33b6766 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    34da074 View commit details
    Browse the repository at this point in the history
  40. rust: rustfmt

    jasonish committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    e213ce7 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    4774335 View commit details
    Browse the repository at this point in the history