Albert Vaca
|
f53f70d7c4
|
Fixed file transfer
Apparently KIO is so dumb it can't create files
Also we have lots of commented qDebugs now
|
2013-09-27 00:01:59 +02:00 |
|
Albert Vaca
|
cfe13a739c
|
Changed QSharedPointer<QIODevice> to <QTcpSocket>
So we don't need a separate pointer.
|
2013-09-26 21:34:08 +02:00 |
|
Albert Vaca
|
4bd5d2e427
|
Payloads are now QSharedPointer<QIODevice> instead of QIODevice*
|
2013-09-24 14:13:02 +02:00 |
|
Albert Vaca
|
e86897cfe3
|
Fixed file transfer, added file size to protocol (optional)
Increased protocol version to 5
Updated README
|
2013-09-20 16:03:17 +02:00 |
|
Albert Vaca
|
cbe275106c
|
Added a qDebug with an error message in UploadJob
|
2013-09-20 16:03:17 +02:00 |
|
Albert Vaca
|
79a55d8ec0
|
Fixed landevice link not setting the payload to the proper package
Wrong variable name
|
2013-09-20 16:03:17 +02:00 |
|
Albert Vaca
|
ddbbafab63
|
Fixed crash
QIODevice was deleted when DownloadJob was autodeleted, causing dangling
pointers.
|
2013-09-20 16:03:17 +02:00 |
|
Albert Vaca
|
7d4143b944
|
First and untested implementation of payload transfer in LAN backend
Encryption not implemented yet for transfers, but should be easy to do
|
2013-09-14 17:30:12 +02:00 |
|
Albert Vaca
|
42e0b4a066
|
Moved cryptography layer down from Device to DeviceLink
DeviceLinks will need to know what they are sending and receiving to handle
payloads, so encryption can not happen above them.
|
2013-09-13 23:27:16 +02:00 |
|
Tim Creech
|
817a6c8d3e
|
Didn't build on FreeBSD because it does not define SOL_TCP
Replaced SOL_TCP with getprotobyname("TCP")->p_proto
BUG: 324766
|
2013-09-13 19:30:36 +02:00 |
|
Albert Vaca
|
13dcd01819
|
Added some comments and todos
|
2013-09-09 22:50:27 +02:00 |
|
Albert Vaca
|
91949acaa5
|
Refactor: Moved devicelinks and linkproviders to backends
|
2013-09-09 18:35:56 +02:00 |
|