summaryrefslogtreecommitdiff
path: root/core/java/android/net/LocalSocketImpl.java
Commit message (Expand)AuthorAgeFilesLines
* [Mainline] android.system package APIs migrationSerik Beketayev2021-02-041-8/+4
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* Revert "Revert "Remove a misleading "flush" function.""Christian Wailes2019-09-041-34/+0
* Revert "Remove a misleading "flush" function."Ian Kasprzak2019-08-311-0/+34
* Remove a misleading "flush" function.Chris Wailes2019-08-271-34/+0
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+4
* Track deprecation/replacement of Os methods that depend on Mutable*Tobias Thierer2017-11-071-9/+9
* Refactor RFCOMM / BluetoothSocket usage of LocalSocketNeil Fuller2017-01-061-1/+1
* Set isConnected, isBound, implCreated on server-side LocalSocketsNeil Fuller2017-01-041-23/+23
* Fix receive timeout on LocalSocketNeil Fuller2016-08-311-6/+4
* Switch shutdownInput / shutdownOutput to using Os.shutdown.Neil Fuller2015-07-101-3/+10
* Switch LocalSocketImpl.accept() over to using Os.accept()Neil Fuller2015-07-091-14/+7
* Move listen() over to using android.system.OsNeil Fuller2015-07-031-4/+5
* Reimplement LocalSocket methods using android.system.OsNeil Fuller2015-07-031-5/+25
* Switch to using android.system.Os for more callsNeil Fuller2015-07-031-33/+90
* Merge "Check for null in LocalSocketImpl.SocketInputStream.available()"Jeff Sharkey2014-05-211-1/+4
|\
| * Check for null in LocalSocketImpl.SocketInputStream.available()Ian McKellar2014-04-111-1/+4
* | Track libcore.os' move to android.system.Elliott Hughes2014-04-281-5/+5
|/
* Fix descriptor leak after accepting connectionsDave Platt2014-02-281-1/+1
* Bluetooth stopped working in master - "bad file descriptor"Zhihai Xu2013-07-251-1/+7
* LocalSocket: Add support for SOCK_DGRAM and SOCK_SEQPACKETMike Lockwood2013-07-161-8/+31
* Use the right fd for flush callMatthew Xie2013-05-131-1/+1
* Added flush() for bluetooth output streamzzy2013-04-241-0/+20
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+490
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-490/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+490