MCPcopy Create free account

hub / github.com/Jigsaw-Code/Intra / functions

Functions553 in github.com/Jigsaw-Code/Intra

FunctionTestDisappearingServer
(t *testing.T)
Android/app/src/go/intra/split/retrier_test.go:261
FunctionTestDisconfirmMismatch
(t *testing.T)
Android/app/src/go/doh/ipmap/ipmap_test.go:141
FunctionTestDnsMessageCompressedQueryConfidenceCheck
Check that packing |compressedQueryBytes| constructs the same query byte-for-byte.
Android/app/src/go/doh/doh_test.go:727
FunctionTestDnsMessageUncompressedQueryConfidenceCheck
Check that packing |uncompressedQueryBytes| constructs a smaller query byte-for-byte, since label compression is enabled by default.
Android/app/src/go/doh/doh_test.go:737
FunctionTestDohIPConfirmDisconfirm
Test if DoH resolver IPs are confirmed and disconfirmed when queries suceeded and fail, respectively.
Android/app/src/go/doh/doh_test.go:394
FunctionTestEmptyResponse
Simulate an empty response. (This is not a compliant server behavior.)
Android/app/src/go/doh/doh_test.go:314
FunctionTestError
(t *testing.T)
Android/app/src/go/intra/sni_reporter_test.go:140
FunctionTestFail
(t *testing.T)
Android/app/src/go/intra/sni_reporter_test.go:123
FunctionTestFailedRetry
(t *testing.T)
Android/app/src/go/intra/split/retrier_test.go:250
FunctionTestFinRetry
(t *testing.T)
Android/app/src/go/intra/split/retrier_test.go:212
FunctionTestGetDomain
(t *testing.T)
Android/app/src/go/doh/ipmap/ipmap_test.go:49
FunctionTestGetIP
(t *testing.T)
Android/app/src/go/doh/ipmap/ipmap_test.go:64
FunctionTestGetInvalid
(t *testing.T)
Android/app/src/go/doh/ipmap/ipmap_test.go:38
FunctionTestGetTwice
(t *testing.T)
Android/app/src/go/doh/ipmap/ipmap_test.go:29
FunctionTestHTTPError
Simulate a non-200 HTTP response code.
Android/app/src/go/doh/doh_test.go:344
FunctionTestIdle
Regression test for an issue in which the initial handshake timeout continued to apply after the handshake completed.
Android/app/src/go/intra/split/retrier_test.go:298
FunctionTestIsEquivalentAddrPort
(t *testing.T)
Android/app/src/go/intra/ip_test.go:22
FunctionTestListenUDP
(t *testing.T)
Android/app/src/go/intra/protect/protect_test.go:85
FunctionTestListener
Check that the DNSListener is called with a correct summary.
Android/app/src/go/doh/doh_test.go:445
FunctionTestLookupIPAddr
(t *testing.T)
Android/app/src/go/intra/protect/protect_test.go:102
FunctionTestNewResolver
Check that the constructor works.
Android/app/src/go/doh/doh_test.go:125
FunctionTestNilDialer
(t *testing.T)
Android/app/src/go/intra/protect/protect_test.go:112
FunctionTestNilListener
(t *testing.T)
Android/app/src/go/intra/protect/protect_test.go:129
FunctionTestNilLoader
Simulate a nil loader.
Android/app/src/go/doh/client_auth_test.go:313
FunctionTestNoAuth
Simulate a client that does not have a certificate.
Android/app/src/go/doh/client_auth_test.go:250
FunctionTestNoDNS
(t *testing.T)
Android/app/src/go/intra/sni_reporter_test.go:197
FunctionTestNoSplit
(t *testing.T)
Android/app/src/go/intra/sni_reporter_test.go:157
FunctionTestNormalConnection
(t *testing.T)
Android/app/src/go/intra/split/retrier_test.go:202
FunctionTestQueryCanBeCancelled
(t *testing.T)
Android/app/src/go/doh/doh_test.go:860
FunctionTestQueryIntegration
Send a DoH query to an actual DoH server
Android/app/src/go/doh/doh_test.go:165
FunctionTestRSACertificate
Simulate a client that has an RSA certificate.
Android/app/src/go/doh/client_auth_test.go:282
FunctionTestRequest
Check that a DNS query is converted correctly into an HTTP query.
Android/app/src/go/doh/doh_test.go:228
FunctionTestResolver
(t *testing.T)
Android/app/src/go/doh/ipmap/ipmap_test.go:160
FunctionTestResponse
Check that a DOH response is returned correctly.
Android/app/src/go/doh/doh_test.go:276
FunctionTestSendFailed
Simulate an HTTP query error.
Android/app/src/go/doh/doh_test.go:373
FunctionTestSequentialClose
(t *testing.T)
Android/app/src/go/intra/split/retrier_test.go:276
FunctionTestServfail
(t *testing.T)
Android/app/src/go/doh/doh_test.go:836
FunctionTestShortQuery
Check for failure when the query is too short to be valid.
Android/app/src/go/doh/doh_test.go:142
FunctionTestSign
Simulate a TLS handshake that requires a client cert and signature.
Android/app/src/go/doh/client_auth_test.go:162
FunctionTestSignNoIntermediate
Simulate a client that does not use an intermediate certificate.
Android/app/src/go/doh/client_auth_test.go:210
FunctionTestSuccessClosed
(t *testing.T)
Android/app/src/go/intra/sni_reporter_test.go:76
FunctionTestTimeout
(t *testing.T)
Android/app/src/go/intra/sni_reporter_test.go:106
FunctionTestTimeoutRetry
(t *testing.T)
Android/app/src/go/intra/split/retrier_test.go:224
FunctionTestTwoWriteRetry
(t *testing.T)
Android/app/src/go/intra/split/retrier_test.go:237
FunctionTestUnconfigured
(t *testing.T)
Android/app/src/go/intra/sni_reporter_test.go:178
MethodTransaction
(DnsPacket query, long timestamp)
Android/app/src/main/java/app/intra/net/doh/Transaction.java:36
MethodTransaction
(@NonNull app.intra.net.doh.Transaction transaction)
Android/app/src/main/java/app/intra/ui/RecyclerAdapter.java:207
MethodTransactionViewHolder
(View v)
Android/app/src/main/java/app/intra/ui/RecyclerAdapter.java:130
MethodUnwrap
()
Android/app/src/go/doh/doh.go:236
MethodVpnController
()
Android/app/src/main/java/app/intra/sys/VpnController.java:44
MethodVpnState
(boolean activationRequested, boolean on, IntraVpnService.State connectionState)
Android/app/src/main/java/app/intra/sys/VpnState.java:30
MethodWrite
(b []byte)
Android/app/src/go/intra/tcp.go:126
MethodWrite
Write-related functions
Android/app/src/go/intra/split/direct_split.go:48
MethodWriteTo
WriteTo implements PacketRequestSender.WriteTo. It will query the DoH server if the packet a DNS packet.
Android/app/src/go/intra/packet_proxy.go:120
MethodWriteTo
(w io.Writer)
Android/app/src/go/intra/tcp.go:119
MethodafterTextChanged
(Editable s)
Android/app/src/main/java/app/intra/ui/settings/ServerChooserFragment.java:109
MethodbeforeTextChanged
(CharSequence s, int start, int count, int after)
Android/app/src/main/java/app/intra/ui/settings/ServerChooserFragment.java:101
Methodclone
()
Android/app/src/main/java/app/intra/sys/VpnController.java:29
MethodcompareToEqual
()
Android/app/src/androidTest/java/app/intra/ui/settings/AppInfoTest.java:17
MethodcompareToUnequal
()
Android/app/src/androidTest/java/app/intra/ui/settings/AppInfoTest.java:25
MethodcreateFragment
(int position)
Android/app/src/main/java/app/intra/ui/IntroDialog.java:192
MethoddescribeContents
()
Android/app/src/main/java/app/intra/ui/settings/AppInfo.java:53
Methoddial
(ctx context.Context, network, addr string)
Android/app/src/go/doh/doh.go:111
MethoddoInBackground
(PackageManager... pms)
Android/app/src/main/java/app/intra/ui/settings/SettingsFragment.java:62
MethodgetCountryCode
(InetAddress address)
Android/app/src/main/java/app/intra/ui/CountryMap.java:76
MethodgetExtraIPKey
()
Android/app/src/test/java/app/intra/sys/firebase/RemoteConfigTest.java:24
MethodgetItemCount
()
Android/app/src/main/java/app/intra/ui/RecyclerAdapter.java:468
MethodgetItemCount
()
Android/app/src/main/java/app/intra/ui/IntroDialog.java:187
MethodgetItemViewType
(int position)
Android/app/src/main/java/app/intra/ui/RecyclerAdapter.java:473
MethodgetResolvers
()
Android/app/src/main/java/app/intra/sys/IntraVpnService.java:479
MethodgetTheme
()
Android/app/src/main/java/app/intra/ui/IntroDialog.java:56
Functioninit
()
Android/app/src/go/backend/init.go:21
Functioninit
()
Android/app/src/go/doh/doh_test.go:120
MethodisHistoryEnabled
()
Android/app/src/main/java/app/intra/sys/QueryTracker.java:85
Functionmain
()
Android/app/src/go/intra/split/example/main.go:28
MethodnewArray
(int size)
Android/app/src/main/java/app/intra/ui/settings/AppInfo.java:73
MethodonActivityResult
(int request, int result, Intent data)
Android/app/src/main/java/app/intra/ui/MainActivity.java:593
MethodonAttachedToWindow
()
Android/app/src/main/java/app/intra/ui/MainActivity.java:256
MethodonBackPressed
()
Android/app/src/main/java/app/intra/ui/MainActivity.java:725
MethodonBind
(Intent intent)
Android/app/src/main/java/app/intra/sys/IntraTileService.java:70
MethodonBindDialogView
(View view)
Android/app/src/main/java/app/intra/ui/settings/ServerChooserFragment.java:178
MethodonBindViewHolder
(RecyclerView.ViewHolder holder, int position)
Android/app/src/main/java/app/intra/ui/RecyclerAdapter.java:453
MethodonCheckedChanged
(CompoundButton buttonView, boolean isChecked)
Android/app/src/main/java/app/intra/ui/MainActivity.java:273
MethodonCheckedChanged
(RadioGroup group, int checkedId)
Android/app/src/main/java/app/intra/ui/settings/ServerChooserFragment.java:96
MethodonClick
()
Android/app/src/main/java/app/intra/sys/IntraTileService.java:51
MethodonClick
(View view)
Android/app/src/main/java/app/intra/ui/RecyclerAdapter.java:181
MethodonClick
(View v)
Android/app/src/main/java/app/intra/ui/MainActivity.java:199
MethodonClick
(View view)
Android/app/src/main/java/app/intra/ui/IntroDialog.java:88
MethodonCompleted
(int index, boolean succeeded)
Android/app/src/main/java/app/intra/net/doh/Race.java:68
MethodonCompleted
(boolean succeeded)
Android/app/src/main/java/app/intra/net/doh/Race.java:97
MethodonCreate
()
Android/app/src/main/java/app/intra/sys/IntraVpnService.java:253
MethodonCreate
(Bundle savedInstanceState)
Android/app/src/main/java/app/intra/ui/MainActivity.java:158
MethodonCreateDialog
(@Nullable Bundle savedInstanceState)
Android/app/src/main/java/app/intra/ui/settings/ServerApprovalDialogFragment.java:144
MethodonCreatePreferences
(Bundle savedInstanceState, String rootKey)
Android/app/src/main/java/app/intra/ui/settings/SettingsFragment.java:92
MethodonCreateView
(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
Android/app/src/main/java/app/intra/ui/IntroDialog.java:61
MethodonCreateView
(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
Android/app/src/main/java/app/intra/ui/IntroDialog.java:143
MethodonCreateViewHolder
(ViewGroup parent, int viewType)
Android/app/src/main/java/app/intra/ui/RecyclerAdapter.java:431
MethodonDestroy
()
Android/app/src/main/java/app/intra/sys/IntraVpnService.java:357
MethodonDestroy
()
Android/app/src/main/java/app/intra/ui/MainActivity.java:425
MethodonDialogClosed
(boolean positiveResult)
Android/app/src/main/java/app/intra/ui/settings/ServerChooserFragment.java:216
← previousnext →401–500 of 553, ranked by callers