summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* Add ExceptionCheck after all places we setCallbackStateBrian Carlstrom2011-06-282-21/+4
* TrustedCertificateStore additions for TrustedCredentials FragmentBrian Carlstrom2011-06-271-6/+34
* Don't trigger a reverse DNS lookup from a log statement.Jesse Wilson2011-06-235-387/+58
* Remove some unnecessary cruft.Elliott Hughes2011-06-063-37/+14
* Remove more dead "security theater" cruft.Elliott Hughes2011-06-047-2105/+0
* SHA1_MessageDigestImpl should work for inputs of 256 MegabytesBrian Carlstrom2011-06-011-1/+1
* Rewrite parsing for java.net.URL.Jesse Wilson2011-05-251-56/+0
* am e2fdfbde: Merge "OpenSSLSocketImpl should tolerate X509KeyManager returnin...Brian Carlstrom2011-05-241-6/+12
|\
| * OpenSSLSocketImpl should tolerate X509KeyManager returning null valuesBrian Carlstrom2011-05-241-6/+12
* | Ensure signature verification fast path is used with alternatively formatted ...Brian Carlstrom2011-05-211-33/+16
* | Suppress some FindBugs warnings.Elliott Hughes2011-05-201-2/+2
* | am c77290ea: Remove IndexedPKIXParametersBrian Carlstrom2011-05-206-159/+119
|\ \ | |/
| * Remove IndexedPKIXParametersBrian Carlstrom2011-05-196-159/+119
* | Move the floating-point parsing code, and tidy up some documentation.Elliott Hughes2011-05-192-627/+0
* | Expose accept(2).Elliott Hughes2011-05-193-111/+0
* | Implement recvfrom(2).Elliott Hughes2011-05-192-19/+0
* | am 0162c72d: Merge "Simplify KeyChain API by removing now unneeded CA certifi...Brian Carlstrom2011-05-172-10/+0
|\ \ | |/
| * Simplify KeyChain API by removing now unneeded CA certificate lookup (2 of 3)Brian Carlstrom2011-05-172-10/+0
* | am 3041d84e: Merge "Make CertInstaller installed CA certs trusted by applicat...Brian Carlstrom2011-05-175-211/+574
|\ \ | |/
| * Make CertInstaller installed CA certs trusted by applications via default Tru...Brian Carlstrom2011-05-165-211/+574
* | Add sendto(2) and reimplement all network writes in terms of it.Elliott Hughes2011-05-162-12/+0
* | Remove OSNetworkSystem.close.Elliott Hughes2011-05-162-4/+0
* | Reimplement OSNetworkSystem.isConnected in Java.Elliott Hughes2011-05-122-4/+0
* | Expose poll(2) and reimplement java.nio.channels.Selector.Elliott Hughes2011-05-112-4/+0
* | Clean up the select(2) implementation.Elliott Hughes2011-05-112-101/+22
* | DatagramSocket.disconnect is really a connect(2) of an AF_UNSPEC sockaddr.Elliott Hughes2011-05-102-4/+0
* | Merge "Dont line wrap Base64." into dalvik-devJesse Wilson2011-05-103-180/+1
|\ \
| * | Dont line wrap Base64.Jesse Wilson2011-05-103-180/+1
* | | Expose connect(2).Elliott Hughes2011-05-092-2/+0
|/ /
* | Expose bind(2).Elliott Hughes2011-05-092-19/+0
* | Set the sin6_scope_id field when translating an Inet6Address to a sockaddr.Elliott Hughes2011-05-041-1/+19
|/
* Merge "Rewrite blocking connects in terms of the non-blocking primitives." in...Elliott Hughes2011-05-022-10/+2
|\
| * Rewrite blocking connects in terms of the non-blocking primitives.Elliott Hughes2011-05-022-10/+2
* | resolved conflicts for merge of 7195b3b9 to dalvik-devBrian Carlstrom2011-04-291-1/+1
|\ \
| * \ Merge "Fix X509CertImpl.verify(PublicKey, String) to respect provider argument"Brian Carlstrom2011-04-291-1/+1
| |\ \
| | * | Fix X509CertImpl.verify(PublicKey, String) to respect provider argumentBrian Carlstrom2011-04-291-1/+1
* | | | am 347b2a60: Avoid loading all CA certs into Zygote memory, lazily load inste...Brian Carlstrom2011-04-297-80/+430
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Avoid loading all CA certs into Zygote memory, lazily load instead (2 of 3)Brian Carlstrom2011-04-297-80/+430
| |/
* | am 3258b524: libcore key chain supportBrian Carlstrom2011-04-062-6/+15
|\ \ | |/
| * libcore key chain supportBrian Carlstrom2011-04-062-6/+15
| * Don't cache the underlying Socket's underlying SocketImpl's underlying FileDe...Elliott Hughes2011-04-052-43/+12
* | Finish setsockopt(2).Elliott Hughes2011-04-062-14/+0
* | Don't cache the underlying Socket's underlying SocketImpl's underlying FileDe...Elliott Hughes2011-04-012-43/+12
|/
* Add getsockname(2) and getsockopt(2).Elliott Hughes2011-03-302-27/+0
* Move and rename an implementation detail.Elliott Hughes2011-03-291-34/+0
* Add socket(2) and start adding setsockopt(2).Elliott Hughes2011-03-292-4/+0
* Add sendfile(2).Elliott Hughes2011-03-293-69/+0
* Add readv(2)/writev(2).Elliott Hughes2011-03-292-15/+0
* Remove the caching from ClassMembers.Jesse Wilson2011-03-281-63/+0
* Add ioctl(2) for int*.Elliott Hughes2011-03-282-4/+0