OSDN Git Service

android-x86/libcore.git
2010-09-24 Jesse WilsonMerge "Add expectations for some tests failing in Hudso...
2010-09-24 Jesse WilsonAdd expectations for some tests failing in Hudson.
2010-09-24 Jesse WilsonStrip usage of the term 'localhost' from URLConnectionTest.
2010-09-23 Brian CarlstromFix ArrayIndexOutOfBoundsExceptions in cert Cache on...
2010-09-23 Jesse WilsonMerge "Use JSON for expectations files." into gingerbread
2010-09-23 Jesse WilsonUse JSON for expectations files.
2010-09-23 Mike LockwoodSquashed commit of three reverts related to permissions...
2010-09-22 Brian CarlstromNativeCrypto_EVP_PKEY_new_RSA native NULL pointer refer...
2010-09-22 Brian CarlstromTracking external/bouncycastle OpenSSLDigest
2010-09-21 Jesse WilsonMerge "Fix problem where single-byte reads were unsigne...
2010-09-21 Jesse WilsonFix problem where single-byte reads were unsigned.
2010-09-21 Brian CarlstromMake SSL network I/O interruptible
2010-09-21 Brian CarlstromMove ThirdPartyProject.prop for bouncycastle from libcore
2010-09-20 Brian CarlstromMerge "SSLSocket should respect timeout of a wrapped...
2010-09-20 Brian CarlstromMerge "Use BufferedInputStream when reading cacerts...
2010-09-19 Brian CarlstromSSLSocket should respect timeout of a wrapped Socket
2010-09-19 Brian CarlstromUse BufferedInputStream when reading cacerts.bks
2010-09-19 Brian CarlstromUpdate supported cipher suites list
2010-09-17 Jesse WilsonHandle the different definitions of 'connected' in...
2010-09-17 Jesse WilsonFix two HTTP issues that came up when writing HttpURLCo...
2010-09-17 Jesse WilsonMerge "Don't leave the Content-Encoding header around...
2010-09-17 Jesse WilsonDon't leave the Content-Encoding header around after...
2010-09-17 Brian CarlstromRestore OpenSSLMessageDigestJDK.digest reset behavior
2010-09-17 Brian CarlstromMerge "OpenSSLMessageDigestJDK.reset should not change...
2010-09-17 Brian CarlstromOpenSSLMessageDigestJDK.reset should not change from...
2010-09-17 Jesse WilsonMerge "Add optional tags to libcore." into gingerbread
2010-09-16 Jesse WilsonAdd optional tags to libcore.
2010-09-16 Elliott HughesUse DecimalFormatSymbols.getExponentSeparator in Decima...
2010-09-16 Elliott HughesMake the implementation of Formatter %e more similar...
2010-09-16 Elliott HughesReturn char[] instead of String from NativeDecimalFormat.
2010-09-16 Elliott HughesMerge "Speed up Formatter %f a bit more by using a...
2010-09-16 Elliott HughesSpeed up Formatter %f a bit more by using a thread...
2010-09-16 Brian CarlstromMerge "Add a test case to demonstrate MessageDigest...
2010-09-16 Joe OnoratoMerge "In javadoc, it's @return, not @returns." into...
2010-09-16 Joe OnoratoIn javadoc, it's @return, not @returns.
2010-09-16 Jesse WilsonAdd a test case to demonstrate MessageDigest.reset...
2010-09-16 Brian CarlstromImplement OpenSSLMessageDigestJDK.clone and fix OpenSSL...
2010-09-15 Brian CarlstromFix KeyStore2Test
2010-09-15 Brian CarlstromAdd negative argument bounds checking to OpenSSLMessage...
2010-09-15 Jesse WilsonMerge "Support sqlite_jni on the dalvikvm host build...
2010-09-14 Jesse WilsonSupport sqlite_jni on the dalvikvm host build.
2010-09-14 Jean-Baptiste... make new module optional
2010-09-14 Brian CarlstromFix HttpsURLConnectionTest failures
2010-09-14 Brian CarlstromRename internal SSLParameters to SSLParametersImpl...
2010-09-14 Brian CarlstromMerge "Remove SSLContextImpl.engineInit(..) that takes...
2010-09-14 Jesse WilsonMerge "Fix test code that hardcodes the keystore. Neces...
2010-09-14 Jesse WilsonFix test code that hardcodes the keystore. Necessary...
2010-09-14 Brian CarlstromRemove SSLContextImpl.engineInit(..) that takes persist...
2010-09-14 Jesse WilsonMerge "Make the bouncy castle keystore available for...
2010-09-14 Jesse WilsonMake the bouncy castle keystore available for the host...
2010-09-13 Elliott HughesMerge "Fix the TimeZone.getTimeZone documentation and...
2010-09-13 Elliott HughesFix the TimeZone.getTimeZone documentation and a test.
2010-09-13 Jesse WilsonUpdate the host core.jar build to include classes.dex.
2010-09-13 Jesse WilsonMerge "Even more follow up to enh's HttpURLConnection...
2010-09-12 Elliott HughesMerge "Document Unicode versions and that we don't...
2010-09-12 Jesse WilsonEven more follow up to enh's HttpURLConnection docs...
2010-09-12 Elliott HughesDocument Unicode versions and that we don't support...
2010-09-12 Jesse WilsonMore follow up to enh's HttpURLConnection docs review.
2010-09-12 Jesse WilsonDocument HttpURLConnection's many features and misfeatures.
2010-09-08 Brad FitzpatrickUse BlockGuard for OpenSSL sockets.
2010-09-08 Brian CarlstromCanonicalize all PEM certificates files to include...
2010-09-08 Jesse WilsonMerge "Cope with HTTP responses where the response...
2010-09-08 Jesse WilsonCope with HTTP responses where the response code and...
2010-09-07 Elliott HughesFix off-by-one error in BigInteger.valueOf.
2010-09-07 Elliott HughesDon't throw when calling Socket.close on a closed socket.
2010-09-03 Jesse WilsonFix the last remaining gaps in our Java 6 API.
2010-09-03 Jesse WilsonFixing a broken pipe with HttpsURLConnection connection...
2010-09-02 Elliott HughesUse idiomatic Java "type[] id" syntax instead of "type...
2010-09-02 Brian CarlstromDon't use StringBuffer where we don't need to.
2010-09-02 Elliott HughesMake StringBuilder.append(float) and append(double...
2010-09-02 Elliott HughesDouble the speed of StringBuilder.append(int) and appen...
2010-09-02 Elliott HughesMake StringBuilder.append(CharSequence) as cheap as...
2010-09-02 Elliott HughesMove Integer and Long's toString methods into a new...
2010-09-02 Elliott HughesSpeed up Float.toString (and Double.toString).
2010-09-02 Elliott HughesMinor tidy-up of Float.toString and Double.toString.
2010-09-02 Elliott HughesFaster implementations of Math/StrictMath's copySign...
2010-09-02 Elliott HughesDouble the speed of %.2f in Formatter.
2010-09-01 Elliott HughesFix "java.net.preferIPv6Addresses".
2010-09-01 Jesse WilsonConfigure HttpURLConnection to prefer gzipped content...
2010-09-01 Brian CarlstromNew Java-based SamplingProfiler
2010-08-31 Jesse WilsonMerge "Adding documentation for a API bug in FilterInpu...
2010-08-31 Jesse WilsonAdding documentation for a API bug in FilterInputStream...
2010-08-30 Jesse WilsonMerge "Support "Connection: close" from both request...
2010-08-30 Jesse WilsonSupport "Connection: close" from both request and response.
2010-08-27 Jesse WilsonMerge "Search the application library path first."...
2010-08-27 Jesse WilsonSearch the application library path first.
2010-08-26 Jesse WilsonMerge "Reduce duplication of tests in org.apache.harmon...
2010-08-26 Jesse WilsonReduce duplication of tests in org.apache.harmony.luni...
2010-08-25 Jesse WilsonFix several code hygiene problems in BigInteger.
2010-08-25 Andy McFaddenAdd SUSPENDED state.
2010-08-25 Jesse WilsonFix BigDecimal.precision() to return the correct result.
2010-08-25 Elliott HughesFix a typo and remove a little cruft.
2010-08-24 Elliott HughesRemove fdlibm.h-related hacks now I've cleaned the...
2010-08-24 Jesse WilsonMerge "Fix concurrency issues in BigInteger." into...
2010-08-24 Jesse WilsonFix concurrency issues in BigInteger.
2010-08-24 Brian CarlstromRestore PBE Ciphers and SecreyKeyFactories if underlyin...
2010-08-23 Jesse WilsonRelying on fdlibm's build to set the version type to...
2010-08-23 Brian CarlstromSSLSocket.read should throw SocketException not NullPoi...
2010-08-23 Elliott HughesFix error in Float.floatToIntBits documentation.
2010-08-20 Jesse WilsonMerge "Updating expectations for Harmony tests that...
next