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

Minor build and documentation improvements #18

Merged
merged 17 commits into from
Mar 29, 2024

Commits on Mar 11, 2024

  1. Dont show large precision for large durations

    It just makes the display more crowded - and does not significantly add
    to the information shown.
    hamishcoleman committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    25f0a0d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Rename applications to use the project name

    By prefixing the two main application binaries ("n3n-edge" and
    "n3n-supernode") with the name of the project, it makes it clear that
    these generic names are associated with a specific project.
    
    This change has been suggested in the past, but was always avoided as it
    was a configuration-breaking change.  Since the new n3n release is
    making other breaking changes, now is the right time to perform this
    rename.
    hamishcoleman committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8208510 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af66842 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bac58ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da8bcaf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f5220c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    96d4cdd View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Fix install instruction

    hamishcoleman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f6e3cec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5834859 View commit details
    Browse the repository at this point in the history
  3. Update tuntap_linux.c

    Let the kernel takes care of assigning the port ID of the netlink socket.
    
    The netlink socket id uses the same namespace in all docker containers,
    so if the userspace code assigns the nl_pid then there is a possiblity
    of a collision, resulting in errors like:
        "Could not bind NETLINK socket: Address already in use [98]"
    
    Cherry-picked from 0df939ed5b0a7013a73f2df78f6a805b5ec555b3 in ntop/n2n#1169
    
    Thanks @sbrodeur
    sbrodeur authored and hamishcoleman committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a51e3d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c118c7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f27e344 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    fbaaeb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e1a1e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c6561d View commit details
    Browse the repository at this point in the history
  4. Prep for release

    hamishcoleman committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    542762c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00aa4f2 View commit details
    Browse the repository at this point in the history