index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
jni
/
android_net_LocalSocketImpl.cpp
Age
Commit message (
Expand
)
Author
2020-06-23
Update to use nativehelper/JNIPlatformHelp.h
Orion Hodson
2019-02-25
Switch LocalSocket to android::base::{Send,Receive}FileDescriptorVector.
Josh Gao
2018-09-28
Check for null socket name in socket_connect_local.
Torne (Richard Coles)
2017-07-19
frameworks/base: use proper nativehelper headers
Steven Moreland
2016-12-20
LocalSocketImpl.cpp: Set O_CLOEXEC on received FDs
Nick Kralevich
2015-09-22
constify JNINativeMethod function pointer tables
Daniel Micay
2015-07-10
Switch shutdownInput / shutdownOutput to using Os.shutdown.
Neil Fuller
2015-07-09
Switch LocalSocketImpl.accept() over to using Os.accept()
Neil Fuller
2015-07-03
Move listen() over to using android.system.Os
Neil Fuller
2015-07-03
Reimplement LocalSocket methods using android.system.Os
Neil Fuller
2015-07-03
Switch to using android.system.Os for more calls
Neil Fuller
2014-11-13
Frameworks/base: Wall Werror in core/jni
Andreas Gampe
2014-08-20
Clean up ExceptionOccurred.
Mathieu Chartier
2014-03-27
AArch64: Make frameworks/base code more portable
Ashok Bhat
2013-08-09
am 5adfb21e: am a0b320a6: Merge "Remove possible leak when exception occurred."
Elliott Hughes
2013-08-09
Merge "Remove possible leak when exception occurred."
Elliott Hughes
2013-07-16
LocalSocket: Add support for SOCK_DGRAM and SOCK_SEQPACKET
Mike Lockwood
2013-04-24
Added flush() for bluetooth output stream
zzy
2012-12-12
Remove possible leak when exception occurred.
You Kim
2012-01-08
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2011-04-08
More JNI exception-throwing cleanup.
Elliott Hughes
2009-10-01
Remove unused #includes.
Elliott Hughes
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-12-17
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project