Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_packages_modules_NetworkStack
/
55da3a991e4059b75648fcc0f3ea59f89af35eee
55da3a9
Merge "Replace ArrayList with a CopyOnWriteArrayList"
by Paul Hu
· 5 years ago
4854c71
Replace ArrayList with a CopyOnWriteArrayList
by paulhu
· 5 years ago
f76b1e4
Merge "Fix FD leak in NetworkStack"
by Treehugger Robot
· 5 years ago
b5325bb
Merge "Refine validation metrics"
by Remi NGUYEN VAN
· 5 years ago
7a21cda
Refine validation metrics
by Remi NGUYEN VAN
· 5 years ago
80b3bc1
Fix FD leak in NetworkStack
by Ruoyao Liu (刘若尧)
· 5 years ago
2b0d804
Add an exported flag in manifest
by Ashwini Oruganti
· 5 years ago
8964e73
Merge "Revert "Add new network quirk parcelable in the NetworkAttributes.""
by Chalard Jean
· 5 years ago
b218bfb
Merge "Move Inet[4]AddressUtils to libs/net"
by Remi NGUYEN VAN
· 5 years ago
4210a72
Revert "Add new network quirk parcelable in the NetworkAttributes."
by Chalard Jean
· 5 years ago
5b00d42
Move Inet[4]AddressUtils to libs/net
by Remi NGUYEN VAN
· 5 years ago
ba640c5
Fix jarjar rule for LocalLog
by Remi NGUYEN VAN
· 5 years ago
1dc6712
Merge "Migrate to public IndentingPrintWriter"
by Remi NGUYEN VAN
· 5 years ago
f40d6ca
Migrate to public IndentingPrintWriter
by Dmitri Plotnikov
· 5 years ago
46f9188
Merge "Add more log in NetworkMonitor for debugging"
by Lucas Lin
· 5 years ago
69edcd0
Add more log in NetworkMonitor for debugging
by lucaslin
· 5 years ago
55d51e0
Add new network quirk parcelable in the NetworkAttributes.
by Xiao Ma
· 5 years ago
ff1b311
Use unstable networkstack AIDLs in development branches
by Remi NGUYEN VAN
· 5 years ago
8ff01a1
Merge "Sync with libnativehelper refactoring"
by Orion Hodson
· 5 years ago
b49b6c3
Merge "Jarjar frameworks/libs/net in NetworkStack module"
by Luke Huang
· 5 years ago
a2929e9
Merge "Fix NullPointerException on addErrorCode when input is Invalid error code"
by Frank Li
· 5 years ago
2aab9fd
Sync with libnativehelper refactoring
by Orion Hodson
· 5 years ago
854b5ae
Jarjar frameworks/libs/net in NetworkStack module
by Luke Huang
· 5 years ago
ec4786a
Fix NullPointerException on addErrorCode when input is Invalid error code
by lifr
· 5 years ago
9cf01c1
Merge "Injecting network validation stats into statsd"
by Frank Li
· 5 years ago
c4967b5
Injecting network validation stats into statsd
by lifr
· 5 years ago
a77d0b4
Merge "Fix the mStopTimeNs not be reset in Stopwatch#Restart"
by Frank Li
· 5 years ago
f729bd2
Merge "Reduce the calling times of getCustomizedContextOrDefault()"
by Treehugger Robot
· 5 years ago
b9826c5
Reduce the calling times of getCustomizedContextOrDefault()
by lucaslin
· 5 years ago
afceb9d
Fix the mStopTimeNs not be reset in Stopwatch#Restart
by lifr
· 5 years ago
e14a0ba
Merge "Send normal termination metrics on wifi off"
by Remi NGUYEN VAN
· 5 years ago
ca9c116
Merge "Retry networkAddInterface on EBUSY errorCode"
by Treehugger Robot
· 5 years ago
2a8c3f9
Send normal termination metrics on wifi off
by Remi NGUYEN VAN
· 5 years ago
78097d8
Retry networkAddInterface on EBUSY errorCode
by markchien
· 5 years ago
220d460
Merge "Transition to appropriate state after all left addresses have been cleared."
by Treehugger Robot
· 5 years ago
342cb2c
Injecting network ip provision stats into statsd
by lifr
· 5 years ago
b6db57b
Merge "Use doIpv6Provisioning in testPref64Option."
by Remi NGUYEN VAN
· 5 years ago
4a8513c
Merge "Test DataStallStatsUtils.write"
by Treehugger Robot
· 5 years ago
6a5f214
Test DataStallStatsUtils.write
by Chiachang Wang
· 5 years ago
6aeb863
Merge "Fix the potential NPE when calling IPMS API and ExecutionException is thrown."
by Xiao Ma
· 5 years ago
c84530f
Use doIpv6Provisioning in testPref64Option.
by Lorenzo Colitti
· 5 years ago
885aeb8
Merge "Fix cursor leaks into IPMS database"
by Chalard Jean
· 5 years ago
8306c94
Merge "Adding NetworkStack Metrics/protos in the Networkstack"
by Frank Li
· 5 years ago
7f70306
Fix the potential NPE when calling IPMS API and ExecutionException is thrown.
by Xiao Ma
· 5 years ago
15275d7
Transition to appropriate state after all left addresses have been cleared.
by Xiao Ma
· 5 years ago
2848d0a
Set min_sdk_version to be part of mainline modules
by Jooyung Han
· 5 years ago
cb15db3
Adding NetworkStack Metrics/protos in the Networkstack
by lifr
· 5 years ago
eb588dd
Fix cursor leaks into IPMS database
by Chalard Jean
· 5 years ago
f1a5da7
Merge "Remove DhcpResults from NetworkStack shared lib"
by Remi NGUYEN VAN
· 5 years ago
d116ad5
Merge "Do not revalidate before network is ready"
by Remi NGUYEN VAN
· 5 years ago
dd36946
Merge "Disable IPv6 stack when IPv6 provisioning is lost but IPv4 is still alive."
by Treehugger Robot
· 5 years ago
ebb5a9f
Do not revalidate before network is ready
by Remi NGUYEN VAN
· 5 years ago
4edc4f6
Disable IPv6 stack when IPv6 provisioning is lost but IPv4 is still alive.
by Xiao Ma
· 5 years ago
24cbe31
Merge "Increase tcp polling interval on data stall detection"
by Chiachang Wang
· 5 years ago
c2ec05d
Remove DhcpResults from NetworkStack shared lib
by Remi NGUYEN VAN
· 5 years ago
b2357b1
Merge "Change the evaluation type collected to be a bitmask"
by Chiachang Wang
· 5 years ago
aa55058
Update CapportData in CapportApiProbeResult to be nullable
by Chiachang Wang
· 5 years ago
4e8ca75
Merge "Merge QQ3A.200605.002 into master"
by Xin Li
· 5 years ago
53e657b
Merge "Add a SkipPresubmit annotation"
by Treehugger Robot
· 5 years ago
340d275
Change the evaluation type collected to be a bitmask
by Chiachang Wang
· 5 years ago
ef7e3d2
Add a SkipPresubmit annotation
by Remi NGUYEN VAN
· 5 years ago
29a957e
Merge QQ3A.200605.002 into master
by Xin Li
· 5 years ago
e3c6e9f
Merge "Shorten the timeout of DHCP INIT-REBOOT state." am: 29f5f861af
by Xiao Ma
· 5 years ago
29f5f86
Merge "Shorten the timeout of DHCP INIT-REBOOT state."
by Xiao Ma
· 5 years ago
23651f0
Merge "Add a null check to prevent NullPointerException" am: 8467e54f75
by Lucas Lin
· 5 years ago
8467e54
Merge "Add a null check to prevent NullPointerException"
by Lucas Lin
· 5 years ago
c4b59dd
Add a null check to prevent NullPointerException
by lucaslin
· 5 years ago
fcd1c8b
Shorten the timeout of DHCP INIT-REBOOT state.
by Xiao Ma
· 5 years ago
c6534e5
Increase tcp polling interval on data stall detection
by Chiachang Wang
· 5 years ago
4154b2e
Merge "Use netd_aidl_interface-unstable-java" am: 4520b4e92d
by Nucca Chen
· 5 years ago
4520b4e
Merge "Use netd_aidl_interface-unstable-java"
by Nucca Chen
· 5 years ago
e25af61
Merge "Fix venue info notification not displaying" am: 0eb85a8a70
by Remi NGUYEN VAN
· 5 years ago
0eb85a8
Merge "Fix venue info notification not displaying"
by Remi NGUYEN VAN
· 5 years ago
1072eff
Fix venue info notification not displaying
by Remi NGUYEN VAN
· 5 years ago
6f83d7f
Merge "Correct the doc for setEvaluationType" am: d9e033d074
by Chiachang Wang
· 5 years ago
d9e033d
Merge "Correct the doc for setEvaluationType"
by Chiachang Wang
· 5 years ago
e448275
Merge "Refine comments/style for test networks validation" am: 88ab8e2cb5
by Remi NGUYEN VAN
· 5 years ago
88ab8e2
Merge "Refine comments/style for test networks validation"
by Remi NGUYEN VAN
· 5 years ago
39a6c67
Fallback if redirect url is not valid for captive portal login am: 220428b234
by Chiachang Wang
· 5 years ago
d70e720
Merge "Validate test wifi/eth/bluetooth/mobile networks" am: 08dc83e90b
by Remi NGUYEN VAN
· 5 years ago
b5b6e69
Use netd_aidl_interface-unstable-java
by Hungming Chen
· 5 years ago
220428b
Fallback if redirect url is not valid for captive portal login
by Chiachang Wang
· 5 years ago
15fe5d9
Merge "Only allow HTTP capport URLs on test networks" am: 77d241ba35
by Remi NGUYEN VAN
· 5 years ago
a111c71
Merge "Implement delete methods" am: 46ffd331b9
by Chalard Jean
· 5 years ago
e60e470
Prevent race in NetworkMonitorTest am: 57218af358
by Chiachang Wang
· 5 years ago
1cbfd5c
Merge "Allow CTS to include TestNetworkStackLib" am: 5576d8e4a7
by Remi NGUYEN VAN
· 5 years ago
08dc83e
Merge "Validate test wifi/eth/bluetooth/mobile networks"
by Remi NGUYEN VAN
· 5 years ago
77d241b
Merge "Only allow HTTP capport URLs on test networks"
by Remi NGUYEN VAN
· 5 years ago
46ffd33
Merge "Implement delete methods"
by Chalard Jean
· 5 years ago
396931d
Refine comments/style for test networks validation
by Remi NGUYEN VAN
· 5 years ago
abc867b
Validate test wifi/eth/bluetooth/mobile networks
by Remi NGUYEN VAN
· 5 years ago
57218af
Prevent race in NetworkMonitorTest
by Chiachang Wang
· 5 years ago
5576d8e
Merge "Allow CTS to include TestNetworkStackLib"
by Remi NGUYEN VAN
· 5 years ago
2842add
Merge "Refactor out the IPv4-only provisioning result verification." am: e3686d9fce
by Xiao Ma
· 5 years ago
e3686d9
Merge "Refactor out the IPv4-only provisioning result verification."
by Xiao Ma
· 5 years ago
2c18f6b
Allow CTS to include TestNetworkStackLib
by Remi NGUYEN VAN
· 5 years ago
ba47cea
Merge "Rename groupHint to cluster." am: 0a9aade2ab
by Chalard Jean
· 5 years ago
0a9aade
Merge "Rename groupHint to cluster."
by Chalard Jean
· 5 years ago
01c32e4
Implement delete methods
by Chalard Jean
· 5 years ago
872b236
Refactor out the IPv4-only provisioning result verification.
by Xiao Ma
· 5 years ago
Next »