Denis Vlasenko
|
5c7596058d
ls: cleanup part 1
|
18 lat temu |
Denis Vlasenko
|
1457915afc
xconnect is non-conforming to "xfunc like libc" rule. Fixing
|
18 lat temu |
Denis Vlasenko
|
ea62077b85
add open_read_close() and similar stuff
|
18 lat temu |
Denis Vlasenko
|
a6dbb08a48
small style fixes
|
18 lat temu |
Denis Vlasenko
|
7039a66b58
correct largefile support, add comments about it.
|
18 lat temu |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 lat temu |
Denis Vlasenko
|
8f8f268cfd
bb_applet_name -> applet_name
|
18 lat temu |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 lat temu |
Rob Landley
|
74bb70cf54
Ok, that's not a typo, that's just me not thinking.
|
18 lat temu |
Rob Landley
|
27d07c9ce2
Now that we have xopen3(), it's just plain unclean to have xopen() with
|
18 lat temu |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 lat temu |
Bernhard Reutner-Fischer
|
e0387a6ee8
- fix the build if we have ftpput without ftpget (speeling reeoe)
|
18 lat temu |
Rob Landley
|
ff97ee9abd
#ifdef reduction.
|
18 lat temu |
Rob Landley
|
299a6b4d7b
Consolidate #include <sys/time.h> so libbb.h does it.
|
18 lat temu |
Bernhard Reutner-Fischer
|
01d23ade57
- add central knob to turn off getopt_long everywhere. EXPERIMENTAL!
|
18 lat temu |
Bernhard Reutner-Fischer
|
b1629b1b2a
- remove emacs layout block as suggested by Robert P.J. Day
|
18 lat temu |
Rob Landley
|
b1c3fbc677
CONFIG->ENABLE migration.
|
18 lat temu |
Rob Landley
|
bc059bc7fa
The brain-dead FTP servers on Solaris don't support the size command.
|
19 lat temu |
Rob Landley
|
6f03722448
Patch from Tomasz Mateja: don't try to CWD to a _filename_, just send the full
|
19 lat temu |
Paul Fox
|
146e83a60e
applying fix from:
|
19 lat temu |
Glenn L McGrath
|
5ec58285c3
Fix size command, safe_strtoul gives and error if the \r is left in, the
|
20 lat temu |
Glenn L McGrath
|
c6992feee3
Update my email address, document some of my tasks in the AUTHORS file
|
20 lat temu |
Eric Andersen
|
70060d25d2
s/fileno\(stdin\)/STDIN_FILENO/g
|
20 lat temu |
Eric Andersen
|
ca65ca7d45
Oops. Using the wrong variable was a rather stupid
|
21 lat temu |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
21 lat temu |
Eric Andersen
|
2479445562
Fix/eliminate use of atol
|
21 lat temu |
Glenn L McGrath
|
036dbaa082
Modify bb_lookup_port to allow the protocol to be specified, allowing
|
21 lat temu |
Glenn L McGrath
|
236e93d133
Allow recieving file to stdout, sending files from stdin, use the '-'
|
21 lat temu |
Glenn L McGrath
|
266c1f5eff
display the port number number correctly, other minor optimisations
|
21 lat temu |
Glenn L McGrath
|
ffccf6eb5d
Change interface to bb_lookup_host, dont try and set port inside this
|
21 lat temu |