btop/src
correabuscar 96a22b4078 use inet_ntop instead of getnameinfo
saves 979 bytes of reserved buffer because:
NI_MAXHOST is 1025 bytes
and
INET6_ADDRSTRLEN is 46

Depends on PR #457 being merged first.
2022-11-04 23:23:27 +01:00
..
freebsd All but two places const bool have been updated 2022-10-04 21:36:04 +03:00
linux use inet_ntop instead of getnameinfo 2022-11-04 23:23:27 +01:00
osx All but two places const bool have been updated 2022-10-04 21:36:04 +03:00
btop.cpp v1.2.12 Bug fix 2022-10-07 20:59:47 +02:00
btop_config.cpp Further Cleanup Part 2 2022-10-03 00:29:05 +03:00
btop_config.hpp Fix variable initialization to 'auto' for getB() 2022-10-04 12:56:14 +03:00
btop_draw.cpp Address comment 2022-10-31 21:42:34 +00:00
btop_draw.hpp All but two places const bool have been updated 2022-10-04 21:36:04 +03:00
btop_input.cpp Forgot to update 'auto' usage wherever necessary 2022-10-04 12:11:12 +03:00
btop_input.hpp Further Cleanup Part 2 2022-10-03 00:29:05 +03:00
btop_menu.cpp Fix variable initialization to 'auto' for getB() 2022-10-04 12:56:14 +03:00
btop_menu.hpp Further Cleanup Part 2 2022-10-03 00:29:05 +03:00
btop_shared.cpp All but two places const bool have been updated 2022-10-04 21:36:04 +03:00
btop_shared.hpp Added: Dynamic updating of max number of CPU cores 2022-10-07 20:45:12 +02:00
btop_theme.cpp No need for const & in bool 2022-10-04 11:47:26 +03:00
btop_theme.hpp No need for const & in bool 2022-10-04 11:47:26 +03:00
btop_tools.cpp All but two places const bool have been updated 2022-10-04 21:36:04 +03:00
btop_tools.hpp All but two places const bool have been updated 2022-10-04 21:36:04 +03:00