Peter Barker
|
668e0d0e65
|
GCS_MAVLink: check for empty replies queue first thing in send_ftp_replies
Will save us a little time on average
|
2020-04-27 15:30:30 +10:00 |
|
Peter Barker
|
7028f1adba
|
GCS_MAVLink: GCS_FTP: remove redundant more_pending variable
This is taken care of by the "break" statements
|
2020-03-31 10:38:13 +11:00 |
|
Andrew Tridgell
|
e7fdf8fad1
|
GCS_MAVLink: reduced delay between ftp packets
|
2020-03-28 15:28:03 +11:00 |
|
Andrew Tridgell
|
5c9ae33151
|
GCS_MAVLink: support variable sized packets in burst read
this allows packet size to be tailored to the transport
|
2020-03-28 15:28:03 +11:00 |
|
Andrew Tridgell
|
8a84dbc19e
|
GCS_MAVLink: slow down telemetry during ftp
|
2020-03-28 15:28:03 +11:00 |
|
Andrew Tridgell
|
c1d4a5bd35
|
GCS_MAVLINK: prevent closedir() with nullptr
|
2020-03-28 15:28:03 +11:00 |
|
Andrew Tridgell
|
28082774b6
|
GCS_MAVLink: use new DirHandle for directory listings
|
2020-03-28 15:28:03 +11:00 |
|
Andrew Tridgell
|
f7eba43cb8
|
GCS_MAVLink: raise ftp stack size to 3072 from 1024
this prevents memory corruption on directory listing
|
2020-02-11 13:32:17 +11:00 |
|
Andrew Tridgell
|
43da68ae59
|
GCS_MAVLink: added ftp_push_replies()
|
2019-11-02 22:52:06 +11:00 |
|
Andrew Tridgell
|
10ed848dd7
|
GCS_MAVLink: fixed comment
|
2019-11-02 22:52:06 +11:00 |
|
Andrew Tridgell
|
15fc3f3d75
|
GCS_MAVLink: fixed session handling for ftp
|
2019-11-02 22:52:06 +11:00 |
|
Andrew Tridgell
|
00549d13fa
|
GCS_MAVLink: rename emit_dir_entry to gen_dir_entry
comment from Sid
|
2019-11-02 22:52:06 +11:00 |
|
Andrew Tridgell
|
e5321b6201
|
GCS_MAVLink: fixes from my review
|
2019-11-02 22:52:06 +11:00 |
|
Michael du Breuil
|
6f538dd45a
|
GCS_MAVLink: Initial FTP support
|
2019-11-02 22:52:06 +11:00 |
|