summaryrefslogtreecommitdiffstats
path: root/dalvik/src/main
Commit message (Expand)AuthorAgeFilesLines
* Add Socket tagging for granular data accounting.Jeff Sharkey2011-05-131-4/+92
* Fix non-blocking connects.Elliott Hughes2011-05-031-3/+1
* Rewrite blocking connects in terms of the non-blocking primitives.Elliott Hughes2011-05-021-9/+2
* Finish setsockopt(2).Elliott Hughes2011-04-061-5/+0
* Ensure that the zygote is single-threaded before forking.Elliott Hughes2011-04-051-0/+18
* Implement reference queuing in managed code.Carl Shapiro2011-03-301-0/+3
* Add getsockname(2) and getsockopt(2).Elliott Hughes2011-03-301-20/+5
* am e9af8901: SamplingProfilerIntegration and SamplingProfiler improvements (2/3)Brian Carlstrom2011-03-2911-80/+390
|\
| * SamplingProfilerIntegration and SamplingProfiler improvements (2/3)Brian Carlstrom2011-03-2911-80/+390
* | Add socket(2) and start adding setsockopt(2).Elliott Hughes2011-03-291-4/+0
* | Add sendfile(2).Elliott Hughes2011-03-291-18/+0
* | Add readv(2)/writev(2).Elliott Hughes2011-03-291-12/+0
* | Add ioctl(2) for int*.Elliott Hughes2011-03-281-4/+0
* | Merge "Add write(2)." into dalvik-devElliott Hughes2011-03-281-12/+0
|\ \
| * | Add write(2).Elliott Hughes2011-03-251-12/+0
* | | Merge "Minor tweak to NativeStart" into dalvik-devAndy McFadden2011-03-281-3/+2
|\ \ \ | |/ / |/| |
| * | Minor tweak to NativeStartAndy McFadden2011-03-251-3/+2
* | | Add read(2).Elliott Hughes2011-03-251-12/+0
|/ /
* | resolved conflicts for merge of cfa84a2a to dalvik-devBrian Carlstrom2011-03-2410-1731/+1923
|\ \ | |/
| * Import SamplingProfiler from http://code.google.com/p/dalvik/Brian Carlstrom2011-03-2410-1728/+1923
* | Add fcntl(2).Elliott Hughes2011-03-241-9/+0
* | Add listen(2).Elliott Hughes2011-03-241-4/+0
* | Add shutdown(2).Elliott Hughes2011-03-241-8/+0
* | Add open(2).Elliott Hughes2011-03-221-8/+0
* | Merge "Remove more dead SecurityManager cruft." into dalvik-devElliott Hughes2011-03-221-7/+2
|\ \
| * | Remove more dead SecurityManager cruft.Elliott Hughes2011-03-221-7/+2
* | | Move finalization into the core library.Carl Shapiro2011-03-214-12/+49
|/ /
* | Add lseek(2).Elliott Hughes2011-03-181-4/+0
* | Add ftruncate(2).Elliott Hughes2011-03-181-5/+0
* | Add sysconf(3).Elliott Hughes2011-03-181-4/+0
* | Add fstat(2), lstat(2), and stat(2).Elliott Hughes2011-03-171-4/+0
* | Add fsync(2) and fdatasync(2).Elliott Hughes2011-03-171-5/+0
* | Expose POSIX constants.Elliott Hughes2011-03-151-6/+4
* | Remove the stopAtPrivileged argument.Dan Bornstein2011-03-101-8/+4
* | Use -fvisibility and clean up a little.Elliott Hughes2011-03-081-4/+0
* | Clean up of test-related dalvik.annotation classesBrian Carlstrom2011-03-037-241/+6
* | Fix more FindBugs warnings: RR_NOT_CHECKED.Elliott Hughes2011-02-241-1/+2
* | am 2f323ffc: Merge "Move state from Sampler to SamplingProfiler that needs to...Brian Carlstrom2011-02-241-25/+30
|\ \ | |/
| * Move state from Sampler to SamplingProfiler that needs to be preserved across...Brian Carlstrom2011-02-241-25/+30
* | Simplify internal libcore logging.Elliott Hughes2011-02-223-19/+6
* | Fix various FindBugs warnings.Elliott Hughes2011-02-171-13/+8
* | Fix dalvik.system FindBugs warnings.Elliott Hughes2011-02-172-2/+5
* | Refactor DexClassLoader and PathClassLoader.Dan Bornstein2011-02-164-734/+595
* | Remove the obsolete TouchDex code.Elliott Hughes2011-02-104-716/+0
* | Move more of the system properties handling into managed code.Elliott Hughes2011-02-103-32/+26
* | am 7190be77: Restore the code for optimized file specification.Dan Bornstein2011-02-091-3/+4
|\ \ | |/
| * Restore the code for optimized file specification.Dan Bornstein2011-02-091-3/+4
* | Merge "Stub out and deprecate gcSoftReferences." into dalvik-devCarl Shapiro2011-02-081-3/+4
|\ \
| * | Stub out and deprecate gcSoftReferences.Carl Shapiro2011-02-071-3/+4
* | | resolved conflicts for merge of 6186821c to dalvik-devJesse Wilson2011-02-071-2/+1
|\ \ \ | |/ / |/| / | |/