aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ftpd: fix MDTM's month value. Closes 5336Denys Vlasenko2012-07-111-1/+1
* include sys/resource.h where neededMike Frysinger2012-07-053-0/+3
* wget: fix wget-supports--P testsuite failure. Closes 4940Denys Vlasenko2012-06-171-6/+4
* config: do not refer to HTTPS for wgetPierre Carrier2012-06-171-2/+2
* wget: make -c _not_ truncate the fileDenys Vlasenko2012-06-171-2/+14
* wget: correctly handle failure to -c (continue)Denys Vlasenko2012-06-131-0/+16
* wget: add dummy --no-cacheVladimir Dronnikov2012-06-131-10/+16
* su: do not change to home dir unless -lPascal Bellard2012-06-121-1/+1
* ntpd: on time step, kill all outstanding replies from other peersDenys Vlasenko2012-06-111-20/+30
* inetd: fix build failure in AndroidTias Guns2012-06-101-0/+1
* brctl: fix build failure by s/strtotimeval/bb_strtotimeval/ (android has strt...Denys Vlasenko2012-06-101-2/+2
* ifplugd: tweak help textDenys Vlasenko2012-06-031-3/+3
* udhcpc[6]: show select timeout in logDenys Vlasenko2012-06-022-2/+2
* udhcpc6: depend on ipv6Mike Frysinger2012-05-021-4/+5
* ifupdown: improve compatibility with DebianAndreas Oberritter2012-04-231-8/+12
* udhcpc: fix improper size calculation for OPTION_STRING_HOSTDenys Vlasenko2012-04-221-0/+1
* fix build breakage found by randconfigDenys Vlasenko2012-04-203-2/+8
* udhcp: make arpping code resistant to time jumpsDenys Vlasenko2012-04-171-2/+7
* httpd: emit correct content length on range requests past the end. Closes 4952Rob Walker2012-04-031-1/+1
* hostname: make -i not emit extra trailing spaceDenys Vlasenko2012-04-011-1/+1
* ntpd: fix build failure if !NTPD_SERVER. Closes 4994Denys Vlasenko2012-04-011-10/+13
* ftp{get,put}: tweak help textDenys Vlasenko2012-03-191-17/+17
* nc: support "-<other_opts>e PROG" form of -e optionDenys Vlasenko2012-03-191-14/+29
* ntpd: make "reply from IP" messages more uniformDenys Vlasenko2012-03-081-1/+1
* ntpd: drop offset averaging codeDenys Vlasenko2012-03-081-23/+60
* tftpd: chroot to DIR, not merely chdir. Closes 4874Denys Vlasenko2012-03-081-2/+3
* libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko2012-03-081-2/+1
* ntpd: tweak log messages formatDenys Vlasenko2012-03-061-4/+4
* ntpd: fix a case when discipline_jitter = 0 if we stepDenys Vlasenko2012-03-051-17/+13
* ntpd: experimental code to correct frequency a bit more aggressivelyDenys Vlasenko2012-03-051-23/+29
* ntpd: fix the "are we a server" check in previous commitDenys Vlasenko2012-03-031-1/+1
* ntpd: avoid printing messages between send and recv. good for fast networksDenys Vlasenko2012-03-031-7/+30
* ntpd: log clock drift with three digits after decimal pointDenys Vlasenko2012-03-021-2/+2
* ntpd: log jitter on update too; increase assumed clock precision x2 - to 2msDenys Vlasenko2012-03-021-17/+28
* ntpd: fix offset adjustment after step; better step printingDenys Vlasenko2012-02-281-17/+23
* ntpd: increase OPT_qq constant to not collide with -LDenys Vlasenko2012-02-231-14/+14
* ifupdown: support metric for static default gwNatanael Copa2012-02-191-4/+4
* httpd: make byte ranges which start at 0 work too. Closes 4766Denys Vlasenko2012-02-191-6/+7
* httpd: fix sendfile of files larger than 2 Gb. Closes 4754Denys Vlasenko2012-02-041-1/+1
* httpd: fix MD5-encrypted-in-httpd.conf password logicDenys Vlasenko2012-02-012-27/+39
* vconfig: fix help text; small code shrink. Closes 4658Denys Vlasenko2012-01-161-55/+41
* httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is usedDenys Vlasenko2011-12-192-19/+34
* wget: fix use-after-free on redirectDenys Vlasenko2011-12-181-2/+4
* libbb: remove is_directory's argument which is always NULLDenys Vlasenko2011-12-181-3/+3
* httpd: remove redundant NULL assignment and save one strrchr. -8 bytesDenys Vlasenko2011-12-181-8/+11
* udhcp: finish support of classless static routes (now the correct patch!)Michael McTernan2011-12-161-18/+37
* vconfig: remove /proc/net/vlan/config checkPaulius Zaleckas2011-12-161-6/+0
* httpd: fix /../ sanitization (had one extra semicolon). rewrote itDenys Vlasenko2011-12-161-13/+19
* *: style fixes. no code changesDenys Vlasenko2011-12-151-2/+2
* ifupdown: remove interface from state_list if iface_up failsLauri Hintsala2011-12-151-1/+1