netbird/client/internal
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
..
acl Add codespell job (#1281) 2023-11-07 13:37:57 +01:00
auth Add jumpcloud IdP (#1124) 2023-10-03 19:33:42 +02:00
checkfw Fix Android build (#1142) 2023-09-13 17:36:24 +02:00
dns Extend linter rules (#1300) 2023-11-10 16:33:13 +01:00
ebpf Add codespell job (#1281) 2023-11-07 13:37:57 +01:00
listener Feature/search domain for android (#1256) 2023-11-02 19:04:33 +01:00
peer Extend linter rules (#1300) 2023-11-10 16:33:13 +01:00
routemanager Extend linter rules (#1300) 2023-11-10 16:33:13 +01:00
stdnet Routemgr error handling (#1073) 2023-08-12 11:42:36 +02:00
templates Add html screen for pkce flow (#1034) 2023-07-28 18:10:12 +02:00
wgproxy Set not found ebpf log to Info (#1134) 2023-09-08 18:24:19 +02:00
config_test.go Update GitHub Actions and Enhance golangci-lint (#1075) 2023-09-04 17:03:44 +02:00
config.go Fix pre-shared key not persistent (#1011) 2023-07-13 10:49:15 +02:00
connect.go Feature/search domain for android (#1256) 2023-11-02 19:04:33 +01:00
device_auth.go Add PKCE authorization flow (#1012) 2023-07-27 11:31:07 +02:00
engine_stdnet_android.go Add route management for Android interface (#801) 2023-04-17 11:15:37 +02:00
engine_stdnet.go Bind implementation (#779) 2023-04-13 17:00:01 +02:00
engine_test.go Implement SQLite Store using gorm and relational approach (#1065) 2023-10-12 15:42:36 +02:00
engine.go Extend linter rules (#1300) 2023-11-10 16:33:13 +01:00
login.go Mobile (#735) 2023-03-17 10:37:27 +01:00
mobile_dependency.go Feature/search domain for android (#1256) 2023-11-02 19:04:33 +01:00
pkce_auth.go Add jumpcloud IdP (#1124) 2023-10-03 19:33:42 +02:00
state.go Client Login via device authorization flow (#309) 2022-05-12 11:17:24 +02:00