Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_packages_modules_Connectivity-old
/
fdebd3d644d6ced3e02c161cc25a2bbbff5303b1
/
core
1fb7241
Merge changes I33b70b0a,I1074eedb
by Chalard Jean
· 5 years ago
403df86
Revert "Revert "Move Inet[4]AddressUtils to libs/net""
by Chalard Jean
· 5 years ago
ed78646
Update language to comply with Android's inclusive language guidance
by Alex Light
· 5 years ago
71fdf4a
Merge "Gracefully handle integer overflows."
by Junyu Lai
· 5 years ago
7c1142d
Merge "Update language to comply with Android's inclusive language guidance"
by Chiachang Wang
· 5 years ago
7d5f378
Update language to comply with Android's inclusive language guidance
by Chiachang Wang
· 5 years ago
0653b60
Gracefully handle integer overflows.
by Pavan Kumar M
· 5 years ago
a46e591
Merge "Remove ProxyInfo(String) and update callers to use ProxyInfo(Uri)"
by Aaron Huang
· 5 years ago
77acd4c
Remove ProxyInfo(String) and update callers to use ProxyInfo(Uri)
by Aaron Huang
· 6 years ago
bf8723b
Add some more public doc for MacAddress
by Chalard Jean
· 5 years ago
a2706a1
Revert "Move Inet[4]AddressUtils to libs/net"
by Chalard Jean
· 5 years ago
3cb7ccd
Move Inet[4]AddressUtils to libs/net
by Remi NGUYEN VAN
· 5 years ago
8af442d
Merge changes from topic "lnh-platform-split"
by Orion Hodson
· 5 years ago
4ce5c9c
Merge "Disable sockets and DNS if process lacks INTERNET permission."
by Luke Huang
· 5 years ago
208eeed
Update to use nativehelper/JNIPlatformHelp.h
by Orion Hodson
· 5 years ago
836c695
Disable sockets and DNS if process lacks INTERNET permission.
by Luke Huang
· 5 years ago
cf0dc48
Move DnsPacket to libs net
by Luke Huang
· 5 years ago
6d4e2d5
Merge "Treat RouteInfo with different interfaces as different routes"
by Treehugger Robot
· 5 years ago
ad524de
Treat RouteInfo with different interfaces as different routes
by Rubin Xu
· 5 years ago
08447ff
Merge "Set correct owner UID for VPN agentConnect()"
by Benedict Wong
· 5 years ago
665d54d
Merge "Document the limitation to a hundred callbacks."
by Chalard Jean
· 5 years ago
7f06b34
Document the limitation to a hundred callbacks.
by Chalard Jean
· 5 years ago
11f729b
Cleanup config_mobile_hotspot_provision_app usage
by markchien
· 5 years ago
e3bcbc0
Set correct owner UID for VPN agentConnect()
by Benedict Wong
· 5 years ago
1b33b21
Merge "Update javadoc to use complete sentence"
by Treehugger Robot
· 5 years ago
d24c4d2
Update javadoc to use complete sentence
by Chiachang Wang
· 5 years ago
c9d788a
Update extra info before registering
by Chiachang Wang
· 5 years ago
cc4ced8
Add dnsproxyd_protocol_headers for NETID_USE_LOCAL_NAMESERVERS
by Luke Huang
· 5 years ago
d64d6c3
Allow TRANSPORT_TEST ethernet networks
by Remi NGUYEN VAN
· 5 years ago
43a47ef
Forward unknown Data Stall types to Connectivity Diagnostics.
by Cody Kesting
· 5 years ago
727f0d1
Merge "Create TestApi for simulating a Data Stall on ConnectivityService."
by Cody Kesting
· 5 years ago
eb44b7b
Merge "Set owner and administrator UIDs for test networks."
by Cody Kesting
· 5 years ago
d089298
Added a new capability for temporarily unmetered network.
by Jack Yu
· 5 years ago
b5c7abd
Create TestApi for simulating a Data Stall on ConnectivityService.
by Cody Kesting
· 5 years ago
ba34336
Set owner and administrator UIDs for test networks.
by Cody Kesting
· 5 years ago
bbf050b
Set attributionTag for noteOp(WRITE_SETTINGS) calls
by Philip P. Moltmann
· 5 years ago
cbc7c5b
Allow testing of signal strength
by Chalard Jean
· 5 years ago
2116068
Add instrumentation to test NetworkAgent.
by Chalard Jean
· 5 years ago
5d8bc4b
Fix a theoretical NPE
by Chalard Jean
· 5 years ago
30673a9
Merge "Fix a stupid NPE"
by Treehugger Robot
· 5 years ago
8e43611
Fix a bug where the legacy extra info is reset on connect.
by Chalard Jean
· 5 years ago
c7e1877
Fix a stupid NPE
by Chalard Jean
· 5 years ago
2e64ca5
Merge changes from topics "api-fix-networkagent", "satisfiedby"
by Chalard Jean
· 5 years ago
f198a43
Merge "Only apply VPN isolation if it's fully routed"
by Lorenzo Colitti
· 5 years ago
82acfd2
Rename satisfiedBy into canBeSatisfiedBy
by Chalard Jean
· 5 years ago
fa42901
Only apply VPN isolation if it's fully routed
by Rubin Xu
· 5 years ago
ef90250
Address further API council comments.
by Chalard Jean
· 5 years ago
e6d2e6c
Merge changes from topics "networkagent_api", "networkprovider_api"
by Aaron Huang
· 5 years ago
71016c1
Merge "Clarify comments for Connectivity Diagnostics reports."
by Cody Kesting
· 5 years ago
92e4bb4
Merge "Sort administrator UIDs for NetworkCapabilities."
by Cody Kesting
· 5 years ago
1bf4b1f
Merge "Add combine() and equals() for NetworkCapabilities admin UIDs."
by Cody Kesting
· 5 years ago
12fe284
Update the NetworkProvider API for council comments
by Chalard Jean
· 5 years ago
e5b9e82
Update NetworkAgentConfig API for council comments
by Chalard Jean
· 5 years ago
7fe99f5
Update the NetworkAgent API for council comments
by Chalard Jean
· 5 years ago
77f2293
Merge "Invoke onConnectivityReport on registering ConnectivityDiagnostics."
by Cody Kesting
· 5 years ago
7ac1759
Merge "Clean up handling of NetworkCapabilities#administratorUids."
by Cody Kesting
· 5 years ago
782d0a0
Clarify comments for Connectivity Diagnostics reports.
by Cody Kesting
· 5 years ago
751d414
Sort administrator UIDs for NetworkCapabilities.
by Cody Kesting
· 5 years ago
9e70d0d
Add combine() and equals() for NetworkCapabilities admin UIDs.
by Chalard Jean
· 5 years ago
905b475
Invoke onConnectivityReport on registering ConnectivityDiagnostics.
by Cody Kesting
· 5 years ago
61c6b86
Clean up handling of NetworkCapabilities#administratorUids.
by Cody Kesting
· 5 years ago
9259da7
Merge "Create a builder for NetworkCapabilities."
by Remi NGUYEN VAN
· 5 years ago
1c556c8
Merge "API review: access field by method"
by Aaron Huang
· 5 years ago
86b48f9
Merge "Allow MANAGE_TEST_NETWORKS to register limited agents"
by Chalard Jean
· 5 years ago
b5b172f
Allow MANAGE_TEST_NETWORKS to register limited agents
by Chalard Jean
· 5 years ago
bd958b3
Create a builder for NetworkCapabilities.
by Chalard Jean
· 5 years ago
cb1c9fc
Merge "Expose netId by adding getter API"
by Chalard Jean
· 5 years ago
60011ce
API review: access field by method
by Aaron Huang
· 5 years ago
dee2872
Expose netId by adding getter API
by markchien
· 5 years ago
7a1edfc
Merge "Fix addRoute replace default route unexpectedly"
by Treehugger Robot
· 5 years ago
21c26da
Fix addRoute replace default route unexpectedly
by junyulai
· 5 years ago
d109bbb
Refactor Network's use of mUrlConnectionFactory.
by Tobias Thierer
· 7 years ago
3cde0f0
Merge "Change NetworkCapabilties administrator UIDs to be stored as int[]."
by Cody Kesting
· 5 years ago
ffe3a0c
Merge "TetheringManager API clean up"
by Mark Chien
· 5 years ago
0497d8b
Merge "Move NetworkCallback to last parameter for new exposed requestNetwork"
by Treehugger Robot
· 5 years ago
eddbe2b
Move NetworkCallback to last parameter for new exposed requestNetwork
by markchien
· 5 years ago
19336c2
TetheringManager API clean up
by markchien
· 5 years ago
a2f1af1
Merge "Make Ethernet interfaces more testable."
by Lorenzo Colitti
· 5 years ago
8afd953
Merge "Kill ConnectivityManager.CONNECTIVITY_ACTION_SUPL"
by Paul Hu
· 5 years ago
4c17972
Make Ethernet interfaces more testable.
by Lorenzo Colitti
· 5 years ago
c5cadf6
Change NetworkCapabilties administrator UIDs to be stored as int[].
by Cody Kesting
· 5 years ago
b76fc08
Merge "mtu: Add MTU parameter to Routes"
by Lorenzo Colitti
· 5 years ago
ff5be42
Merge "Update ConnectivityDiagnosticsCallback function name."
by Cody Kesting
· 5 years ago
e4d2df5
Update ConnectivityDiagnosticsCallback function name.
by Cody Kesting
· 5 years ago
5d08918
Merge "Shorten the output of NetworkAgentInfo#toString()."
by Treehugger Robot
· 5 years ago
924fb4c
Shorten the output of NetworkAgentInfo#toString().
by Lorenzo Colitti
· 6 years ago
c4d6a4f
Merge "Removing some of the API don't have to be @SystemApi"
by Treehugger Robot
· 5 years ago
d080a4a
Merge changes I97015365,Ic9db4b9b
by Chiachang Wang
· 5 years ago
a0f5e8f
Merge "services.net: Add a static library needed by wifi module"
by Treehugger Robot
· 5 years ago
fd007f0
Add NattKeepalivePacketDataTest
by Chiachang Wang
· 5 years ago
c389546
Move sensitive field parceling bool to constructor
by Remi NGUYEN VAN
· 5 years ago
ed4de26
Merge "Add support for registering test networks with administrators."
by Cody Kesting
· 5 years ago
9e121da
Removing some of the API don't have to be @SystemApi
by Aaron Huang
· 5 years ago
9c259cd
services.net: Add a static library needed by wifi module
by Roshan Pius
· 5 years ago
082ec1d
Merge "Update Javadoc comments for ConnectivityDiagnostics constants."
by Cody Kesting
· 5 years ago
12e8b30
Merge "Add javadoc for Network#netId"
by Mark Chien
· 5 years ago
6c65c01
Add javadoc for Network#netId
by markchien
· 5 years ago
d9ce33f
Kill ConnectivityManager.CONNECTIVITY_ACTION_SUPL
by paulhu
· 6 years ago
c5941bb
Add support for registering test networks with administrators.
by Cody Kesting
· 5 years ago
a8978d4
mtu: Add MTU parameter to Routes
by Tyler Wear
· 6 years ago
Next »