aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* libiproute: code and data shrinkDenys Vlasenko2009-10-132-195/+104
* udhcpc: fix bug 629: use bcast receive when we perform rebindingDenys Vlasenko2009-10-081-1/+2
* *: a few more NOINLINEsDenys Vlasenko2009-10-082-3/+3
* wget: fix for code 302; mount: support -o unionVladimir Dronnikov2009-10-051-1/+4
* remove useless (unsigned >= 0) comparisonDenys Vlasenko2009-10-041-1/+1
* find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxxDenys Vlasenko2009-09-302-6/+5
* ifenslave: fix for 2.4 kernels compileDenys Vlasenko2009-09-231-2/+4
* *: optimize code size in strtoul callsDenys Vlasenko2009-09-233-3/+7
* httpd_ssi.c: make it a bit less brokenDenys Vlasenko2009-09-131-21/+83
* networking/httpd_ssi.c: expand commentsDenys Vlasenko2009-09-101-2/+8
* networking/httpd_ssi.c: new example CGI handlerDenys Vlasenko2009-09-102-2/+106
* httpd: shrink mime type matching code (suggested by Bernhard)Denys Vlasenko2009-09-101-42/+55
* remove some garbage from http POST upload exampleDenys Vlasenko2009-09-091-2/+2
* httpd: fix bug 601 "I:index.php does not run interpreter on DIR/ url"Denys Vlasenko2009-09-081-19/+17
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-062-3/+3
* documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-1/+1
* inetd: comment tweak. no code changesDenys Vlasenko2009-09-041-3/+3
* telnetd: add -w ("inetd wait") option. Can be configured off.Denys Vlasenko2009-09-042-20/+57
* inetd: be more careful with syslog socket; other small fixesDenys Vlasenko2009-09-041-7/+18
* ethr-wake: can use ether_hostton on uclibc >= 0.9.30Denys Vlasenko2009-08-301-1/+4
* wget: strip trailing whitespace from e.g. "Content-length: 120 "Matthijs van de Water2009-08-221-1/+8
* udhcpc: if got IP successfully, disable -n for future renewalsJustin Maggard2009-08-131-0/+2
* randomconfig fixesDenys Vlasenko2009-08-083-8/+6
* nc: fix nc -ll; report vfork errors; make select loop fasterTomoya Adachi2009-08-031-20/+23
* tftp: add comment, no code changesDenys Vlasenko2009-07-251-5/+30
* tftp[d]: fix block# handling on upload with non-default blocksizeAtsushi Nemoto2009-07-241-39/+42
* tcpsvd,udpsvd: fix uid/gid printing when run with -uDenys Vlasenko2009-07-191-23/+23
* udhcpc: small simplificationDenys Vlasenko2009-07-191-4/+1
* typoDenys Vlasenko2009-07-191-1/+1
* udhcpc: add/edit comments, no code changesDenys Vlasenko2009-07-191-5/+13
* udhcpc: simplify manual renew (make it more similar to automatic one)Denys Vlasenko2009-07-191-37/+38
* remove trailing whitespaceDenys Vlasenko2009-07-152-2/+2
* fix fallout from BSD patchesDenys Vlasenko2009-07-102-9/+8
* udhcpd: fix a bug in add_lease where it was reading at [-1]Denys Vlasenko2009-07-074-21/+35
* Patches to enable FreeBSD buildDenys Vlasenko2009-07-053-3/+3
* fix dependencies of FEATURE_GETOPT_LONGDenys Vlasenko2009-07-041-1/+1
* udhcpc: support option 0x79 (static routes) (part of bug 341)Denys Vlasenko2009-07-033-1/+52
* udhcp: dname_dec may return NULL, account for that caseDenys Vlasenko2009-07-035-58/+66
* wget: remove IPv6 scope id in Host: field (apache compat)Denys Vlasenko2009-06-301-3/+51
* wget: fix redirection from HTTP to FTP serverDenys Vlasenko2009-06-281-137/+140
* wget: remove strange *&var construct.Denys Vlasenko2009-06-281-1/+1
* wget: code shrink by splitting main() into easier-to-optimize functionsDenys Vlasenko2009-06-281-161/+174
* udhcpc: fix a read error loop (e.g.: device is down) blocking TERMDenys Vlasenko2009-06-261-148/+151
* updates for supporting Linux kernel build and initrd utilitiesDenys Vlasenko2009-06-261-30/+91
* udhcp: fix trivial compile errorDenys Vlasenko2009-06-192-3/+3
* getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko2009-06-194-7/+7
* tweak Config texts and some broken English elsewhereDenys Vlasenko2009-06-181-5/+8
* udhcp: cosmetics in arpping.c, no code changesDenys Vlasenko2009-06-171-10/+6
* udhcp: convert old-style logging in print_static_leasesDenys Vlasenko2009-06-173-17/+22
* udhcp: logging improvements, field and variable renamesDenys Vlasenko2009-06-1711-134/+143