summaryrefslogtreecommitdiffstats
path: root/luni/src/main/native/JniConstants.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't leak a JNI local reference every time findClass is called.Elliott Hughes2011-06-151-1/+3
* Implement recvfrom(2).Elliott Hughes2011-05-191-2/+0
* Add getpwnam(3) and getpwuid(3).Elliott Hughes2011-05-131-0/+2
* Expose poll(2) and reimplement java.nio.channels.Selector.Elliott Hughes2011-05-111-0/+2
* Set the sin6_scope_id field when translating an Inet6Address to a sockaddr.Elliott Hughes2011-05-041-0/+2
* Add getaddrinfo(2).Elliott Hughes2011-05-041-0/+2
* Rewrite NetworkInterface.Elliott Hughes2011-04-211-2/+0
* Add getnameinfo(3) (and gai_strerror(3)).Elliott Hughes2011-04-191-0/+2
* Add MCAST_JOIN_GROUP/MCAST_LEAVE_GROUP setsockopt(2).Elliott Hughes2011-04-011-2/+2
* Add getsockname(2) and getsockopt(2).Elliott Hughes2011-03-301-0/+6
* Add sendfile(2).Elliott Hughes2011-03-291-0/+4
* Add fcntl(2).Elliott Hughes2011-03-241-0/+2
* Add uname(2).Elliott Hughes2011-03-241-0/+2
* Add pipe(2).Elliott Hughes2011-03-241-2/+4
* Fix an initialization.Elliott Hughes2011-03-231-1/+1
* Add statfs(2).Elliott Hughes2011-03-231-0/+2
* Add fstat(2), lstat(2), and stat(2).Elliott Hughes2011-03-171-0/+2
* Add access(2), strerror(3) and access to environ.Elliott Hughes2011-03-161-0/+2
* Tidy up the bidi code a little.Elliott Hughes2011-02-161-1/+1
* Clean up the CharsetDecoder/CharsetEncoder implementation a bit more.Elliott Hughes2011-02-071-1/+1
* Slight cleanup of the TimeZones code.Elliott Hughes2011-01-161-0/+2
* Remove the last vestiges of the external allocation cruft.Elliott Hughes2011-01-051-2/+0
* More icu4jni reshuffling.Elliott Hughes2010-10-011-2/+2
* Start moving icu4jni classes into libcore.icu.Elliott Hughes2010-10-011-1/+1
* Speed up Float.toString (and Double.toString).Elliott Hughes2010-09-011-0/+2
* Multicast cleanup.Elliott Hughes2010-08-171-2/+2
* Rewrite FileDescriptor and ProcessManager's JNI in terms of JNIHelp.h's API.Elliott Hughes2010-06-171-2/+0
* Remove dynamic calls to FindClass.Elliott Hughes2010-06-161-0/+86