summaryrefslogtreecommitdiffstats
path: root/core/jni/android_net_NetUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Query HTTP proxy for network via a new API to avoid permissions exceptionsPaul Jensen2015-05-181-0/+6
* Merge commit 'e593d0a' into merge_workPrerepa Viswanadham2015-04-101-2/+2
|\
| * Deprecate static ConnectivityManager.get/setProcessDefaultNetwork() functions.Paul Jensen2015-04-021-2/+2
| * Fix missing printf argument.Erik Kline2015-03-181-1/+1
| * DHCP: Add a native method for making a DHCP socket.Lorenzo Colitti2015-03-161-0/+50
* | DHCP: Add a native method for making a DHCP socket.Lorenzo Colitti2015-03-201-0/+50
* | Fix missing printf argument.Erik Kline2015-03-181-1/+1
* | am "Refactor NetworkUtils interaction with DHCP."Vinit Deshpande2015-03-151-40/+36
|\ \ | |/
| * Refactor NetworkUtils interaction with DHCP.Erik Kline2015-03-021-40/+36
* | Remove hardcoded include paths.Narayan Kamath2014-12-311-1/+0
* | Frameworks/base: Replace LOG_FATAL_IF in core/jniAndreas Gampe2014-11-191-21/+22
|/
* Rework the per-network URL API.Lorenzo Colitti2014-08-211-3/+3
* Stop using LinkProperties for static configuration.Lorenzo Colitti2014-08-191-16/+8
* Cleanup: Delete dead code.Sreeram Ramachandran2014-07-221-23/+0
* Remove unnecessary code and APIs.Sreeram Ramachandran2014-07-111-8/+0
* Define NETID_UNSET in ConnectivityManager.Paul Jensen2014-07-111-12/+0
* Convert Vpn from NetworkStateTracker to NetworkAgent.Paul Jensen2014-07-101-0/+6
* Use return values from JNI functions binding sockets and processes to networks.Paul Jensen2014-06-261-16/+19
* Implement bind-to-network functionality of android.net.Network.Paul Jensen2014-05-221-0/+38
* Use a single socket to communicate with supplicantVinit Deshapnde2013-08-081-1/+1
* dhcp: Get mtu property from dhcp resultsDmitry Shmidt2013-08-021-4/+7
* Add NetworkUtil function for marking socketsChad Brubaker2013-07-121-0/+9
* Don't update routes if Dhcp fails.Robert Greenwalt2013-03-151-0/+4
* Up our DNS server support from 2 > 4Robert Greenwalt2013-01-111-8/+18
* Support for dns domain.Robert Greenwalt2012-11-161-5/+13
* Remove DhcpInfoInternalRobert Greenwalt2012-11-091-51/+72
* Pipe DHCP vendor info towards framework.Jeff Sharkey2012-04-181-6/+12
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-1/+1
* resolved conflicts for merge of e4a56a32 to masterWink Saville2011-07-081-4/+9
|\
| * Use resetConnections with resetMask.Wink Saville2011-07-071-4/+9
| * resolved conflicts for merge of 914ed90f to honeycomb-LTEIrfan Sheriff2011-06-221-3/+32
| |\
| | * Revert "DO NOT MERGE Revert "DO NOT MERGE Add DhcpStateMachine""Irfan Sheriff2011-06-211-3/+32
| * | resolved conflicts for merge of 267a6181 to honeycomb-LTEIrfan Sheriff2011-06-221-32/+3
| |\ \ | | |/
| | * DO NOT MERGE Revert "DO NOT MERGE Add DhcpStateMachine"Irfan Sheriff2011-06-211-32/+3
| | * DO NOT MERGE Add DhcpStateMachineIrfan Sheriff2011-05-121-3/+32
* | | Merge c41aefe1Jean-Baptiste Queru2011-05-191-60/+0
|\ \ \ | |/ /
| * | Switch to use netd to add/remove routes.Robert Greenwalt2011-05-181-60/+0
* | | resolved conflicts for merge of db46fa25 to masterRobert Greenwalt2011-05-021-3/+24
|\ \ \ | |/ /
| * | Merge "Add RouteInfo objects for tracking routes." into honeycomb-LTERobert Greenwalt2011-05-021-3/+24
| |\ \
| | * | Add RouteInfo objects for tracking routes.Robert Greenwalt2011-05-021-3/+24
| | |/
* | | am d369d64e: am 8ab6a6d4: Merge "Add DhcpStateMachine for interation with dhc...Irfan Sheriff2011-05-021-3/+32
|\ \ \ | |/ /
| * | Add DhcpStateMachine for interation with dhcpcdIrfan Sheriff2011-04-301-3/+32
| |/
* | More native code cleanup.Elliott Hughes2011-04-121-11/+8
* | Don't use local ref for cached jclass reference in JNI codeBrian Carlstrom2011-04-061-13/+11
|/
* Make the interface with DHCP IPv6 capable.Robert Greenwalt2011-01-261-31/+40
* Switch from NetworkUtils to netd for iface config.Robert Greenwalt2011-01-211-20/+0
* resolved conflicts for merge of 4ea54f44 to masterRobert Greenwalt2010-08-271-17/+17
* Pass network properties to ConnectivityService.Robert Greenwalt2010-07-131-3/+3
* wifi: Keep the WLAN network interface up whenever wifi is enabled.Mike Lockwood2009-07-101-0/+12
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+247