Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-23 | Fix ftpget download | Denys Nykula | |
Investigate why downloads always freeze when I call ftpget. Trace it to a refactor leaving two REST and zero RETR. | |||
2019-07-11 | bind/connect cleanup. | Elliott Hughes | |
Rename the existing xbind/xconnect to xbindany/xconnectany, to make room for new xbind/xconnect that are more like 'x' versions of the regular bind and connect. Move explicit bind/connect callers over to xbind/xconnect. Of the affected commands, only netcat is actually used by Android. It was the most recent patch to netcat that made the lack of a more traditional xbind/xconnect apparent. | |||
2018-11-17 | Convert more GLOBALS argument vars to the new single letter code style. | Rob Landley | |
2018-09-08 | Tweaks to make building with Android NDK's llvm happier. | Rob Landley | |
2017-07-17 | typo | Rob Landley | |
2017-07-17 | Split out xgetaddrinfo() from xconnect() | Rob Landley | |
2017-01-28 | Add missing `static`s and remove an unused function. | Elliott Hughes | |
2017-01-04 | ftpget: implement -mMdDlL, put ftp transactions into their own function so -v | Rob Landley | |
can show both output and reply lines. | |||
2017-01-04 | First stab at ftpget/ftpput. (Documents a lot of options other than basic | Rob Landley | |
upload/download that aren't implemented yet.) |