Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_libcore
/
342e06afe19b80cec000aa910be856d5298cb1d5
/
dalvik
9e3f304
Add sample profiling interface to startMethodTracing.
by Jeff Hao
· 11 years ago
5063dbf
Fix build harder.
by Elliott Hughes
· 13 years ago
0dd244a
Fix build.
by Elliott Hughes
· 13 years ago
412f6c6
Remove dead code.
by Elliott Hughes
· 13 years ago
d7f6c65
Remove zip file extension whitelists when validating dex file path.
by Hui Lu
· 11 years ago
413d4592
Use the docs-approved Android x.y (Name) format consistently.
by Elliott Hughes
· 11 years ago
20800b2
Change IsMethodTracingActive to GetMethodTracingMode for libcore.
by Jeff Hao
· 11 years ago
0d3a5ad
Add libcore support for sample profiling from traceview gui.
by Jeff Hao
· 11 years ago
ca2c58c
Share ClassLoader code
by Brian Carlstrom
· 11 years ago
2a6f23f
Add java.nio.charsets.StandardCharsets.
by Elliott Hughes
· 12 years ago
325ff8c
Clean up the #read javadoc.
by Elliott Hughes
· 12 years ago
5258eec
Move dalvik.system.VMDebug to libdvm
by Brian Carlstrom
· 12 years ago
99b4489
Fix @deprecated javadoc orthography.
by Elliott Hughes
· 12 years ago
53764ee
Move additional files to libdvm
by Brian Carlstrom
· 12 years ago
552f220
Change the VMStack interface used by serialization.
by Elliott Hughes
· 13 years ago
895bba4
Move some files with dalvik dependencies to libdvm
by Brian Carlstrom
· 12 years ago
7cad2d4
Some of our helpers have moved into libnativehelpers.
by Elliott Hughes
· 13 years ago
507bf84
Replace SEAndroid with SELinux.
by Stephen Smalley
· 12 years ago
8ec8340
Fix build.
by Elliott Hughes
· 12 years ago
da84bf3
Make NativeTestTarget more useful for benchmarking.
by Elliott Hughes
· 14 years ago
798f855
Add support for Libcore.os.exec*()
by Nick Kralevich
· 12 years ago
444aa23
Fix typos.
by Elliott Hughes
· 12 years ago
81abb6f
More backwards compatibility for Facebook.
by Elliott Hughes
· 12 years ago
0cfd9bc
Stop Facebook crashing with NoSuchFieldException.
by Elliott Hughes
· 12 years ago
652abda
Support System.loadLibrary for libraries with transitive dependencies.
by Elliott Hughes
· 12 years ago
c2d0a1f
Add detail messages to all remaining NullPointerExceptions.
by Elliott Hughes
· 12 years ago
f904678
Support directories on the classpath, for resources.
by Elliott Hughes
· 12 years ago
4285b52
Move comment to match code
by Brian Carlstrom
· 12 years ago
6133a23
Lazy parsing of zip files for Java resources.
by Narayan Kamath
· 12 years ago
77af18a
am e3b1b9eb: Merge "Gut dalvik.system.TemporaryDirectory, which has nothing to do with setting java.io.tmpdir."
by Elliott Hughes
· 12 years ago
3fd7be7
Gut dalvik.system.TemporaryDirectory, which has nothing to do with setting java.io.tmpdir.
by Elliott Hughes
· 12 years ago
028ad9b
am df0d0295: Merge "Make System.loadLibrary use open(2) rather than stat(2)."
by Elliott Hughes
· 12 years ago
6d17baa
Make System.loadLibrary use open(2) rather than stat(2).
by Elliott Hughes
· 12 years ago
a1efc89
am 4e8aff78: Merge "Remove various content-free package.html files."
by Elliott Hughes
· 12 years ago
02f8123
Remove various content-free package.html files.
by Elliott Hughes
· 12 years ago
ee016ac
Access to all users' external storage.
by Jeff Sharkey
· 12 years ago
1d7a4a8
Multi-user external storage support.
by Jeff Sharkey
· 12 years ago
75245fc
Include library path information in BaseDexClassLoader for better error reporting in Runtime.loadLibrary
by Brian Carlstrom
· 13 years ago
3bbe531
Improve the BaseDexClassLoader detail message, and make ScopedLocalRef more unique_ptr-like.
by Elliott Hughes
· 13 years ago
63ac769
Use float comparison for setTargetHeapUtilization constants.
by Ian Rogers
· 13 years ago
8155888
Fix HttpURLConnection CloseGuard warning due to lack of close on GZIPInputStream
by Brian Carlstrom
· 12 years ago
0a61dbe
am 4ee3fff2: Merge "Extend forkAndSpecialize to take further input arguments."
by Kenny Root
· 13 years ago
f042909
Extend forkAndSpecialize to take further input arguments.
by Stephen Smalley
· 13 years ago
990acea
Merge "Refuse to write optimized dex files to a non-private directory."
by Jesse Wilson
· 13 years ago
5c7fa7c
Refuse to write optimized dex files to a non-private directory.
by Jesse Wilson
· 13 years ago
06f039b
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
3908db5
Track removal of unsupported experimental opcodes.
by Elliott Hughes
· 13 years ago
7e9a64c
Only tag/untag sockets when open.
by Jeff Sharkey
· 13 years ago
701cca1
Fix typo in Javadoc for onReadFromDisk
by Casey Ho
· 13 years ago
4ee53d1
Document a semantic change to setTargetSdkVersion.
by Elliott Hughes
· 14 years ago
675351b
Allow an app's targetSdkVersion to be set by the zygote (libcore).
by Elliott Hughes
· 14 years ago
274d3c9
resolved conflicts for merge of ba450023 to master
by Jesse Wilson
· 14 years ago
7632f95
Add a constant for enabling logging of third-party JNI activity.
by Elliott Hughes
· 14 years ago
09bb615
Use a clear warning in the DexClassLoader docs.
by Jesse Wilson
· 14 years ago
5112325
Move socket tagging to frameworks/base.
by Jesse Wilson
· 14 years ago
2b60e18
Migrate setThreadStatsTag() from String to int.
by Jeff Sharkey
· 14 years ago
c8a6bcc
Remove an unused internal native.
by Elliott Hughes
· 14 years ago
64c6c36
Implement the finalizer watchdog.
by Jesse Wilson
· 14 years ago
ebda6e3
blockguard: tweak netfilter cmd handling, document function.
by JP Abgrall
· 14 years ago
ada8588
BlockGuard: bandwidth control: enable and simplify talking to kernel.
by JP Abgrall
· 14 years ago
917753d
am 46fc50e8: Merge "Support wrapping app processes to inject debug instrumentation. Bug: 4437846"
by Jeff Brown
· 14 years ago
46fc50e
Merge "Support wrapping app processes to inject debug instrumentation. Bug: 4437846"
by Jeff Brown
· 14 years ago
7047a3d
Support wrapping app processes to inject debug instrumentation. Bug: 4437846
by Jeff Brown
· 14 years ago
553d98a
Expose accept(2).
by Elliott Hughes
· 14 years ago
23ec091
Implement recvfrom(2).
by Elliott Hughes
· 14 years ago
9d0f4b4
Disable verbose socket logging.
by Jeff Sharkey
· 14 years ago
90d96a4
Add sendto(2) and reimplement all network writes in terms of it.
by Elliott Hughes
· 14 years ago
214620d
Quieten socket tagging.
by Elliott Hughes
· 14 years ago
e27d020
Remove OSNetworkSystem.close.
by Elliott Hughes
· 14 years ago
5637884
resolved conflicts for merge of 1e8d508f to dalvik-dev
by Jeff Sharkey
· 14 years ago
1e8d508
Add Socket tagging for granular data accounting.
by Jeff Sharkey
· 14 years ago
2bad9bf
Reimplement OSNetworkSystem.isConnected in Java.
by Elliott Hughes
· 14 years ago
70c8204
Expose poll(2) and reimplement java.nio.channels.Selector.
by Elliott Hughes
· 14 years ago
a7bb294
Clean up the select(2) implementation.
by Elliott Hughes
· 14 years ago
32b0fa4
DatagramSocket.disconnect is really a connect(2) of an AF_UNSPEC sockaddr.
by Elliott Hughes
· 14 years ago
996bf79
Expose connect(2).
by Elliott Hughes
· 14 years ago
da15009
Expose bind(2).
by Elliott Hughes
· 14 years ago
d6ecf92
Fix non-blocking connects.
by Elliott Hughes
· 14 years ago
220c0af
Rewrite blocking connects in terms of the non-blocking primitives.
by Elliott Hughes
· 14 years ago
b974666
Finish setsockopt(2).
by Elliott Hughes
· 14 years ago
9aa5333
Ensure that the zygote is single-threaded before forking.
by Elliott Hughes
· 14 years ago
55d86d8
Implement reference queuing in managed code.
by Carl Shapiro
· 14 years ago
0a9d1ee
Add getsockname(2) and getsockopt(2).
by Elliott Hughes
· 14 years ago
645d772
am e9af8901: SamplingProfilerIntegration and SamplingProfiler improvements (2/3)
by Brian Carlstrom
· 14 years ago
e9af890
SamplingProfilerIntegration and SamplingProfiler improvements (2/3)
by Brian Carlstrom
· 14 years ago
454a95f
Add socket(2) and start adding setsockopt(2).
by Elliott Hughes
· 14 years ago
8b15dcc
Add sendfile(2).
by Elliott Hughes
· 14 years ago
bbac92e
Add readv(2)/writev(2).
by Elliott Hughes
· 14 years ago
461d0d8
Add ioctl(2) for int*.
by Elliott Hughes
· 14 years ago
53eaa09
Merge "Add write(2)." into dalvik-dev
by Elliott Hughes
· 14 years ago
6b89e5f
Merge "Minor tweak to NativeStart" into dalvik-dev
by Andy McFadden
· 14 years ago
78c7cc5
Add write(2).
by Elliott Hughes
· 14 years ago
26c7025
Add read(2).
by Elliott Hughes
· 14 years ago
d4ce68d
Minor tweak to NativeStart
by Andy McFadden
· 14 years ago
b4088b3
resolved conflicts for merge of cfa84a2a to dalvik-dev
by Brian Carlstrom
· 14 years ago
cfa84a2
Import SamplingProfiler from http://code.google.com/p/dalvik/
by Brian Carlstrom
· 14 years ago
fc549a0
Add fcntl(2).
by Elliott Hughes
· 14 years ago
e1502d6
Add listen(2).
by Elliott Hughes
· 14 years ago
59e4744
Add shutdown(2).
by Elliott Hughes
· 14 years ago
0ac77ac
Add open(2).
by Elliott Hughes
· 14 years ago
Next »