summaryrefslogtreecommitdiffstats
path: root/luni/src/main/native/java_net_InetAddress.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the libcore registration out of libnativehelpers and into libcore.Elliott Hughes2010-04-161-6/+1
* Fix a bug, and protect against an unrelated class of bugs.Elliott Hughes2010-03-291-15/+8
* Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException.Elliott Hughes2010-01-281-4/+3
* Rewrite InetAddress' DNS cache.Elliott Hughes2010-01-191-21/+11
* Remove adb networking support from dalvik/libcore.Elliott Hughes2009-10-021-46/+1
* Use jniThrowException instead of FindClass/ThrowNew.Elliott Hughes2009-10-011-15/+2
* am 120051b4: am b257c944: Report the cause of name lookup failures to Java la...Lorenzo Colitti2009-09-171-8/+5
|\
| * Report the cause of name lookup failures to Java land. The Java code alreadyLorenzo Colitti2009-09-151-8/+5
* | Use Get*ArrayRegion/Set*ArrayRegion instead of Get*ArrayElements.Elliott Hughes2009-09-091-39/+25
|/
* More InetAddress fixes.Lorenzo Colitti2009-09-031-31/+24
* Enable IPv6.Lorenzo Colitti2009-08-181-1/+2
* Copy the correct number of bytes for IPv6 addresses in InetAddress_gethostbyaddrLorenzo Colitti2009-06-121-1/+1
* InetAddress: Stop logging DNS lookups to logcat.Mike Lockwood2009-05-281-0/+8
* Fix for excessive GREF use in gethostbyaddr.Urs Grob2009-04-271-0/+3
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+326
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-326/+0
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-1/+6
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-102/+178
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-53/+79
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-9/+16
* Initial ContributionThe Android Open Source Project2008-10-211-0/+212