aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* tftp: another small tweakDenys Vlasenko2009-11-081-4/+4
* tftpd: slight correction to progress bar codeDenys Vlasenko2009-11-081-6/+8
* tftp: add optiona support for progress barMagnus Damm2009-11-082-18/+84
* tftp: extend tsize support a littleMagnus Damm2009-11-081-39/+57
* wget: factor out progress bar codeMagnus Damm2009-11-081-121/+6
* ifplugd: small optimizationDenys Vlasenko2009-11-071-1/+2
* dumpleases: unicode spportTomas Heinrich2009-11-051-0/+8
* udhcpc: log script parameter tooDenys Vlasenko2009-11-021-1/+1
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-029-12/+12
* httpd_indexcgi: fix off-by-one errorDenys Vlasenko2009-10-271-1/+1
* fix up potential printf's with unsafe format stringsDenys Vlasenko2009-10-241-1/+1
* ftpget/put: make 3rd parameter optionalVladimir Dronnikov2009-10-231-2/+2
* ifplugd: fix compile errorDenys Vlasenko2009-10-231-1/+1
* small optimizations of toupper/tolowerDenys Vlasenko2009-10-231-10/+6
* networking/interface.c: tiny code shrinkDenys Vlasenko2009-10-221-9/+9
* randomconfig fixesDenys Vlasenko2009-10-191-1/+3
* ifup: make /etc/network/interfaces parser tolerant to trailing spacesDenys Vlasenko2009-10-161-1/+4
* libiproute/*: code shrinkDenys Vlasenko2009-10-1311-61/+68
* 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