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
/
Proxy.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'e593d0a' into merge_work
Prerepa Viswanadham
2015-04-10
1
-8
/
+8
|
\
|
*
Deprecate EXTRA_PROXY_INFO and unhide ConnectivityManager.getDefaultProxy().
Paul Jensen
2015-04-03
1
-8
/
+8
*
|
am 10ac55ba: am 5f8099ed: Merge "Add java.util.List import."
Narayan Kamath
2014-11-03
1
-0
/
+1
|
\
\
|
*
\
am 5f8099ed: Merge "Add java.util.List import."
Narayan Kamath
2014-11-03
1
-0
/
+1
|
|
\
\
|
|
*
|
Add java.util.List import.
Narayan Kamath
2014-11-03
1
-0
/
+1
*
|
|
|
am 2e1bd46a: am ef5d43a7: Merge "Revert "Revert "Remove unused apache related...
Narayan Kamath
2014-11-03
1
-77
/
+0
|
\
\
\
\
|
|
/
/
/
|
*
|
|
am ef5d43a7: Merge "Revert "Revert "Remove unused apache related API."""
Narayan Kamath
2014-11-03
1
-77
/
+0
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Revert "Revert "Remove unused apache related API.""
Narayan Kamath
2014-11-03
1
-77
/
+0
*
|
|
|
am fa945c10: am e87d36f8: Merge "Revert "Remove unused apache related API.""
Narayan Kamath
2014-10-29
1
-0
/
+77
|
\
\
\
\
|
|
/
/
/
|
*
|
|
am e87d36f8: Merge "Revert "Remove unused apache related API.""
Narayan Kamath
2014-10-29
1
-0
/
+77
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Revert "Remove unused apache related API."
Narayan Kamath
2014-10-27
1
-0
/
+77
*
|
|
|
resolved conflicts for merge of d3389e2f to lmp-mr1-dev-plus-aosp
Elliott Hughes
2014-10-29
1
-30
/
+0
|
\
\
\
\
|
|
/
/
/
|
|
|
/
|
|
_
|
/
|
/
|
|
|
*
|
resolved conflicts for merge of 9834af9c to stage-aosp-master
Narayan Kamath
2014-10-29
1
-35
/
+0
|
|
\
\
|
|
|
/
|
|
*
Remove unused apache related API.
Narayan Kamath
2014-10-24
1
-77
/
+0
*
|
|
Deprecate more apache-http.
Narayan Kamath
2014-10-23
1
-7
/
+1
|
/
/
*
|
Switch PacUrl storage from String to Uri
Jason Monk
2014-05-12
1
-6
/
+4
*
|
Fix badness from proxy refactoring.
Jason Monk
2014-05-09
1
-1
/
+3
*
|
Merge "Make proxy API public"
Jason Monk
2014-05-07
1
-20
/
+14
|
\
\
|
*
|
Make proxy API public
Jason Monk
2014-05-07
1
-20
/
+14
*
|
|
Remove unused AndroidProxySelectorRoutePlanner
Jason Monk
2014-05-01
1
-42
/
+0
|
/
/
*
|
Merge "Allow more proxy bypass patterns"
Yuhao Zheng
2014-03-04
1
-2
/
+4
|
\
\
|
*
|
Allow more proxy bypass patterns
Yuhao Zheng
2014-03-03
1
-2
/
+4
|
|
/
*
|
Return detailed reason of invalid proxy settings
Yuhao Zheng
2014-03-03
1
-17
/
+21
|
/
*
Change PacProcessor to Android Service
Jason Monk
2013-08-20
1
-6
/
+2
*
Add PAC File support for proxy configuration
Jason Monk
2013-08-07
1
-23
/
+25
*
Start using NetworkUtils.numericToInetAddress.
Robert Greenwalt
2011-03-02
1
-8
/
+2
*
Make sure the ProxyProperties is always present.
Robert Greenwalt
2010-12-28
1
-1
/
+3
*
Fix some older (depricated) API so they work.
Robert Greenwalt
2010-12-15
1
-9
/
+20
*
Notify all VMs when proxy changes.
Robert Greenwalt
2010-11-19
1
-207
/
+79
*
Use InetAddress.isNumeric.
Elliott Hughes
2010-11-04
1
-6
/
+9
*
resolved conflicts for merge of b3ffd4ad to master
Brad Fitzpatrick
2010-10-11
1
-6
/
+6
|
\
|
*
Don't perform DNS lookup in android.net.Proxy.isLocalHost
Andreas Sandblad
2010-10-04
1
-8
/
+6
|
*
Fix build.
Jean-Baptiste Queru
2010-07-16
1
-6
/
+1
*
|
Enhance http proxy support
Robert Greenwalt
2010-09-17
1
-102
/
+124
*
|
Some cleanup of Proxy class.
Robert Greenwalt
2010-09-03
1
-5
/
+8
*
|
Fix for bug 2890320 Browser crashes, after adding bookmark.
Oscar Montemayor
2010-08-05
1
-23
/
+13
*
|
Fix for bug 2890320 Browser crashes, after adding bookmark.
Oscar Montemayor
2010-08-04
1
-18
/
+31
*
|
Global Proxy changes to proxy class.
Oscar Montemayor
2010-08-02
1
-56
/
+310
*
|
Fix build.
Jean-Baptiste Queru
2010-07-16
1
-6
/
+1
|
/
*
Added method getPreferredHttpHost
Andreas Sandblad
2010-07-14
1
-0
/
+80
*
Remove references to android.util.Config
Dave Bort
2009-04-09
1
-3
/
+6
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-0
/
+120
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-120
/
+0
*
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-12-17
1
-4
/
+4
*
Initial Contribution
The Android Open Source Project
2008-10-21
1
-0
/
+120