summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Set -Wno-deprecated-declarations to access deprecated IDNA2003 API."Narayan Kamath2015-03-191-0/+3
|\
| * Set -Wno-deprecated-declarations to access deprecated IDNA2003 API.Fredrik Roubert2015-03-191-0/+3
* | Merge "Fix an ntohs/htons issue."Lorenzo Colitti2015-03-191-1/+1
|\ \
| * | Fix an ntohs/htons issue.Lorenzo Colitti2015-03-181-1/+1
* | | Merge "Remove a superfluous cast."Lorenzo Colitti2015-03-191-2/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Remove a superfluous cast.Lorenzo Colitti2015-03-171-2/+2
* | Merge "Specify the base timestamp in RelativeTimeSpanString tests"Tao Bao2015-03-181-40/+38
|\ \
| * | Specify the base timestamp in RelativeTimeSpanString testsTao Bao2015-03-181-40/+38
* | | Merge "Fix misspelling of Kerberos"Brian Carlstrom2015-03-181-1/+1
|\ \ \
| * | | Fix misspelling of KerberosBrian Carlstrom2015-03-181-1/+1
|/ / /
* | | Merge "Move null check rationale to sample code for clarity"Brian Carlstrom2015-03-181-6/+2
|\ \ \ | |/ / |/| |
| * | Move null check rationale to sample code for clarityBrian Carlstrom2015-03-181-6/+2
|/ /
* | Merge "Remove executable permissions from java_lang_StringToReal.cpp"Narayan Kamath2015-03-171-0/+0
|\ \
| * | Remove executable permissions from java_lang_StringToReal.cppNarayan Kamath2015-03-171-0/+0
|/ /
* | Merge "Add unit test for Timestamp#equals."Narayan Kamath2015-03-171-0/+8
|\ \
| * | Add unit test for Timestamp#equals.Narayan Kamath2015-03-171-0/+8
|/ /
* | Merge "Libcore: Avoid double-checked locking"Andreas Gampe2015-03-163-70/+68
|\ \
| * | Libcore: Avoid double-checked lockingAndreas Gampe2015-03-153-70/+68
* | | Merge "Late binding: specified Provider forces its use"Kenny Root2015-03-1610-5/+220
|\ \ \
| * | | Late binding: specified Provider forces its useKenny Root2015-03-1610-5/+220
* | | | Merge "Libcore: Fix superfluous ternary in BufferedInputStream"Andreas Gampe2015-03-161-1/+1
|\ \ \ \
| * | | | Libcore: Fix superfluous ternary in BufferedInputStreamAndreas Gampe2015-03-151-1/+1
| | |/ / | |/| |
* | | | Merge "Libcore: Fix infinite loop"Andreas Gampe2015-03-161-1/+1
|\ \ \ \
| * | | | Libcore: Fix infinite loopAndreas Gampe2015-03-151-1/+1
| |/ / /
* | | | Merge "Expose the SocketAddress variant to bundled apps."Lorenzo Colitti2015-03-161-0/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | Expose the SocketAddress variant to bundled apps.Lorenzo Colitti2015-03-161-0/+5
|/ / /
* | | Merge "Also support IPv4 fallback in the SocketAddress version of sendto."Lorenzo Colitti2015-03-162-11/+34
|\ \ \
| * | | Also support IPv4 fallback in the SocketAddress version of sendto.Lorenzo Colitti2015-03-142-11/+34
* | | | Merge "Support packet sockets in libcore."Lorenzo Colitti2015-03-164-2/+98
|\ \ \ \ | |/ / /
| * | | Support packet sockets in libcore.Lorenzo Colitti2015-03-144-2/+98
* | | | Merge "Add a PacketSocketAddress class that represents sockaddr_ll."Lorenzo Colitti2015-03-161-0/+64
|\ \ \ \ | |/ / /
| * | | Add a PacketSocketAddress class that represents sockaddr_ll.Lorenzo Colitti2015-03-141-0/+64
* | | | Merge "Add a version of sendto that takes a SocketAddress."Lorenzo Colitti2015-03-165-0/+44
|\ \ \ \ | |/ / /
| * | | Add a version of sendto that takes a SocketAddress.Lorenzo Colitti2015-03-145-0/+44
* | | | Merge "Make it possible to use AF_INET sockets created by libcore."Lorenzo Colitti2015-03-162-26/+144
|\ \ \ \ | |/ / /
| * | | Make it possible to use AF_INET sockets created by libcore.Lorenzo Colitti2015-03-142-26/+144
* | | | Merge "Fix for MulticastSocketTest for non-multicast interfaces"Neil Fuller2015-03-161-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix for MulticastSocketTest for non-multicast interfacesNeil Fuller2015-02-191-1/+1
* | | | Merge "Remove ExemptionMechanismTest.test_finalize"Yohann Roussel2015-03-131-41/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove ExemptionMechanismTest.test_finalizeYohann Roussel2015-03-131-41/+0
* | | | Merge "java.lang.reflect: Use only relevant modifiers when converting to string"Sergio Giro2015-03-136-6/+102
|\ \ \ \
| * | | | java.lang.reflect: Use only relevant modifiers when converting to stringSergio Giro2015-03-116-6/+102
* | | | | Merge "Reflect removal of DSS cipher suites in Javadocs."Alex Klyubin2015-03-122-31/+29
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Reflect removal of DSS cipher suites in Javadocs.Alex Klyubin2015-03-122-31/+29
|/ / / /
* | | | Merge "Replace work-around with proper DecimalFormatSymbols helper function."Narayan Kamath2015-03-111-2/+7
|\ \ \ \
| * | | | Replace work-around with proper DecimalFormatSymbols helper function.Fredrik Roubert2015-03-111-2/+7
|/ / / /
* | | | am 2882e512: Merge "Add support for netlink sockets and addresses."Erik Kline2015-03-109-8/+211
|\ \ \ \
| * \ \ \ Merge "Add support for netlink sockets and addresses."Erik Kline2015-03-109-8/+211
| |\ \ \ \
| | * | | | Add support for netlink sockets and addresses.Erik Kline2015-03-099-8/+211
| | |/ / /
* | | | | am ec480e51: Merge "Revert "Remove unnecessary null checks in CloseGuard docu...Brian Carlstrom2015-03-101-2/+6
|\ \ \ \ \ | |/ / / /