Age | Commit message (Collapse) | Author |
|
|
|
The client gives up way too soon because timeout is set to 0 ...
There's a solution for that problem.
|
|
|
|
|
|
|
|
|
|
with freeing memory.
|
|
|
|
with stdin as well as stdout.
|
|
user specifies "-l -"
-Erik
|
|
localfilename from remotefilename, and for remotefilename from localfilename
when the other one is not supplied.
|
|
size varies meaning BUFFERS_GO_ON_STACK will fail
|
|
-Erik
|
|
|
|
|
|
|
|
shadowed variables. Move (almost) all syscalls to libbb/syscalls.c, so I can
handle them sanely and all at once.
-Erik
|
|
|
|
error_msg() calls and uses 'return EXIT_SUCCESS' instead of return 0.
|
|
|