netbird/client/system
Hakan Sariman 20f5f00635 [client] Add unit tests for engine synchronization and Info flag copying
- Introduced tests for the Engine's handleSync method to verify behavior when SkipNetworkMapUpdate is true and when NetworkMap is nil.
- Added a test for the Info struct to ensure correct copying of flag values from one instance to another, while preserving unrelated fields.
2025-10-17 10:03:07 +03:00
..
detect_cloud Remove dns based cloud detection (#1812) 2024-04-09 19:01:31 +02:00
detect_platform Extend system meta (#1598) 2024-02-20 11:53:11 +01:00
info_android.go [client] Move some sys info to static place (#4446) 2025-09-06 10:49:28 +02:00
info_darwin_test.go Handling invalid UTF-8 character in sys info (#2360) 2024-08-01 16:46:55 +02:00
info_darwin.go [client] Move some sys info to static place (#4446) 2025-09-06 10:49:28 +02:00
info_freebsd.go [client] Move some sys info to static place (#4446) 2025-09-06 10:49:28 +02:00
info_ios.go [client] Move some sys info to static place (#4446) 2025-09-06 10:49:28 +02:00
info_linux.go [client] Move some sys info to static place (#4446) 2025-09-06 10:49:28 +02:00
info_test.go [client] Add unit tests for engine synchronization and Info flag copying 2025-10-17 10:03:07 +03:00
info_windows_test.go Extend system meta (#1598) 2024-02-20 11:53:11 +01:00
info_windows.go [client] Debug information for connection (#4439) 2025-09-08 14:51:34 +02:00
info.go Refactor flag setting in Info struct to use CopyFlagsFrom method 2025-09-29 15:38:35 +07:00
osrelease_unix.go Release 0.28.0 (#2092) 2024-06-13 13:24:24 +02:00
process_test.go [client] Optmize process check time (#3938) 2025-06-08 12:19:54 +02:00
process.go [client] Optmize process check time (#3938) 2025-06-08 12:19:54 +02:00
static_info_update_windows.go [client] Move some sys info to static place (#4446) 2025-09-06 10:49:28 +02:00
static_info_update.go [client] Move some sys info to static place (#4446) 2025-09-06 10:49:28 +02:00
static_info.go [client] Move some sys info to static place (#4446) 2025-09-06 10:49:28 +02:00
sysinfo_linux_test.go [client] Get static system info once (#2965) 2024-12-03 10:22:04 +01:00
sysinfo_linux.go Handling invalid UTF-8 character in sys info (#2360) 2024-08-01 16:46:55 +02:00