Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-20 | Allow recieving file to stdout, sending files from stdin, use the '-' | Glenn L McGrath | |
filename. Save a variable. | |||
2003-12-20 | display the port number number correctly, other minor optimisations | Glenn L McGrath | |
2003-12-20 | Change interface to bb_lookup_host, dont try and set port inside this | Glenn L McGrath | |
function as there is no gracefull way of handling failures. Rename bb_getport to bb_lookup_port, allow a default port to be specified so it always returns a correct value. Modify ftpgetput/rdate/wget to use the new interface. wget/rdate now use etc/services with a falback default value. | |||
2003-12-19 | Use getopt_ulflags | Glenn L McGrath | |
2003-11-21 | As we no longer use function pointers for read in common archiving code | Glenn L McGrath | |
archive_xread can be replaced with bb_full_read, and archive_copy_file with bb_copyfd* bb_copyfd is split into two functions bb_copyfd_size and bb_copyfd_eof, they share a common backend. | |||
2003-11-03 | Fix rdate and ftpget/ftpput so they compile with the new xconnect. | Eric Andersen | |
I have checked rdate. Someone should also check ftpget/ftpput to be sure they still work. | |||
2003-06-20 | use an explicit cast on some types that change size when | Eric Andersen | |
large file support is enabled. | |||
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-12-18 | When retrieving a file dont open file until we have to to prevent files of ↵ | Glenn L McGrath | |
size 0 being created when retrieval fails, bug found by Jeff Angielski | |||
2002-12-13 | Merge copyfd and copy_file_chunk | Glenn L McGrath | |
2002-12-13 | Change ftpput so it uses <remote-path> <local-file> as it should | Glenn L McGrath | |
2002-12-13 | Fix possible bug if file length not known | Glenn L McGrath | |
2002-12-13 | New applets, ftpget and ftpput | Glenn L McGrath | |