netbird/client/internal/peer
Yury Gargay 9e8725618e
Extend linter rules (#1300)
- dupword checks for duplicate words in the source code
- durationcheck checks for two durations multiplied together
- forbidigo forbids identifiers
- mirror reports wrong mirror patterns of bytes/strings usage
- misspell finds commonly misspelled English words in comments
- predeclared finds code that shadows one of Go's predeclared identifiers
- thelper detects Go test helpers without t.Helper() call and checks the consistency of test helpers
2023-11-10 16:33:13 +01:00
..
conn_status_test.go Use the conn state of peer on proper way (#717) 2023-03-03 19:49:18 +01:00
conn_status.go Use the conn state of peer on proper way (#717) 2023-03-03 19:49:18 +01:00
conn_test.go Wg ebpf proxy (#911) 2023-07-26 14:00:47 +02:00
conn.go Add codespell job (#1281) 2023-11-07 13:37:57 +01:00
env_config.go Add force relay conn env var for debug purpose (#904) 2023-05-29 13:50:40 +02: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
listener.go Add OnDisconnecting service callback (#767) 2023-03-29 10:39:54 +02: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
status_test.go Reduce the peer status notifications (#956) 2023-06-19 11:20:34 +02:00
status.go Extend linter rules (#1300) 2023-11-10 16:33:13 +01:00
stdnet_android.go Bind implementation (#779) 2023-04-13 17:00:01 +02:00
stdnet.go Bind implementation (#779) 2023-04-13 17:00:01 +02:00