summaryrefslogtreecommitdiff
path: root/include/iprt/ftp.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* IPRT/FTP: Resolved some @ŧodos. bugref:9646vboxsync2020-11-251-1/+1
* iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB...vboxsync2020-07-081-15/+15
* IPRT/FTP: Implemented support for directory traversing. bugref:9646vboxsync2020-01-231-4/+6
* IPRT/FTP: More code for listing directories, needed for some more FTP clients...vboxsync2020-01-231-1/+1
* IPRT/FTP: More work on directory listing.vboxsync2020-01-221-7/+28
* IPRT/FTP: Remember the current working directory per client.vboxsync2020-01-211-0/+2
* IPRT/FTP: First working version for listing stuff. bugref:9646vboxsync2020-01-151-1/+11
* IPRT/FTP: More work on data connection handling. bugref:9646vboxsync2020-01-151-5/+8
* IPRT/FTP: Implemented FEAT command for reporting additional server features. ...vboxsync2020-01-141-0/+2
* IPRT/FTP: More work on data connection handling. bugref:9646vboxsync2020-01-141-10/+52
* iprt/ftp.h: Doxygen fix. bugref:9646vboxsync2020-01-131-2/+10
* IPRT/FTP: Implemented first support for data connection handling. Work in pro...vboxsync2020-01-131-6/+13
* IPRT/FTP: More protocol handling and callback work. bugref:9437vboxsync2020-01-131-1/+28
* IPRT/FTP: More protocol handling and callback work. bugref:9437vboxsync2020-01-101-1/+47
* IPRT/FTP: Made authentication workflow more flexible. bugref:9437vboxsync2020-01-091-0/+6
* IPRT/FTP: Renaming. bugref:9437vboxsync2020-01-091-2/+2
* IPRT/FTP: More protocol handling and callback work. bugref:9437 [build fix].vboxsync2020-01-091-1/+1
* IPRT/FTP: More protocol handling and callback work. bugref:9437vboxsync2020-01-091-2/+49
* IPRT/FTP: First connections (via Linux ftp client) are working now. bugref:9437vboxsync2020-01-081-0/+45
* IPRT/FTP: SCM fix.vboxsync2020-01-081-0/+9
* IPRT: First commit of FTP server code, along with a tool to run a standalone ...vboxsync2020-01-081-0/+103