summaryrefslogtreecommitdiffstats
path: root/core/java/android/net
Commit message (Expand)AuthorAgeFilesLines
* Pick an upstream interface with valid IP configIrfan Sheriff2011-01-171-2/+24
* Update network subtypes info so it is current.Robert Greenwalt2011-01-141-0/+2
* fix a long-standing 'typo' bugVasu Nori2011-01-061-1/+1
* am a6ac0ec3: am 69ebb984: Merge "according to rfc2617, nc-value = 8LHEX"Jean-Baptiste Queru2010-12-281-1/+1
|\
| * am 69ebb984: Merge "according to rfc2617, nc-value = 8LHEX"Jean-Baptiste Queru2010-12-281-1/+1
| |\
| | * according to rfc2617, nc-value = 8LHEXBin Jin2010-12-251-1/+1
* | | Make sure the ProxyProperties is always present.Robert Greenwalt2010-12-281-1/+3
* | | Add TYPE_BLUETOOTH network interface for reverse tethering.Jaikumar Ganesh2010-12-221-2/+8
* | | Fix some older (depricated) API so they work.Robert Greenwalt2010-12-151-9/+20
* | | Merge "Fix some IpV4-only code."Robert Greenwalt2010-12-141-15/+29
|\ \ \
| * | | Fix some IpV4-only code.Robert Greenwalt2010-12-141-15/+29
* | | | Merge "DHCP core classes, defining data, behavior, and state transitions for ...Robert Greenwalt2010-12-149-0/+1555
|\ \ \ \ | |/ / / |/| | |
| * | | DHCP core classes, defining data, behavior, and state transitions for the DHCPStan Chesnutt2010-12-149-0/+1555
* | | | am 30ad1e57: am 9dbef975: Merge "Avoid leaking sockets." into gingerbreadNick Kralevich2010-12-131-2/+6
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | am 9dbef975: Merge "Avoid leaking sockets." into gingerbreadNick Kralevich2010-12-131-2/+6
| |\ \ | | |/ | |/|
| | * Avoid leaking sockets.Nick Kralevich2010-12-131-2/+6
* | | Have MobileDataStateTracker & DataConnectionTracker communicate directly.Wink Saville2010-12-073-7/+89
* | | Add a Dummy data connection for testing purposes.Robert Greenwalt2010-12-072-1/+223
* | | am 465e88eb: am 1ee2394e: am 1d67fa5b: Merge "Changing connect and response t...Jean-Baptiste Queru2010-12-061-4/+7
|\ \ \ | |/ /
| * | am 1d67fa5b: Merge "Changing connect and response timeout."Jean-Baptiste Queru2010-12-061-4/+7
| |\ \
| | * | Changing connect and response timeout.Henrik Baard2010-12-061-4/+7
* | | | Cleanup logging.Wink Saville2010-12-031-31/+42
* | | | Use apn types instead of host when sending notifications.Wink Saville2010-11-241-2/+12
* | | | Notify all VMs when proxy changes.Robert Greenwalt2010-11-195-244/+247
* | | | Provide default error strings in BrowserFrame.onReceivedError().Iain Merrick2010-11-153-21/+100
* | | | Merge "b/2864818 use authType for cert verification."Huahui Wu2010-11-091-6/+8
|\ \ \ \
| * | | | b/2864818 use authType for cert verification.Huahui Wu2010-11-091-6/+8
* | | | | am 2d2f10fa: am 28c74257: Add @Deprecated to match @deprecated where it\'s mi...Jesse Wilson2010-11-092-0/+4
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | am 28c74257: Add @Deprecated to match @deprecated where it\'s missing.Jesse Wilson2010-11-092-0/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Add @Deprecated to match @deprecated where it's missing.Jesse Wilson2010-11-092-0/+4
* | | | | Merge "Expose the cert validator to JNI."Huahui Wu2010-11-081-43/+54
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Expose the cert validator to JNI.Huahui Wu2010-11-081-43/+54
* | | | | Delete used importBrian Carlstrom2010-11-081-3/+0
|/ / / /
* | | | Use InetAddress.isNumeric.Elliott Hughes2010-11-041-6/+9
* | | | Remove NetworkUtils.isIpAddress.Elliott Hughes2010-11-041-22/+0
* | | | Add some network/phone type constants.Robert Greenwalt2010-11-031-0/+11
* | | | Move improved cert chain handling from CertificateChainValidator to TrustMana...Brian Carlstrom2010-10-211-52/+1
* | | | Make fields in WebAddress private, add getters/settersBjorn Bringert2010-10-132-11/+50
* | | | resolved conflicts for merge of b3ffd4ad to masterBrad Fitzpatrick2010-10-111-6/+6
|\ \ \ \ | |/ / /
| * | | am 3ed792d5: Merge "Don\'t perform DNS lookup in android.net.Proxy.isLocalHost"Brad Fitzpatrick2010-10-101-8/+6
| |\ \ \ | | | |/ | | |/|
| | * | Don't perform DNS lookup in android.net.Proxy.isLocalHostAndreas Sandblad2010-10-041-8/+6
* | | | Use LinkProperties for IP and proxy configurationIrfan Sheriff2010-10-082-16/+67
* | | | Add LinkAddressIrfan Sheriff2010-10-063-30/+205
* | | | Turn on some debugging infoRobert Greenwalt2010-10-051-1/+1
* | | | resolved conflicts for merge of 6a3eddb4 to masterDianne Hackborn2010-09-301-1/+1
|\ \ \ \ | |/ / /
| * | | am 0a69f597: Merge "Rub in a little \'ol log-b-gone." into gingerbreadDianne Hackborn2010-09-302-5/+5
| |\ \ \ | | | |/ | | |/|
| | * | Rub in a little 'ol log-b-gone.Dianne Hackborn2010-09-302-5/+5
| * | | am 5bdb89d7: Merge "Move DownloadManager to android.app (DO NOT MERGE)" into ...Steve Howard2010-09-281-995/+0
| |\ \ \ | | |/ /
| | * | Move DownloadManager to android.app (DO NOT MERGE)Steve Howard2010-09-271-995/+0
* | | | Manual merge: Move DownloadManager to android.appSteve Howard2010-09-281-995/+0