kdeconnect-kde/kded/backends/lan
Albert Vaca 5bbfcd860f LanDeviceLink now waits to read an entire line before trying to read it
Packages always end in \n, so this way we make sure we have a complete
package to unserialize. Before this patch, some long packages that were
divided in chunks weren't received correctly.
2013-10-30 01:18:25 +01: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 Changed QSharedPointer<QIODevice> to <QTcpSocket> 2013-09-26 21:34:08 +02:00
downloadjob.h Changed QSharedPointer<QIODevice> to <QTcpSocket> 2013-09-26 21:34:08 +02:00
landevicelink.cpp LanDeviceLink now waits to read an entire line before trying to read it 2013-10-30 01:18:25 +01: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 LanDeviceLink now waits to read an entire line before trying to read it 2013-10-30 01:18:25 +01:00
lanlinkprovider.h LanDeviceLink now waits to read an entire line before trying to read it 2013-10-30 01:18:25 +01:00
netaddress.h Refactor: Moved devicelinks and linkproviders to backends 2013-09-09 18:35:56 +02:00
socketlinereader.cpp LanDeviceLink now waits to read an entire line before trying to read it 2013-10-30 01:18:25 +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 Payloads are now QSharedPointer<QIODevice> instead of QIODevice* 2013-09-24 14:13:02 +02:00
uploadjob.h Payloads are now QSharedPointer<QIODevice> instead of QIODevice* 2013-09-24 14:13:02 +02:00