summaryrefslogtreecommitdiffstats
path: root/luni/src/main/native/java_net_NetworkInterface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rewrite NetworkInterface.Elliott Hughes2011-04-211-230/+0
* Remove most of our C-style casts.Elliott Hughes2010-08-121-7/+7
* Remove more of our C-style casts, fix more of our native method names.Elliott Hughes2010-07-221-14/+14
* Simplify the network send(2) interfaces.Elliott Hughes2010-07-151-10/+5
* Remove dynamic calls to FindClass.Elliott Hughes2010-06-161-11/+6
* Bullet-proof the lseek/read in Inflater.setFileInput.Elliott Hughes2010-06-031-0/+2
* Refactor some of the OSNetworkSystem stuff to more appropriate homes.Elliott Hughes2010-06-011-11/+8
* Trivia.Elliott Hughes2010-05-071-12/+12
* Move the libcore registration out of libnativehelpers and into libcore.Elliott Hughes2010-04-161-4/+1
* Fix a bug, and protect against an unrelated class of bugs.Elliott Hughes2010-03-291-0/+5
* Fix build (missing #include in sim build).Elliott Hughes2010-03-081-0/+1
* Implement the Java 6 NetworkInterface/InterfaceAddress functionality.Elliott Hughes2010-03-081-9/+95
* Use HAVE_ANDROID_OS to conditionally include files on a device target.Dan Bornstein2010-02-121-1/+1
* Rewrite NetworkInterface's JNI for IPv6.Elliott Hughes2009-11-201-181/+65
* Another couple of tweaks to deal with the ragged end of standardization.Dan Bornstein2009-11-041-0/+12
* Some more adjustments to deal with building for a BSD(-like) target.Dan Bornstein2009-11-021-1/+2
* More OSNetworkSystem cleanup.Elliott Hughes2009-11-021-0/+1
* Expose the portable "strerror_r" used by jniThrowIOException.Elliott Hughes2009-10-201-1/+3
* Remove the intermediate representation in getNetworkInterfaces.Elliott Hughes2009-10-061-103/+82
* Refactor java_net_NetworkInterface.cpp for clarity.Elliott Hughes2009-10-051-722/+177
* Switch java_net_NetworkInterface.c to C++.Elliott Hughes2009-10-011-0/+818