| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* commit '7def64396da00e93a06e359497d6aaa781fe610f':
Improve ProcessManager.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Previously we'd leave zombies around if chdir(2) or execvp(2) failed.
We also used to unnecessarily make 32Ki close(2) calls for every child.
This patch fixes both problems and makes the tests less meaningless.
Bug: https://code.google.com/p/android/issues/detail?id=55017
Change-Id: I23ecc84aedd6650dbe6df19b4b0c2e6429578e50
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
each test run"
* commit 'a41da0416f165216cacddff29d7e1359dcda0d7d':
Make it clearer that a new MockWebServer is created for each test run
|
| |/
| |
| |
| | |
Change-Id: Ib3ce11f42d19688fe00b7d057eece25567fccea2
|
|\ \
| |/
| |
| |
| | |
* commit 'f7e1ba4804f7365e6ab47a34e019532b428b1546':
Various regex test fixes.
|
| |
| |
| |
| |
| |
| |
| | |
Mostly test changes and some duplication removal, but I did turn up a couple of
small bugs.
Change-Id: I46f99cdf0cdb8a67d358c0acc03079360fe5c333
|
|\ \
| |/
| |
| |
| | |
* commit '645c15629a8abdb9f3a6e428ccb393eacd933552':
Replace mentions of old JSSE package name
|
| |
| |
| |
| | |
Change-Id: I7c90b08ee2b43c73e02512d0c6caaec098967e93
|
|\ \
| |/
| |
| |
| | |
* commit 'e2aa9af94aeeab0e245c3f423f90c76b8cbe0229':
Fix BufferedReader.readLine to not read ahead after '\r'.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
Bug: 8778372
Change-Id: I789d0ff5498cca48b16bb7b3b363014f7b6bcf95
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit 'e16c809d12fe57dc6521a5231368eaaabf66eb77':
Tracking changes to *-host for host shared libraries
|
| |/
| |
| |
| | |
Change-Id: I88dd48b09b9148246884a1c84b26787500c24569
|
|\ \
| |/
| |
| |
| | |
* commit 'ad86c68a7ee81bc2f1c42d3c33364b2c74132803':
More ICU.getDateFormatOrder tests.
|
| |
| |
| |
| |
| | |
Bug: 7207103
Change-Id: I93a09b67d26cb61626082516a05c4b9cdda642d2
|
|\ \
| |/
| |
| |
| | |
* commit '87b4b0f88fe0b5fa5c271593e483fb5bd306a6a4':
Implement getDateFormatOrder.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
I do wonder if we shouldn't generalize this, rather than hard-code yMd,
but YAGNI.
Bug: 7207103
Change-Id: Ib59191eee97c08913f9a0a4ea52fb6eb8c677918
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '0800e47a2e19f185b7a62f1d26a74748db0cc047':
Move JSSE to new package
|
| |/
| |
| |
| |
| |
| |
| |
| | |
To help with shipping the JSSE with apps that want to bundle it, move
it to a new package so that the tangles in other parts of the library
can be untangled.
Change-Id: I810b6861388635301e28aee5b9b47b8e6b35b430
|
|\ \
| |/
| |
| |
| | |
* commit 'ae662ed06a79610f18f973fe2a0e25ece2dfab52':
Fix ZoneInfoDBTest.
|
| |
| |
| |
| |
| |
| | |
I'm so stupid. frameworks/base wasn't the only caller.
Change-Id: Ia0c3ce79e2f899e77a9cd1e62fca7d3b22130cf2
|
|\ \
| |/
| |
| |
| | |
* commit 'bb57ca16b8b7577cbf0a03a1a5c9a7211b3f011d':
Add the harmony annotation tests.
|
| |
| |
| |
| | |
Change-Id: Ibbca52bae20e24e2d76d038d85e1ff5411ffc523
|
|\ \
| |/
| |
| |
| | |
* commit '971709da542bbaf163c89fce916fc943f0e1101a':
Cope with a corrupt tzdata update.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We need to fall back to the next choice on error. Rewrite the code
to be testable and add some tests. Add an internal GMT-only
fallback in case all our sources of tzdata are bad. Also make
time zone detection on the host more useful.
Bug: 8373554
Change-Id: I9f91b844a61f07f34b268535e6d24aa0c301bf8d
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '5ef7aa7fbd7ae4a110c4c262de36a0feaa7e48d4':
TimerTest cleanup
|
| |/
| |
| |
| |
| | |
Bug: 8657701
Change-Id: If3cb0892b63a1dff00ab33b92065ca54cc174123
|
|\ \
| |/
| |
| |
| | |
* commit 'cf2377ac3d8953131d1416e955ebbb7ef042a0ab':
Fix getLocalAddress on closed sockets.
|
| |
| |
| |
| |
| | |
Bug: https://code.google.com/p/android/issues/detail?id=54072
Change-Id: Ie32708054f584885ec85dd7847c128d48ff6c7d5
|
|\ \
| |/
| |
| |
| | |
* commit '8a69ec6121b99683f396b12dd88395772bb516ae':
Fix BigDecimal.abs to preserve immutability.
|
| |
| |
| |
| |
| | |
Bug: https://code.google.com/p/android/issues/detail?id=54580
Change-Id: Ib41f9fe06b34761f2be59622cbe8a05858551e5b
|
|\ \
| |/
| |
| |
| |
| |
| | |
change 44021512997b337e6079e46fd4230ce979c20b6f"
* commit '5cba3af3ee95cdd0f73e0e9c1bf0647059a437ff':
Tracking revert of external/bouncycastle DERT61String change 44021512997b337e6079e46fd4230ce979c20b6f
|
| |
| |
| |
| |
| |
| |
| | |
44021512997b337e6079e46fd4230ce979c20b6f
Bug: 8685209
Change-Id: I8516bee529cfc6396c3512d3c2db04ebaee2d712
|
|\ \
| | |
| | |
| | |
| | | |
* commit '32d4f90cbb829fce348ff1767d0c05168a5e3e30':
Rename AndroidKeyStoreProvider -> AndroidKeyStore
|
| | |
| | |
| | |
| | |
| | | |
Bug: 8657552
Change-Id: I2659f1b67bb0fc298a187938d560fd57d3ceb214
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
(cherry-picked from 2cdf54071e7c62ceca7d40d7f6c704b91aad2a9f)
Bug: 8313312
Bug: https://code.google.com/p/android/issues/detail?id=52295
Change-Id: Ie9f58c1bdc676471eaaf3073a78b0b00c5d9a833
|
| |\ \ \ |
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
icu4c doesn't translate the deprecated language codes Java uses back into
the current language codes, so we need to do that ourselves.
Bug: 8619221
(cherry picked from commit d4f2bbad3cf3b479e76f4913241e2d45010fbb60)
Change-Id: Idd1d775e033c2330c92f50fc1362f1084652ef99
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
jb-mr2-dev
* commit 'e29d26ec4c4abd391e8debc0c4846544c9f714b0':
NativeCrypto: fix EOF at beginning of stream
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Any InputStream where the first character was an EOF (-1) would cause
OpenSSLBIOInputStream to hang forever. This caused bad X.509
certificates to hang forever in the call to
CertificateFactory#generateCertificate(InputStream)
Bug: 8632056
Change-Id: Ia88f33aa356c3a6a23be872c7eef844873d73d5c
|
|\ \ \
| | |/
| |/|
| | |
| | | |
* commit '42425720d022955a996560e850c797587492e431':
Fix Hebrew/Indonesian/Yiddish plural rules.
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
icu4c doesn't translate the deprecated language codes Java uses back into
the current language codes, so we need to do that ourselves.
Bug: 8619221
Change-Id: I241c33e10547d2858ac08e303d5f0327912a89ff
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* commit '14f442d9da81025cec5f734176058fc7cd873d52':
Do not include bogus certs in final chain output
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Bug: 8313312
Bug: https://code.google.com/p/android/issues/detail?id=52295
Change-Id: I1fa31335de9c9ee002c25869dbaa2574c70f48cf
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '3b6a95635bfedbd49d3a52cba2c26444685281a2':
Ensure emailAddress encoded as IA5String
|