OSDN Git Service

android-x86/libcore.git
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...
2010-08-13 Elliott HughesMerge "Fix the build now warnings are errors, and comme...
2010-08-13 Elliott HughesFix last few uses of "type *id" to be "type* id".
2010-08-13 Elliott HughesFix the build now warnings are errors, and comment...
2010-08-13 Elliott HughesFix reading from an empty non-blocking pipe.
2010-08-13 Elliott HughesRemove most of our C-style casts.
2010-08-12 Elliott HughesClean up our final native code warnings, and turn on...
2010-08-12 Elliott HughesReplace createDatagramSocket and createStreamSocket...
2010-08-12 Elliott HughesMerge "Minor documentation improvements." into dalvik-dev
2010-08-12 Elliott HughesMinor documentation improvements.
2010-08-12 Elliott HughesMerge "Remove createServerStreamSocket as a native...
2010-08-12 Jesse WilsonUse the declaring class loader when resolving types...
2010-08-11 Elliott HughesRemove createServerStreamSocket as a native special...
2010-08-11 Elliott HughesClean up some dead/useless code.
2010-08-11 Jesse WilsonSorting imports.
2010-08-11 Jesse WilsonMerge "Fixing ListOfTypes to not null-out its types...
2010-08-11 Jesse WilsonFixing ListOfTypes to not null-out its types.
2010-08-11 Elliott HughesMerge "Improve the performance of TimeZone.getTimeZone...
2010-08-11 Elliott HughesImprove the performance of TimeZone.getTimeZone.
2010-08-11 Jesse WilsonFix an obsolete test suppression
2010-08-11 Jesse WilsonMoving tests to be under the libcore.* package.
2010-08-10 Elliott HughesMerge "Minor TimeZone cleanup." into dalvik-dev
2010-08-10 Jesse WilsonMerge "Adding a test for bug 10111 in getGenericSupercl...
2010-08-10 Elliott HughesMinor TimeZone cleanup.
2010-08-10 Jesse WilsonAdding a test for bug 10111 in getGenericSuperclass
2010-08-10 Elliott HughesMerge "Make network I/O interruptible." into dalvik-dev
2010-08-10 Elliott HughesMake network I/O interruptible.
2010-08-09 Jesse WilsonMerge "Test that InputStreamReader doesn't block unnece...
2010-08-09 Jesse WilsonTest that InputStreamReader doesn't block unnecessarily.
2010-08-09 Mike Lockwoodam 4ea56d66: Create new files with permissions 0666...
2010-08-09 Mike LockwoodCreate new files with permissions 0666 instead of 0777
2010-08-07 Jesse WilsonSupport multihomed addresses in HttpURLConnection.
2010-08-06 Elliott HughesMerge "Rationalize and simplify our "connect" implement...
2010-08-06 Elliott HughesRationalize and simplify our "connect" implementations.
2010-08-06 Mike Lockwoodam 787bd9e6: Fix random permissions being set for new...
2010-08-06 Mike LockwoodFix random permissions being set for new files.
2010-08-05 Brian Carlstromam 578c4cbb: am 753597d5: Merge remote branch \'goog...
2010-08-05 Mike Lockwoodam 9b211124: Remove restricted permissions in file...
next