balena-cli/lib/utils
Thodoris Greasidis be682c7426 Drop the keep-alive package in favor of node's setKeepAlive defaults
Since node 12.17.0 setKeepAlive also sets
TCP_KEEPCNT=10 (vs 5 that we had)
TCP_KEEPINTVL=1 (vs 5s that we had)

Change-type: patch
See: https://nodejs.org/docs/latest-v14.x/api/net.html#net_socket_setkeepalive_enable_initialdelay
See: https://github.com/balena-io/balena-cli/pull/1220
2024-04-09 17:17:07 +03:00
..
device Drop the keep-alive package in favor of node's setKeepAlive defaults 2024-04-09 17:17:07 +03:00
application-create.ts Fix balena block create to actually create a block 2023-11-20 13:33:35 -03:00
bootstrap.ts Update balena-sdk to v18 2023-08-22 09:38:39 -03:00
cloud.ts os versions: Add the --include-draft option 2024-01-23 16:55:36 +02:00
common-args.ts Move to @oclif/core v2 2023-09-26 09:50:39 -03:00
common-flags.ts Move to @oclif/core v2 2023-09-26 09:50:39 -03:00
compose_ts.ts Update @balena/lint to 8.0.0 2024-03-14 10:00:52 -04:00
compose-types.d.ts Drop deprecated --logs flag 2022-08-01 15:35:13 +00:00
compose.ts Update @balena/lint to 8.0.0 2024-03-14 10:00:52 -04:00
config.ts Normalize v prefixes in the --version parameter of all commands 2024-01-02 13:33:38 +02:00
deploy-legacy.ts Convert lib/utils/deploy-legacy to typescript 2022-01-03 16:10:17 +00:00
discover.ts Stop using the deprecated balena-sync module 2022-12-29 01:05:51 +02:00
docker.ts Move to @oclif/core v2 2023-09-26 09:50:39 -03:00
env-common.ts Update @balena/lint to 8.0.0 2024-03-14 10:00:52 -04:00
eol-conversion.ts Remove remaining v12 switches 2020-12-08 11:00:36 +01:00
helpers.ts Move to @oclif/core v2 2023-09-26 09:50:39 -03:00
ignore.ts Update @balena/lint to 8.0.0 2024-03-14 10:00:52 -04:00
lazy.ts Bump balena-lint to 7.2.1 2023-10-30 07:45:51 -04:00
logger.ts build, deploy: Improve logging of image build messages 2021-09-23 16:37:45 +00:00
messages.ts os configure, config generate: Add '--secureBoot' option to opt-in secure boot 2023-05-19 18:10:00 +02:00
normalization.ts Normalize v prefixes in the --version parameter of all commands 2024-01-02 13:33:38 +02:00
oclif-utils.ts Move to @oclif/core v2 2023-09-26 09:50:39 -03:00
patterns.ts Bump balena-lint to 7.2.1 2023-10-30 07:45:51 -04:00
pine.ts Bump balena-lint to 7.2.1 2023-10-30 07:45:51 -04:00
promote.ts Bump balena-lint to 7.2.1 2023-10-30 07:45:51 -04:00
proxy.ts Update @balena/lint to 8.0.0 2024-03-14 10:00:52 -04:00
qemu.ts Update QEMU to v7.0.0 2022-06-06 14:56:10 -04:00
remote-build.ts Update @balena/lint to 8.0.0 2024-03-14 10:00:52 -04:00
sdk.ts Accept device & application keys on login as experimental feature 2023-08-23 11:12:06 -03:00
ssh.ts Update @balena/lint to 8.0.0 2024-03-14 10:00:52 -04:00
streams.ts Switch from new Bluebird to native version 2020-06-30 23:59:17 +01:00
sudo.ts Update @balena/lint to 8.0.0 2024-03-14 10:00:52 -04:00
tty.ts deploy: Ensure the release fails if an image's digest (hash) is missing 2021-11-16 11:55:07 +00:00
tunnel.ts Update @balena/lint to 8.0.0 2024-03-14 10:00:52 -04:00
umount.ts config write: Fix EBUSY error on macOS 2021-07-21 23:56:57 +01:00
update.ts patch: Clarify update rate of update notifier info 2023-01-26 14:15:43 +11:00
validation.ts Move to @oclif/core v2 2023-09-26 09:50:39 -03:00
version.ts fleet: Add --filter, --no-header, --no-truncate, and --sort options 2022-08-01 15:35:13 +00:00
which.ts ssh: Attempt cloud username if 'root' authentication fails 2022-02-12 02:40:35 +00:00