index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Catch creation of NetworkRequest without NetCap" into lmp-dev
Robert Greenwalt
2014-09-04
1
-0
/
+3
|
\
|
*
Catch creation of NetworkRequest without NetCap
Robert Greenwalt
2014-09-03
1
-0
/
+3
*
|
Proxy fixes from API review feedback
Jason Monk
2014-09-04
1
-4
/
+0
|
/
*
Kill the NetworkInfo(int type) constructor. IT'S A TRAP!
Lorenzo Colitti
2014-08-29
1
-8
/
+0
*
Use per-Network connection pools for openConnection.
Lorenzo Colitti
2014-08-29
1
-1
/
+30
*
Pass the socket mark for DNS queries to dnsmasq.
Lorenzo Colitti
2014-08-29
2
-0
/
+18
*
Really remove NetworkBoundURLFactory.
Lorenzo Colitti
2014-08-28
1
-35
/
+0
*
Clean up Connectivity Logging.
Robert Greenwalt
2014-08-27
2
-6
/
+8
*
Merge "Implement VpnConfig.addAllowedApplication()." into lmp-dev
Paul Jensen
2014-08-26
1
-2
/
+28
|
\
|
*
Implement VpnConfig.addAllowedApplication().
Paul Jensen
2014-08-25
1
-2
/
+28
*
|
Merge "Update VPN whitelist/blacklist api docs." into lmp-dev
Robert Greenwalt
2014-08-26
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
Update VPN whitelist/blacklist api docs.
Robert Greenwalt
2014-08-25
1
-2
/
+3
*
|
Merge "Remove captive portal sign-in actions." into lmp-dev
Paul Jensen
2014-08-25
1
-92
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove captive portal sign-in actions.
Paul Jensen
2014-08-22
1
-92
/
+0
*
|
Rework the per-network URL API.
Lorenzo Colitti
2014-08-21
2
-64
/
+51
|
/
*
Merge "Fix SOCKS proxies from being dropped from PAC" into lmp-dev
Jason Monk
2014-08-20
1
-9
/
+24
|
\
|
*
Fix SOCKS proxies from being dropped from PAC
Jason Monk
2014-08-20
1
-9
/
+24
*
|
Less intrusive VPN dialog and other UX tweaks.
Jeff Davidson
2014-08-20
1
-0
/
+2
*
|
Stop using LinkProperties for static configuration.
Lorenzo Colitti
2014-08-19
5
-123
/
+350
|
/
*
Merge "Revert "Remove the warning if the caller gets the insecure variant and...
Kenny Root
2014-08-16
1
-3
/
+3
|
\
|
*
Revert "Remove the warning if the caller gets the insecure variant and add ho...
Kenny Root
2014-08-14
1
-3
/
+3
*
|
Add tcp buffer size conduit to NetworkAgent.
Robert Greenwalt
2014-08-17
1
-3
/
+50
*
|
Merge "Configure MTU based on network MTU parameter" into lmp-dev
Robert Greenwalt
2014-08-15
1
-0
/
+17
|
\
\
|
*
|
Configure MTU based on network MTU parameter
w19976
2014-08-14
1
-0
/
+17
|
|
/
*
|
Some networks may have null ifaces, I guess?
Jeff Sharkey
2014-08-14
1
-1
/
+2
|
/
*
Switch RouteInfo to use IpPrefix instead of LinkAddress.
Lorenzo Colitti
2014-08-13
1
-55
/
+30
*
Merge "Security-related cleanup for network scoring." into lmp-dev
Jeff Davidson
2014-08-12
2
-3
/
+15
|
\
|
*
Security-related cleanup for network scoring.
Jeff Davidson
2014-08-11
2
-3
/
+15
*
|
Hack and ship: NetworkStats edition.
Jeff Sharkey
2014-08-11
1
-3
/
+6
|
/
*
Make TrafficStats uid attribution @SystemApi
Christopher Tate
2014-08-07
1
-0
/
+13
*
Remove dead CaptivePortalTracker.
Paul Jensen
2014-08-07
1
-483
/
+0
*
Fix docs build.
Dan Sandler
2014-07-31
1
-1
/
+1
*
Allow using third-party HTTP/... stacks for per-network URLs.
Lorenzo Colitti
2014-07-31
2
-21
/
+106
*
Use a new socket for each of the host's IP addresses.
Lorenzo Colitti
2014-07-30
1
-13
/
+12
*
Merge "Don't request network scores before boot completes." into lmp-dev
Jeff Davidson
2014-07-25
1
-0
/
+1
|
\
|
*
Don't request network scores before boot completes.
Jeff Davidson
2014-07-29
1
-0
/
+1
*
|
Add NetworkScoreManager.disableScoring().
Jeff Davidson
2014-07-29
2
-0
/
+20
|
/
*
Allow VPNs to add/remove link addresses dynamically.
Sreeram Ramachandran
2014-07-29
2
-24
/
+35
*
Merge "Remove dead code 1." into lmp-dev
Robert Greenwalt
2014-07-24
1
-5
/
+0
|
\
|
*
Remove dead code 1.
Robert Greenwalt
2014-07-28
1
-5
/
+0
*
|
Prohibit address families by default unless a VPN explicitly allows them.
Sreeram Ramachandran
2014-07-28
2
-1
/
+39
|
/
*
Add a getBoundURL method that returns a network-specific URL.
Lorenzo Colitti
2014-07-28
1
-2
/
+37
*
Implement support for bypassable VPNs.
Sreeram Ramachandran
2014-07-25
6
-5
/
+87
*
Fix DUN-based tethering.
Robert Greenwalt
2014-07-24
1
-1
/
+1
*
Merge "Infer legacy network type for ConnectivityManager.requestNetwork" into...
Ye Wen
2014-07-23
1
-3
/
+62
|
\
|
*
Infer legacy network type for ConnectivityManager.requestNetwork
Ye Wen
2014-07-23
1
-3
/
+62
*
|
Implement VpnService.setBlocking().
Jeff Davidson
2014-07-23
1
-1
/
+1
|
/
*
Cleanup: Delete dead code.
Sreeram Ramachandran
2014-07-22
3
-39
/
+4
*
Align PSKKeyManager with framework API style.
Alex Klyubin
2014-07-22
1
-18
/
+52
*
Allow VPN interfaces to be put into blocking mode.
Sreeram Ramachandran
2014-07-18
1
-0
/
+14
[next]