aboutsummaryrefslogtreecommitdiff
path: root/src/modules/mavlink/mavlink_ftp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Enable stricter compile mode and ensure the most relevant bits are ↵Lorenz Meier2014-07-151-6/+10
| | | | initialized. Needs more work to avoid the remaining warnings
* Silence FTP transactions, be vocal about errorsLorenz Meier2014-07-081-9/+10
|
* Merge pull request #1137 from DonLakeFlyer/FTPLoggingLorenz Meier2014-07-071-3/+10
|\ | | | | Better FTP logging
| * Turn off noisier loggingDon Gagne2014-07-071-3/+3
| |
| * More loggingDon Gagne2014-07-061-2/+2
| |
| * Better loggingDon Gagne2014-07-061-3/+10
| |
* | Fix unused variable warningsDon Gagne2014-07-061-1/+1
|/
* Fix tabbing to 8 spaces, keep tabDon Gagne2014-06-291-42/+42
|
* Support for List, Open, Read, Terminate commandsDon Gagne2014-06-271-91/+76
| | | | | Fixed various bugs. Flattened Mavlink::Session class while fixing bugs in this area.
* Fix packing of directory entries in the List replypx4dev2014-06-081-0/+1
|
* Fixed threading and transmission issues for FTPLorenz Meier2014-06-081-2/+2
|
* Don't queue empty work items.px4dev2014-06-071-5/+8
|
* fix extraction of path info from FTP requestpx4dev2014-06-071-6/+14
|
* Implement directory listingpx4dev2014-05-041-5/+46
|
* WIP: Mavlink file serverpx4dev2014-05-041-0/+377