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
/
java
/
android
/
net
/
LocalSocketImpl.java
Age
Commit message (
Expand
)
Author
2021-02-10
[Mainline] android.system package APIs migration
Serik Beketayev
2020-10-29
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-28
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-01-06
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-09-04
Revert "Revert "Remove a misleading "flush" function.""
Christian Wailes
2019-08-31
Revert "Remove a misleading "flush" function."
Ian Kasprzak
2019-08-27
Remove a misleading "flush" function.
Chris Wailes
2018-08-14
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-11-07
Track deprecation/replacement of Os methods that depend on Mutable*
Tobias Thierer
2017-01-06
Refactor RFCOMM / BluetoothSocket usage of LocalSocket
Neil Fuller
2017-01-04
Set isConnected, isBound, implCreated on server-side LocalSockets
Neil Fuller
2016-08-31
Fix receive timeout on LocalSocket
Neil Fuller
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-05-21
Merge "Check for null in LocalSocketImpl.SocketInputStream.available()"
Jeff Sharkey
2014-04-28
Track libcore.os' move to android.system.
Elliott Hughes
2014-04-11
Check for null in LocalSocketImpl.SocketInputStream.available()
Ian McKellar
2014-02-28
Fix descriptor leak after accepting connections
Dave Platt
2013-07-25
Bluetooth stopped working in master - "bad file descriptor"
Zhihai Xu
2013-07-16
LocalSocket: Add support for SOCK_DGRAM and SOCK_SEQPACKET
Mike Lockwood
2013-05-13
Use the right fd for flush call
Matthew Xie
2013-04-24
Added flush() for bluetooth output stream
zzy
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-10-21
Initial Contribution
The Android Open Source Project