OSDN Git Service

android-x86/libcore.git
2010-09-17 Jesse WilsonDon't leave the Content-Encoding header around after...
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...
2010-08-20 Jesse WilsonFix a bug when user sets "Content-Encoding: chunked...
2010-08-20 Jesse WilsonUpdating expectations for Harmony tests that we have...
2010-08-19 Brian CarlstromMerge remote branch 'goog/dalvik-dev' into dalvik-dev...
2010-08-19 Brian CarlstromMerge "Updating StandardNames for recent ARCFOUR and...
2010-08-19 Brian CarlstromUpdating StandardNames for recent ARCFOUR and Blowfish...
2010-08-19 Elliott HughesMinor net cleanup.
2010-08-18 Jesse WilsonRelying on fdlibm's build to set the version type to...
2010-08-17 Jean-Baptiste... am 27717d4d: am e595037c: resolved conflicts for merge...
2010-08-17 Jean-Baptiste... am e595037c: resolved conflicts for merge of bc411e69...
2010-08-17 Elliott HughesMerge "Multicast cleanup." into dalvik-dev
2010-08-17 Elliott HughesMulticast cleanup.
2010-08-17 Jean-Baptiste... resolved conflicts for merge of bc411e69 to gingerbread...
2010-08-17 Carl ShapiroMerge "Export the new countInstancesOfClass method...
2010-08-17 Elliott HughesRemove a bit more nio cruft.
2010-08-17 Rene BolldorfFix compilation error: invalid conversion from 'const...
2010-08-17 Carl ShapiroExport the new countInstancesOfClass method.
2010-08-17 Elliott HughesFix build. (Forgot to --replace.)
2010-08-16 Elliott HughesMerge "Some nio tidying." into dalvik-dev
2010-08-16 Elliott HughesSome nio tidying.
2010-08-16 Brian Carlstromam bfc0713b: am 12e10c1c: b/2914872: fix concurrent...
2010-08-16 Brian Carlstromam 12e10c1c: b/2914872: fix concurrent initialization...
2010-08-16 Brian Carlstromb/2914872: fix concurrent initialization problem with...
2010-08-16 Elliott Hughespath.size() does _not_ include space for the trailing...
2010-08-14 Elliott HughesFile names should match their contents.
2010-08-14 Elliott HughesClean up more of our floating-point cruft.
2010-08-13 Elliott HughesMove the floating-point parsing into one file.
2010-08-13 Elliott HughesMerge "Fix last few uses of "type *id" to be "type...
next