summaryrefslogtreecommitdiff
path: root/core/java/android/net/LocalSocketImpl.java
AgeCommit message (Expand)Author
2021-02-10[Mainline] android.system package APIs migrationSerik Beketayev
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-09-04Revert "Revert "Remove a misleading "flush" function.""Christian Wailes
2019-08-31Revert "Remove a misleading "flush" function."Ian Kasprzak
2019-08-27Remove a misleading "flush" function.Chris Wailes
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2017-11-07Track deprecation/replacement of Os methods that depend on Mutable*Tobias Thierer
2017-01-06Refactor RFCOMM / BluetoothSocket usage of LocalSocketNeil Fuller
2017-01-04Set isConnected, isBound, implCreated on server-side LocalSocketsNeil Fuller
2016-08-31Fix receive timeout on LocalSocketNeil Fuller
2015-07-10Switch shutdownInput / shutdownOutput to using Os.shutdown.Neil Fuller
2015-07-09Switch LocalSocketImpl.accept() over to using Os.accept()Neil Fuller
2015-07-03Move listen() over to using android.system.OsNeil Fuller
2015-07-03Reimplement LocalSocket methods using android.system.OsNeil Fuller
2015-07-03Switch to using android.system.Os for more callsNeil Fuller
2014-05-21Merge "Check for null in LocalSocketImpl.SocketInputStream.available()"Jeff Sharkey
2014-04-28Track libcore.os' move to android.system.Elliott Hughes
2014-04-11Check for null in LocalSocketImpl.SocketInputStream.available()Ian McKellar
2014-02-28Fix descriptor leak after accepting connectionsDave Platt
2013-07-25Bluetooth stopped working in master - "bad file descriptor"Zhihai Xu
2013-07-16LocalSocket: Add support for SOCK_DGRAM and SOCK_SEQPACKETMike Lockwood
2013-05-13Use the right fd for flush callMatthew Xie
2013-04-24Added flush() for bluetooth output streamzzy
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project