Gitiles
Code Review
Sign In
review.blissroms.org
/
packages_modules_Connectivity
/
c5756e42a4805cb60dc4aa7ec0a0cc7ac80c935a
/
core
82c7e42
Move mobile provisioning APN support into telephony.
by Paul Jensen
· 11 years ago
d63379a
Block address families with routes, not NetworkAgent side channel
by Lorenzo Colitti
· 11 years ago
8eac7b3
Support non-unicast route types: unreachable and throw.
by Lorenzo Colitti
· 11 years ago
ab9254e
Merge "Use unified Tethering Permission Check" into lmp-dev
by Robert Greenwalt
· 11 years ago
b39204f
Use unified Tethering Permission Check
by Robert Greenwalt
· 11 years ago
5cb93af
Merge "NetworkStats always needs arrays." into lmp-dev
by Jeff Sharkey
· 11 years ago
8929f18
NetworkStats always needs arrays.
by Jeff Sharkey
· 11 years ago
cea86b0
Add NetworkAgent event for ExplicitlySelected
by Robert Greenwalt
· 11 years ago
2035d52
Merge "Report Network status to NetworkAgent." into lmp-dev
by Robert Greenwalt
· 11 years ago
5178814
Fix a typo in comment.
by Ang Li
· 11 years ago
135a724
Report Network status to NetworkAgent.
by Robert Greenwalt
· 11 years ago
80177f2
Merge "Flush HTTP socket pools and DNS cache when binding process to a Network." into lmp-dev
by Paul Jensen
· 11 years ago
26a0dc0
Make Network.openConnection() share HttpHandlers not OkHttpClients.
by Paul Jensen
· 11 years ago
99c3666
Flush HTTP socket pools and DNS cache when binding process to a Network.
by Paul Jensen
· 11 years ago
4a4ecd2
Don't accept score below 0.
by Robert Greenwalt
· 11 years ago
2e4731f
Fix networking API per scripting checks.
by Robert Greenwalt
· 11 years ago
3013fe6
Merge "Catch creation of NetworkRequest without NetCap" into lmp-dev
by Robert Greenwalt
· 11 years ago
265a548
Proxy fixes from API review feedback
by Jason Monk
· 11 years ago
77550b8
Catch creation of NetworkRequest without NetCap
by Robert Greenwalt
· 11 years ago
786ae5d
Kill the NetworkInfo(int type) constructor. IT'S A TRAP!
by Lorenzo Colitti
· 11 years ago
535cfe9
Use per-Network connection pools for openConnection.
by Lorenzo Colitti
· 11 years ago
2b2d73c
Pass the socket mark for DNS queries to dnsmasq.
by Lorenzo Colitti
· 11 years ago
721f237
Clean up Connectivity Logging.
by Robert Greenwalt
· 11 years ago
639218d
Merge "Remove captive portal sign-in actions." into lmp-dev
by Paul Jensen
· 11 years ago
1621687
Remove captive portal sign-in actions.
by Paul Jensen
· 11 years ago
5b2a2e3
Rework the per-network URL API.
by Lorenzo Colitti
· 11 years ago
e038610
Less intrusive VPN dialog and other UX tweaks.
by Jeff Davidson
· 11 years ago
58d028a
Stop using LinkProperties for static configuration.
by Lorenzo Colitti
· 11 years ago
0380686
Add tcp buffer size conduit to NetworkAgent.
by Robert Greenwalt
· 11 years ago
b89454d
Merge "Configure MTU based on network MTU parameter" into lmp-dev
by Robert Greenwalt
· 11 years ago
c3455c3
Configure MTU based on network MTU parameter
by w19976
· 11 years ago
3318b05
Some networks may have null ifaces, I guess?
by Jeff Sharkey
· 11 years ago
4a0ff02
Switch RouteInfo to use IpPrefix instead of LinkAddress.
by Lorenzo Colitti
· 11 years ago
b0b2762
Hack and ship: NetworkStats edition.
by Jeff Sharkey
· 11 years ago
c4bc59b
Fix docs build.
by Dan Sandler
· 11 years ago
789d7c2
Allow using third-party HTTP/... stacks for per-network URLs.
by Lorenzo Colitti
· 11 years ago
10d9ba5
Use a new socket for each of the host's IP addresses.
by Lorenzo Colitti
· 11 years ago
1892fa5
Allow VPNs to add/remove link addresses dynamically.
by Sreeram Ramachandran
· 11 years ago
8ef2e0c
Merge "Remove dead code 1." into lmp-dev
by Robert Greenwalt
· 11 years ago
0bb9c07
Prohibit address families by default unless a VPN explicitly allows them.
by Sreeram Ramachandran
· 11 years ago
bf23e03
Remove dead code 1.
by Robert Greenwalt
· 11 years ago
53a2a75
Add a getBoundURL method that returns a network-specific URL.
by Lorenzo Colitti
· 11 years ago
cf57204
Implement support for bypassable VPNs.
by Sreeram Ramachandran
· 11 years ago
a795e82
Fix DUN-based tethering.
by Robert Greenwalt
· 11 years ago
849c72a
Infer legacy network type for ConnectivityManager.requestNetwork
by Ye Wen
· 11 years ago
c05e2a9
Cleanup: Delete dead code.
by Sreeram Ramachandran
· 11 years ago
7085a7a
Remove unnecessary code and APIs.
by Sreeram Ramachandran
· 11 years ago
0478ace
Readjust location of NETID_UNSET definition.
by Paul Jensen
· 11 years ago
8b6260f
Define NETID_UNSET in ConnectivityManager.
by Paul Jensen
· 11 years ago
612302f
Missed an entry in the copy constructor.
by Robert Greenwalt
· 11 years ago
8e368dc
Add networkSpecifier string to NetworkCapabilties.
by Robert Greenwalt
· 11 years ago
a8a49e0
Convert Vpn from NetworkStateTracker to NetworkAgent.
by Paul Jensen
· 11 years ago
9ebd880
Merge "Refactor wifi p2p's startDhcpServer function"
by Robert Greenwalt
· 11 years ago
a75c465
Refactor wifi p2p's startDhcpServer function
by Robert Greenwalt
· 11 years ago
701a5c3
Add Network inspection API.
by Robert Greenwalt
· 11 years ago
87a4270
Add Trust to NetworkCapabilities.
by Robert Greenwalt
· 11 years ago
b2a03d1
Remove dead code.
by Robert Greenwalt
· 11 years ago
cbd6c34
Merge "Remove unused api."
by Robert Greenwalt
· 11 years ago
037ec9f
Fix build
by Glenn Kasten
· 11 years ago
205fd8e
Remove unused api.
by Robert Greenwalt
· 11 years ago
37c6b96
Add captive portal sign-in actions.
by Paul Jensen
· 11 years ago
f980a0f
Make sure callback handler is in place before callbacks handled.
by Paul Jensen
· 11 years ago
201d45f
MS: Adding Support for Emergency APN in Telephony Framework (base/telephony)
by Ram
· 11 years ago
e25e76c
Use return values from JNI functions binding sockets and processes to networks.
by Paul Jensen
· 11 years ago
21970be
Modify DNS server update methods.
by Lorenzo Colitti
· 11 years ago
bf1b000
Teach LinkProperties whether it's provisioned or not.
by Lorenzo Colitti
· 11 years ago
1b72e05
Minor changes to RouteInfo.
by Lorenzo Colitti
· 11 years ago
fa6b263
Unbreak LinkPropertiesTest.
by Lorenzo Colitti
· 11 years ago
9c7ce72
Clean up and add some Network logging.
by Robert Greenwalt
· 11 years ago
0008d3d
Merge "Add logging to track down weird ConnectivityManager issue."
by Robert Greenwalt
· 11 years ago
ca3c5cf
Add logging to track down weird ConnectivityManager issue.
by Robert Greenwalt
· 11 years ago
dc8139c
Modify LinkProperties add/remove route functions.
by Lorenzo Colitti
· 11 years ago
2e9b123
IpPrefix improvements.
by Lorenzo Colitti
· 11 years ago
f3e0e30
Assert that RT_SCOPE_* and IFA_F_* are not zero.
by Lorenzo Colitti
· 11 years ago
bd9859f
Merge "Fix build"
by Robert Greenwalt
· 11 years ago
cccf73a
Fix build
by Robert Greenwalt
· 11 years ago
5c6dd08
am 2d0ab42b: Merge "Apply API Council comments to ConnectivityManager" into lmp-preview-dev
by Robert Greenwalt
· 11 years ago
09e5cff
Apply API Council comments to ConnectivityManager
by Robert Greenwalt
· 11 years ago
a4c6a85
Fix Build
by Robert Greenwalt
· 11 years ago
4caa881
Fix build breakage.
by Robert Greenwalt
· 11 years ago
5f63932
Merge "Make IpPrefix final."
by Robert Greenwalt
· 11 years ago
974fbd7
am f7c964fa: Merge "Fix Build" into lmp-preview-dev
by Robert Greenwalt
· 11 years ago
60ab365
Make IpPrefix final.
by Robert Greenwalt
· 11 years ago
6f373a0
am 9c6d406e: Fix build breakage.
by Robert Greenwalt
· 11 years ago
5c716c2
am 558aeb90: Merge "Make NetworkCapabilities publicly immutable." into lmp-preview-dev
by Robert Greenwalt
· 11 years ago
c34f83b
Make NetworkCapabilities publicly immutable.
by Robert Greenwalt
· 11 years ago
78ed25a
Fix wifi connectivity issues.
by Sreeram Ramachandran
· 11 years ago
9b780b8
Merge "Fix wifi connectivity issues." into lmp-preview-dev
by Robert Greenwalt
· 11 years ago
ef041cf
Fix wifi connectivity issues.
by Sreeram Ramachandran
· 11 years ago
2318dc4
Merge "Fix public API of LinkProperties." into lmp-preview-dev
by Robert Greenwalt
· 11 years ago
d23b496
Fix public API of LinkProperties.
by Robert Greenwalt
· 11 years ago
68bb06d
Apply API review to android.net.Network:
by Paul Jensen
· 11 years ago
1b9edb4
Merge "Minor changes to the LinkAddress API docs." into lmp-preview-dev
by Robert Greenwalt
· 11 years ago
f9cc46c
Merge "Add a new IpPrefix class and use it in RouteInfo." into lmp-preview-dev
by Robert Greenwalt
· 11 years ago
e25318b
Add a new IpPrefix class and use it in RouteInfo.
by Sreeram Ramachandran
· 11 years ago
12d3200
Minor changes to the LinkAddress API docs.
by Lorenzo Colitti
· 11 years ago
48a7da0
Minor changes to the LinkAddress API docs.
by Lorenzo Colitti
· 11 years ago
8162a5e
Add a new IpPrefix class and use it in RouteInfo.
by Sreeram Ramachandran
· 11 years ago
e472bf0
Merge "remember and report network score"
by vandwalle
· 11 years ago
170e6d1
remember and report network score
by vandwalle
· 11 years ago
Next »