kdeconnect-kde/kded/backends/lan
Àlex Fiestas 4a74f413ae Accept all connections until none are available
When newConnection is called pendingConnections may have more than
one connectio, so we have to iterate and use all of them.
2014-04-14 21:57:48 +02:00
..
CMakeLists.txt LanDeviceLink now waits to read an entire line before trying to read it 2013-10-30 01:18:25 +01:00
downloadjob.cpp qDebug -> kDebug with namespaces 2013-11-06 22:16:55 +01:00
downloadjob.h Changed QSharedPointer<QIODevice> to <QTcpSocket> 2013-09-26 21:34:08 +02:00
landevicelink.cpp Removed extra lines and trailing spaces 2014-04-14 21:57:48 +02:00
landevicelink.h LanDeviceLink now waits to read an entire line before trying to read it 2013-10-30 01:18:25 +01:00
lanlinkprovider.cpp Accept all connections until none are available 2014-04-14 21:57:48 +02:00
lanlinkprovider.h Coding style and return early refactoring 2014-04-14 21:57:48 +02:00
netaddress.h Refactor: Moved devicelinks and linkproviders to backends 2013-09-09 18:35:56 +02:00
socketlinereader.cpp qDebug -> kDebug with namespaces 2013-11-06 22:16:55 +01:00
socketlinereader.h LanDeviceLink now waits to read an entire line before trying to read it 2013-10-30 01:18:25 +01:00
uploadjob.cpp When uploading a file start reading the file 2014-03-03 04:51:36 +01:00
uploadjob.h Payloads are now QSharedPointer<QIODevice> instead of QIODevice* 2013-09-24 14:13:02 +02:00