OSDN Git Service

android-x86/libcore.git
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...
2010-08-05 Brian Carlstromam 753597d5: Merge remote branch \'goog/dalvik-dev...
2010-08-05 Mike LockwoodRemove restricted permissions in file and directory...
2010-08-04 Brian CarlstromMerge remote branch 'goog/dalvik-dev' into dalvik-dev...
2010-08-04 Elliott HughesAdd a comment I meant to include in PipeImpl.
2010-08-04 Elliott HughesRename setNonBlocking to setBlocking.
2010-08-04 Elliott HughesMerge "Rewrite the nio Pipe to use a Unix pipe behind...
2010-08-04 Elliott HughesRewrite the nio Pipe to use a Unix pipe behind the...
2010-08-03 Brian CarlstromMerge "Support for TLS Extensions enabled SSLSockets...
2010-08-03 Elliott HughesMerge "Stop GCC from outsmarting me." into dalvik-dev
2010-08-03 Elliott HughesStop GCC from outsmarting me.
2010-08-03 Elliott Hughesresolved conflicts for merge of 7b3ebefc to dalvik-dev
2010-08-03 Brian CarlstromSupport for TLS Extensions enabled SSLSockets with...
2010-08-02 Elliott HughesUse the existing mime-type/extension mapping from frame...
2010-08-02 Elliott HughesRemove "java.net.preferIPv4Stack" (which has been broke...
2010-07-31 Brad Fitzpatrickam 2ceb1614: Merge commit \'1a529c16\' into manualmerge
2010-07-31 Brad FitzpatrickMerge commit '1a529c16' into manualmerge
2010-07-31 Brad Fitzpatrickam 20705dde: BlockGuard: don\'t complain about non...
2010-07-31 Brad FitzpatrickBlockGuard: don't complain about non-linger network...
2010-07-30 Elliott HughesBring URLConnection.guessContentTypeFromName in line...
2010-07-30 Elliott HughesRemove a bogus test that's been removed upstream.
2010-07-29 Elliott HughesMerge "Fix setTrafficClass." into dalvik-dev
2010-07-29 Elliott HughesFix setTrafficClass.
2010-07-29 Ben DodsonFix for poorly compiling documentation
2010-07-29 Elliott HughesFix setSoLinger.
2010-07-29 Brian Carlstromam 06f47d3e: Merge remote branch \'goog/dalvik-dev...
2010-07-29 Brian CarlstromMerge remote branch 'goog/dalvik-dev' into dalvik-dev...
2010-07-29 Ben DodsonEnumMap.toString throws NPE
2010-07-28 Elliott HughesRemove the unnecessary "Impl" suffix from setFloatArray.
2010-07-28 Elliott Hughesresolved conflicts for merge of 01a18c74 to dalvik-dev
2010-07-28 Elliott Hughesresolved conflicts for merge of fb4045a3 to master
2010-07-28 Owen Linam bfb0099c: Improve putFloatArray performance
2010-07-27 Brian CarlstromFix SecureRandom default service
2010-07-26 Elliott HughesLet the kernel handle network timeouts by setting SO_RC...
2010-07-26 Elliott HughesMerge "Better detail messages for exceptions thrown...
2010-07-26 Elliott HughesBetter detail messages for exceptions thrown when conve...
2010-07-26 Brian CarlstromSecureRandom constructor performance improvement
2010-07-26 Owen LinImprove putFloatArray performance
2010-07-24 Elliott HughesFix available() to throw on a closed Socket's InputStream.
2010-07-23 Elliott HughesMerge "Fix multicast TTL (and loopback)." into dalvik-dev
2010-07-23 Jean-Baptiste... am ee57aef0: resolved conflicts for merge of 67ca373a...
2010-07-23 Elliott HughesFix multicast TTL (and loopback).
2010-07-23 Jean-Baptiste... resolved conflicts for merge of 67ca373a to master
2010-07-23 Marc Petit... am b960e1a9: Bugs when connecting a SocketChannel regis...
2010-07-23 Elliott HughesRemove UCharacter's unnecessary layer of indirection.
2010-07-23 Elliott HughesRemove more of our C-style casts, fix more of our nativ...
2010-07-23 Marc Petit... Bugs when connecting a SocketChannel registered in...
2010-07-22 Elliott HughesConsistently use POSIX O_NONBLOCK instead of FIONBIO.
2010-07-22 Elliott HughesRemove C-style casts from our expat JNI.
2010-07-22 Elliott HughesMerge "Remove many of our C-style casts." into dalvik-dev
2010-07-22 Brian CarlstromBring SSLSocketImpl and SSLEngine in line with OpenSSLS...
2010-07-22 Elliott HughesRemove many of our C-style casts.
2010-07-22 Elliott HughesMerge "Remove File's cached UTF-8 byte[]." into dalvik-dev
2010-07-21 Elliott HughesRemove File's cached UTF-8 byte[].
2010-07-21 Jesse WilsonAdding tests for HTTP connect and read timeouts.
2010-07-21 Jesse WilsonMerge "Deduplicating HTTP tests with Harmony and get...
2010-07-21 Jesse WilsonDeduplicating HTTP tests with Harmony and get Harmony...
2010-07-20 Brian CarlstromNew NativeCryptoTest, NativeCrypto.{SSL_set_client_CA_l...
2010-07-19 Brian CarlstromCorrect cacerts directory naming convention
2010-07-19 The Android... am 821886ea: am 3d667044: am 16b704e4: add meta-files...
2010-07-17 Elliott HughesFix a buffer overrun when trimming the byte array.
next