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

[macOS] dynamic set buffer size for process connections/fds (fixes #1901) #1903

Merged
merged 13 commits into from
Oct 5, 2021

Commits on Jan 6, 2021

  1. remove unnecesary (

    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    06e51f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. add psutil_proc_list_fds() utility fun

    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    00f2ff8 View commit details
    Browse the repository at this point in the history
  2. reuse utility fun

    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    776ecd3 View commit details
    Browse the repository at this point in the history
  3. rename var

    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    fa7bacb View commit details
    Browse the repository at this point in the history
  4. casting

    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    81821e0 View commit details
    Browse the repository at this point in the history
  5. add debug prints

    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    0476278 View commit details
    Browse the repository at this point in the history
  6. set a limit for malloc() size

    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    5bf1f8e View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. better debug msg

    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    9bcbcbe View commit details
    Browse the repository at this point in the history
  2. OSX: get rid of catch_zombie() ctx mgr

    This was done in order to solve
    #1044 and
    #1100
    ...but its logic duplicates the one in wrap_exceptions()
    decorator.
    
    Also, this should solve #1901 as it did erroneously translated NSP in
    AD.
    
    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    9127f2a View commit details
    Browse the repository at this point in the history
  3. adjust error msgs

    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    7fb7ac3 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    970755b View commit details
    Browse the repository at this point in the history
  2. update HISTORY for #1901 / #1903

    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    b3a1f04 View commit details
    Browse the repository at this point in the history
  3. update comments

    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    10a35e3 View commit details
    Browse the repository at this point in the history