aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2013-01-14ntpd: fix incorrect m_status field in outgoing packets. Closes 5120Paul Marks
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2012-12-26ifenslave: fix missing close parenMike Frysinger
2012-12-19CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile
2012-11-09ifupdown: code shrinkDenys Vlasenko
2012-11-05ifupdown: remove unused errno assignmentsDenys Vlasenko
2012-11-05ifupdown: simple code shrinkDenys Vlasenko
2012-09-29brctl: fix description and usageNicolas Thill
2012-09-27udhcpc[6]: allow discover_retries == 0 (infinite)Felix Fietkau
2012-09-17ushcpc: gracefully handle packets with CHECKSUM_PARTIALAlexey Froloff
2012-09-17telnet: convert Enter -> CR LF in line mode tooDenys Vlasenko
2012-09-17telnet: shrink literal string sizeDenys Vlasenko
2012-09-13telnet: convert CR -> CR LF, not CR -> CR NUL when sending data to serverDenys Vlasenko
2012-09-03wget: reorder fread and poll: poll only if fread returns EAGAIN. Closes 5426Denys Vlasenko
2012-09-03httpd_indexcgi.c: fix compile failureDenys Vlasenko
2012-09-03Fix compile failure in ll_proto.cDenys Vlasenko
2012-09-02ll_proto.c: code shrinkDenys Vlasenko
2012-09-02style fixes, no code changesDenys Vlasenko
2012-08-16wget: try reading after poll timeout - stdio may have buffered data. Closes 5426Denys Vlasenko
2012-08-10udhcp[cd]: fix binding to network aliases. Closes 5432, 5438Denys Vlasenko
2012-07-27udhcpc: make -O <numeric_opt> work. Closes 5402Denys Vlasenko
2012-07-26Add yet another missing ALIGN2 on a global declaration.Denys Vlasenko
2012-07-24dhcpd: write lease file on exitDenys Vlasenko
2012-07-24*: declare strings with ALIGN1, as appropriateMichael Tokarev
2012-07-18tftpd: fix -u USER to work with chroot. Closes 5348Denys Vlasenko
2012-07-11ftpd: free allocated string on error pathDenys Vlasenko
2012-07-11ftpd: fix MDTM's month value. Closes 5336Denys Vlasenko
2012-07-05include sys/resource.h where neededMike Frysinger
2012-06-17wget: fix wget-supports--P testsuite failure. Closes 4940Denys Vlasenko
2012-06-17config: do not refer to HTTPS for wgetPierre Carrier
2012-06-17wget: make -c _not_ truncate the fileDenys Vlasenko
2012-06-13wget: correctly handle failure to -c (continue)Denys Vlasenko
2012-06-13wget: add dummy --no-cacheVladimir Dronnikov
2012-06-12su: do not change to home dir unless -lPascal Bellard
2012-06-11ntpd: on time step, kill all outstanding replies from other peersDenys Vlasenko
2012-06-10inetd: fix build failure in AndroidTias Guns
2012-06-10brctl: fix build failure by s/strtotimeval/bb_strtotimeval/ (android has strt...Denys Vlasenko
2012-06-03ifplugd: tweak help textDenys Vlasenko
2012-06-02udhcpc[6]: show select timeout in logDenys Vlasenko
2012-05-02udhcpc6: depend on ipv6Mike Frysinger
2012-04-23ifupdown: improve compatibility with DebianAndreas Oberritter
2012-04-22udhcpc: fix improper size calculation for OPTION_STRING_HOSTDenys Vlasenko
2012-04-20fix build breakage found by randconfigDenys Vlasenko
2012-04-17udhcp: make arpping code resistant to time jumpsDenys Vlasenko
2012-04-03httpd: emit correct content length on range requests past the end. Closes 4952Rob Walker
2012-04-01hostname: make -i not emit extra trailing spaceDenys Vlasenko
2012-04-01ntpd: fix build failure if !NTPD_SERVER. Closes 4994Denys Vlasenko
2012-03-19ftp{get,put}: tweak help textDenys Vlasenko
2012-03-19nc: support "-<other_opts>e PROG" form of -e optionDenys Vlasenko