index
:
libcore.git
replicant-4.2
replicant-6.0
libcore
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dalvik
Commit message (
Expand
)
Author
Age
Files
Lines
*
Scrub missing calls to super.finalize()
Brian Carlstrom
2010-09-28
1
-2
/
+6
*
In javadoc, it's @return, not @returns.
Joe Onorato
2010-09-16
1
-1
/
+1
*
Don't throw when calling Socket.close on a closed socket.
Elliott Hughes
2010-09-07
1
-6
/
+16
*
New Java-based SamplingProfiler
Brian Carlstrom
2010-09-01
2
-243
/
+502
*
Search the application library path first.
Jesse Wilson
2010-08-26
1
-26
/
+28
*
Export the new countInstancesOfClass method.
Carl Shapiro
2010-08-16
1
-0
/
+7
*
Clean up our final native code warnings, and turn on -Werror.
Elliott Hughes
2010-08-12
1
-3
/
+2
*
Replace createDatagramSocket and createStreamSocket with one call.
Elliott Hughes
2010-08-12
1
-6
/
+2
*
Remove createServerStreamSocket as a native special case.
Elliott Hughes
2010-08-11
1
-4
/
+0
*
Sorting imports.
Jesse Wilson
2010-08-11
15
-33
/
+40
*
Rationalize and simplify our "connect" implementations.
Elliott Hughes
2010-08-06
1
-13
/
+7
*
Rewrite the nio Pipe to use a Unix pipe behind the scenes.
Elliott Hughes
2010-08-03
1
-13
/
+2
*
Remove "java.net.preferIPv4Stack" (which has been broken >= eclair).
Elliott Hughes
2010-08-02
1
-9
/
+6
*
am 2ceb1614: Merge commit \'1a529c16\' into manualmerge
Brad Fitzpatrick
2010-07-31
1
-1
/
+16
|
\
|
*
Merge commit '1a529c16' into manualmerge
Brad Fitzpatrick
2010-07-30
1
-1
/
+16
|
|
\
|
|
*
BlockGuard: don't complain about non-linger network close()
Brad Fitzpatrick
2010-07-30
1
-1
/
+16
*
|
|
Fix setTrafficClass.
Elliott Hughes
2010-07-29
1
-20
/
+15
|
/
/
*
|
Let the kernel handle network timeouts by setting SO_RCVTIMEO.
Elliott Hughes
2010-07-26
1
-14
/
+11
*
|
Remove File's cached UTF-8 byte[].
Elliott Hughes
2010-07-21
1
-2
/
+2
*
|
am 21710cc5: am 42660dc4: am dcaba04c: Few tweaks to BlockGuard\'s BlockGuard...
Brad Fitzpatrick
2010-07-15
1
-4
/
+13
|
\
\
|
*
\
am 42660dc4: am dcaba04c: Few tweaks to BlockGuard\'s BlockGuardPolicyException.
Brad Fitzpatrick
2010-07-15
1
-4
/
+13
|
|
\
\
|
|
|
/
|
|
*
Few tweaks to BlockGuard's BlockGuardPolicyException.
Brad Fitzpatrick
2010-07-15
1
-4
/
+13
*
|
|
Simplify the network send(2) interfaces.
Elliott Hughes
2010-07-15
1
-25
/
+7
*
|
|
Make it possible to interrupt network reads.
Elliott Hughes
2010-07-14
1
-32
/
+9
*
|
|
am 478f5f95: Allow heap dump requests with a FileDescriptor arg.
Andy McFadden
2010-07-13
1
-3
/
+20
|
\
\
\
|
|
/
/
|
*
|
Allow heap dump requests with a FileDescriptor arg.
Andy McFadden
2010-07-12
1
-3
/
+20
*
|
|
Remove dead code/unused variables from OSNetworkSystem.
Elliott Hughes
2010-07-08
1
-8
/
+8
|
/
/
*
|
Fix merge from Gingerbread which broke the build.
Brad Fitzpatrick
2010-06-14
1
-42
/
+3
*
|
am 2eed1da5: am b5e5b53f: Merge "Add WrappedNetworkSystem to Blockguard for S...
Brad Fitzpatrick
2010-06-14
1
-0
/
+264
|
\
\
|
|
/
|
*
Add WrappedNetworkSystem to Blockguard for StrictMode work.
Brad Fitzpatrick
2010-06-14
1
-0
/
+264
*
|
am 22437bcb: am 9aa3d668: Add BlockGuard PolicyViolation accessors.
Brad Fitzpatrick
2010-06-10
1
-0
/
+8
|
\
\
|
|
/
|
*
Add BlockGuard PolicyViolation accessors.
Brad Fitzpatrick
2010-06-10
1
-0
/
+8
*
|
am 1173ba30: am 025fc4d9: BlockGuard Exception class should have been static.
Brad Fitzpatrick
2010-06-08
1
-1
/
+1
|
\
\
|
|
/
|
*
BlockGuard Exception class should have been static.
Brad Fitzpatrick
2010-06-08
1
-1
/
+1
*
|
resolved conflicts for merge of e916ffd2 from kraken to master
Brad Fitzpatrick
2010-06-03
1
-0
/
+231
|
\
\
|
|
/
|
*
Introducing the beginning of "BlockGuard".
Brad Fitzpatrick
2010-06-03
1
-0
/
+227
*
|
Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master
Brian Carlstrom
2010-05-28
36
-189
/
+141
|
\
\
|
|
/
|
/
|
|
*
Remove more localized exception messages.
Elliott Hughes
2010-05-21
2
-3
/
+2
|
*
Remove all trailing whitespace from the dalvik team-maintained parts of libcore.
Elliott Hughes
2010-05-13
26
-101
/
+101
|
*
Moving most libcore .c files to .cpp
Brian Carlstrom
2010-05-07
2
-13
/
+10
|
*
Enable -Wall -Wextra for libcore and cleanup all but one warning
Brian Carlstrom
2010-05-07
2
-7
/
+6
|
*
Move the libcore registration out of libnativehelpers and into libcore.
Elliott Hughes
2010-04-16
2
-18
/
+3
|
*
Removing APIs from dalvik.system that shouldn't have been published.
Jesse Wilson
2010-04-01
9
-18
/
+9
|
*
Mark external alloc functions as deprecated.
Andy McFadden
2010-03-31
1
-0
/
+3
|
*
Remove all remaining "@since Android" tags.
Elliott Hughes
2010-03-22
14
-32
/
+6
|
*
Remove a superfluous declaration (left over from when DexClassLoader was
Dan Bornstein
2010-03-19
1
-1
/
+0
|
*
am 3ed90a94: Merge "Add a native method dalvik.system.VMDebug.infopoint(int i...
Ben Cheng
2010-03-13
1
-0
/
+8
|
|
\
|
*
\
am f854a794: Merge "remove System.*.println when ddm dispatch fails."
Xavier Ducrohet
2010-03-10
1
-3
/
+0
|
|
\
\
|
*
|
|
Add instructions for volatile wide fields.
Andy McFadden
2010-03-05
1
-1
/
+6
*
|
|
|
Make API to look up library by path public.
Dianne Hackborn
2010-05-04
1
-1
/
+1
|
|
_
|
/
|
/
|
|
[next]