netbird/client/internal/peer
Maycon Santos bd8f0c1ef3
[client] add profiling dumps to debug package (#3517)
enhances debugging capabilities by adding support for goroutine, mutex, and block profiling while updating state dump tracking and refining test and release settings.

- Adds pprof-based profiling for goroutine, mutex, and block profiles in the debug bundle.
- Updates state dump functionality by incorporating new status and key fields.
- Adjusts test validations and default flag/retention settings.
2025-03-23 13:46:09 +01:00
..
guard [client, relay] Fix/wg watch (#3261) 2025-02-10 10:32:50 +01:00
ice Fix nil pointer exception when load empty list and try to cast it (#3282) 2025-02-06 10:20:31 +01:00
conn_status_test.go Cleanup magiconair usage from repo (#3276) 2025-02-03 17:54:35 +01:00
conn_status.go [client] Fix race condition while read/write conn status in peer conn (#2607) 2024-09-17 11:15:14 +02:00
conn_test.go Cleanup magiconair usage from repo (#3276) 2025-02-03 17:54:35 +01:00
conn.go [client] add profiling dumps to debug package (#3517) 2025-03-23 13:46:09 +01:00
error_test.go Test conn (#199) 2022-01-21 13:52:19 +01:00
error.go Test conn (#199) 2022-01-21 13:52:19 +01:00
handshaker.go [client] Set info logs (#3504) 2025-03-14 22:34:41 +01:00
iface.go [client] Ignore candidates that are part of the the wireguard subnet (#3472) 2025-03-10 13:59:21 +01:00
listener.go Add OnDisconnecting service callback (#767) 2023-03-29 10:39:54 +02:00
nilcheck.go [client] Nil check on ICE remote conn (#2806) 2024-10-31 23:18:35 +01:00
notifier_test.go Update calculate server state (#796) 2023-04-10 18:22:25 +02:00
notifier.go Fix/always on boot (#1062) 2023-08-11 11:51:39 +02:00
route.go [client,management] add netflow support to client and update management (#3414) 2025-03-20 17:05:48 +01:00
signaler.go [relay] Feature/relay integration (#2244) 2024-09-08 12:06:14 +02:00
state_dump.go [client] add profiling dumps to debug package (#3517) 2025-03-23 13:46:09 +01:00
status_test.go [client] Remove loop after route calculation (#2856) 2024-11-11 10:53:57 +01:00
status.go [client,management] add netflow support to client and update management (#3414) 2025-03-20 17:05:48 +01:00
wg_watcher_test.go [client] add profiling dumps to debug package (#3517) 2025-03-23 13:46:09 +01:00
wg_watcher.go [client] Set info logs (#3504) 2025-03-14 22:34:41 +01:00
worker_ice.go [client] Ignore candidates that are part of the the wireguard subnet (#3472) 2025-03-10 13:59:21 +01:00
worker_relay.go [client] Set info logs (#3504) 2025-03-14 22:34:41 +01:00