kdeconnect-kde/core/backends/lan
Albert Vaca Cintora 5796b561bf Simplify the code that reads from the socket line by line
Since sockets are buffered `QIODevices` we can use `canReadLine()` to check
if we have a full line, instead of using a custom `SocketLineReader` class
(and the copy-pasted `DeviceLineReader` in the Bluetooth backend). 

We can also loop through all the lines instead of queuing calls to `dataReceived`.

And we don't need transactions.
2023-07-10 15:58:56 +00:00
..
CMakeLists.txt Simplify the code that reads from the socket line by line 2023-07-10 15:58:56 +00:00
compositeuploadjob.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
compositeuploadjob.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
landevicelink.cpp Simplify the code that reads from the socket line by line 2023-07-10 15:58:56 +00:00
landevicelink.h Simplify the code that reads from the socket line by line 2023-07-10 15:58:56 +00:00
lanlinkprovider.cpp Simplify the code that reads from the socket line by line 2023-07-10 15:58:56 +00:00
lanlinkprovider.h Add DeviceInfo class 2023-06-27 11:10:59 +00:00
server.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
server.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
uploadjob.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
uploadjob.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00