aboutsummaryrefslogtreecommitdiff
path: root/ipsvd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix typo in commentDenis Vlasenko2007-04-131-1/+1
|
* nc: port nc 1.10 to busyboxDenis Vlasenko2007-04-052-165/+0
|
* reword commentDenis Vlasenko2007-04-041-1/+1
|
* Add/improve comment, shorten some usage texts. No code changes.Denis Vlasenko2007-04-042-2/+21
|
* ipsvd: use IP:PORT syntax for environment vars. Pros:Denis Vlasenko2007-04-042-71/+74
| | | | | | | | | 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 parallelDenis Vlasenko2007-04-031-326/+120
| | | | | children for several streams of udp packets tested to work) code size: -509 bytes
* ipsvd: fixes and improvements after testingDenis Vlasenko2007-04-033-460/+349
|
* udpsvd: more work on it. works in limited testing.Denis Vlasenko2007-04-033-51/+291
|
* test: comment out unused codeDenis Vlasenko2007-04-024-16/+32
| | | | | udpsvd: fake it compile tcpsvd: more optimal memorizing of IP's for -C
* udpsvd: forgotten 'svn add'Denis Vlasenko2007-04-021-0/+221
|
* udpsvd: next part of ipsvd applets (not working yet)Denis Vlasenko2007-04-013-7/+13
|
* tcpsvd: fix line buffering, add firewall query codeDenis Vlasenko2007-04-013-8/+52
|
* Copyright, help text, whitespace cleanupsDenis Vlasenko2007-04-011-36/+48
|
* tcpsvd: new appletDenis Vlasenko2007-04-015-0/+601
It's a GPL-ed 'clone' of Dan Bernstein's tcpserver. Author: Gerrit Pape <pape@smarden.org> http://smarden.sunsite.dk/ipsvd/ size tcpsvd.o text data bss dec hex filename 2571 4 16 2591 a1f tcpsvd.o