summaryrefslogtreecommitdiffstats
path: root/dalvik
Commit message (Expand)AuthorAgeFilesLines
* Scrub missing calls to super.finalize()Brian Carlstrom2010-09-281-2/+6
* In javadoc, it's @return, not @returns.Joe Onorato2010-09-161-1/+1
* Don't throw when calling Socket.close on a closed socket.Elliott Hughes2010-09-071-6/+16
* New Java-based SamplingProfilerBrian Carlstrom2010-09-012-243/+502
* Search the application library path first.Jesse Wilson2010-08-261-26/+28
* Export the new countInstancesOfClass method.Carl Shapiro2010-08-161-0/+7
* Clean up our final native code warnings, and turn on -Werror.Elliott Hughes2010-08-121-3/+2
* Replace createDatagramSocket and createStreamSocket with one call.Elliott Hughes2010-08-121-6/+2
* Remove createServerStreamSocket as a native special case.Elliott Hughes2010-08-111-4/+0
* Sorting imports.Jesse Wilson2010-08-1115-33/+40
* Rationalize and simplify our "connect" implementations.Elliott Hughes2010-08-061-13/+7
* Rewrite the nio Pipe to use a Unix pipe behind the scenes.Elliott Hughes2010-08-031-13/+2
* Remove "java.net.preferIPv4Stack" (which has been broken >= eclair).Elliott Hughes2010-08-021-9/+6
* am 2ceb1614: Merge commit \'1a529c16\' into manualmergeBrad Fitzpatrick2010-07-311-1/+16
|\
| * Merge commit '1a529c16' into manualmergeBrad Fitzpatrick2010-07-301-1/+16
| |\
| | * BlockGuard: don't complain about non-linger network close()Brad Fitzpatrick2010-07-301-1/+16
* | | Fix setTrafficClass.Elliott Hughes2010-07-291-20/+15
|/ /
* | Let the kernel handle network timeouts by setting SO_RCVTIMEO.Elliott Hughes2010-07-261-14/+11
* | Remove File's cached UTF-8 byte[].Elliott Hughes2010-07-211-2/+2
* | am 21710cc5: am 42660dc4: am dcaba04c: Few tweaks to BlockGuard\'s BlockGuard...Brad Fitzpatrick2010-07-151-4/+13
|\ \
| * \ am 42660dc4: am dcaba04c: Few tweaks to BlockGuard\'s BlockGuardPolicyException.Brad Fitzpatrick2010-07-151-4/+13
| |\ \ | | |/
| | * Few tweaks to BlockGuard's BlockGuardPolicyException.Brad Fitzpatrick2010-07-151-4/+13
* | | Simplify the network send(2) interfaces.Elliott Hughes2010-07-151-25/+7
* | | Make it possible to interrupt network reads.Elliott Hughes2010-07-141-32/+9
* | | am 478f5f95: Allow heap dump requests with a FileDescriptor arg.Andy McFadden2010-07-131-3/+20
|\ \ \ | |/ /
| * | Allow heap dump requests with a FileDescriptor arg.Andy McFadden2010-07-121-3/+20
* | | Remove dead code/unused variables from OSNetworkSystem.Elliott Hughes2010-07-081-8/+8
|/ /
* | Fix merge from Gingerbread which broke the build.Brad Fitzpatrick2010-06-141-42/+3
* | am 2eed1da5: am b5e5b53f: Merge "Add WrappedNetworkSystem to Blockguard for S...Brad Fitzpatrick2010-06-141-0/+264
|\ \ | |/
| * Add WrappedNetworkSystem to Blockguard for StrictMode work.Brad Fitzpatrick2010-06-141-0/+264
* | am 22437bcb: am 9aa3d668: Add BlockGuard PolicyViolation accessors.Brad Fitzpatrick2010-06-101-0/+8
|\ \ | |/
| * Add BlockGuard PolicyViolation accessors.Brad Fitzpatrick2010-06-101-0/+8
* | am 1173ba30: am 025fc4d9: BlockGuard Exception class should have been static.Brad Fitzpatrick2010-06-081-1/+1
|\ \ | |/
| * BlockGuard Exception class should have been static.Brad Fitzpatrick2010-06-081-1/+1
* | resolved conflicts for merge of e916ffd2 from kraken to masterBrad Fitzpatrick2010-06-031-0/+231
|\ \ | |/
| * Introducing the beginning of "BlockGuard".Brad Fitzpatrick2010-06-031-0/+227
* | Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-masterBrian Carlstrom2010-05-2836-189/+141
|\ \ | |/ |/|
| * Remove more localized exception messages.Elliott Hughes2010-05-212-3/+2
| * Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-1326-101/+101
| * Moving most libcore .c files to .cppBrian Carlstrom2010-05-072-13/+10
| * Enable -Wall -Wextra for libcore and cleanup all but one warningBrian Carlstrom2010-05-072-7/+6
| * Move the libcore registration out of libnativehelpers and into libcore.Elliott Hughes2010-04-162-18/+3
| * Removing APIs from dalvik.system that shouldn't have been published.Jesse Wilson2010-04-019-18/+9
| * Mark external alloc functions as deprecated.Andy McFadden2010-03-311-0/+3
| * Remove all remaining "@since Android" tags.Elliott Hughes2010-03-2214-32/+6
| * Remove a superfluous declaration (left over from when DexClassLoader wasDan Bornstein2010-03-191-1/+0
| * am 3ed90a94: Merge "Add a native method dalvik.system.VMDebug.infopoint(int i...Ben Cheng2010-03-131-0/+8
| |\
| * \ am f854a794: Merge "remove System.*.println when ddm dispatch fails."Xavier Ducrohet2010-03-101-3/+0
| |\ \
| * | | Add instructions for volatile wide fields.Andy McFadden2010-03-051-1/+6
* | | | Make API to look up library by path public.Dianne Hackborn2010-05-041-1/+1
| |_|/ |/| |