Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
| | | | | | *: s/include "busybox.h"/include "libbb.h" | ||||
* | fix typo in comment | Denis Vlasenko | 2007-04-13 | 1 | -1/+1 |
| | |||||
* | nc: port nc 1.10 to busybox | Denis Vlasenko | 2007-04-05 | 1 | -2/+0 |
| | |||||
* | reword comment | Denis Vlasenko | 2007-04-04 | 1 | -1/+1 |
| | |||||
* | Add/improve comment, shorten some usage texts. No code changes. | Denis Vlasenko | 2007-04-04 | 1 | -1/+20 |
| | |||||
* | ipsvd: use IP:PORT syntax for environment vars. Pros: | Denis Vlasenko | 2007-04-04 | 1 | -62/+58 |
| | | | | | | | | | 1. it's saner (matches internal libc sockaddr abstraction). 2. it's smaller. Cons: not compatible with smarden's ipsvd. Fix IPv6 define typos. Stop interpreting options in prog's args. Code size -162 bytes. | ||||
* | ipsvd: make udpsvd work similar to tcpsvd (multiple parallel | Denis Vlasenko | 2007-04-03 | 1 | -326/+120 |
| | | | | | children for several streams of udp packets tested to work) code size: -509 bytes | ||||
* | ipsvd: fixes and improvements after testing | Denis Vlasenko | 2007-04-03 | 1 | -0/+750 |