aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ntpd: tweak commentsDenys Vlasenko2021-03-021-23/+9
| * ntpd: decrease INITIAL_SAMPLES from 4 to 3Denys Vlasenko2021-03-021-15/+12
* | Merge branch 'busybox' into mergeRon Yorston2021-03-015-258/+93
|\|
| * dnsd: check that we don't read past packetDenys Vlasenko2021-02-221-5/+12
| * udhcp: reuse stringsDenys Vlasenko2021-02-213-10/+14
| * ntpd: log responses to clients at log level 3Denys Vlasenko2021-02-211-0/+6
| * ntpd: without INITIAL_FREQ_ESTIMATION code, state variable is not needed tooDenys Vlasenko2021-02-211-52/+36
| * ntpd: remove unused USING_INITIAL_FREQ_ESTIMATION codeDenys Vlasenko2021-02-211-182/+2
| * ntpd: increase loglevel to 3 for "poll:32s sockets:0 interval:64s" messageDenys Vlasenko2021-02-211-1/+1
| * udhcpc: clarify bcast/unicast sends in logs, include server IDDenys Vlasenko2021-02-201-8/+22
* | Merge branch 'busybox' into mergeRon Yorston2021-02-056-17/+14
|\|
| * libbb: introduce and use fputs_stdoutRon Yorston2021-02-035-16/+13
| * traceroute: fix option parsingDenys Vlasenko2021-02-021-1/+1
* | tls: avoid unnecessary changes to POSIX build, part 2Ron Yorston2021-01-251-1/+1
* | tls: avoid unnecessary changes to POSIX buildRon Yorston2021-01-241-6/+0
* | nc: alter conditional compilationRon Yorston2021-01-241-7/+55
* | Merge branch 'busybox' into mergeRon Yorston2021-01-1439-670/+804
|\|
| * Fix traceroute applet on the FreeBSDAlex Samorukov2021-01-041-3/+8
| * Fix ping build on the FreeBSDAlex Samorukov2021-01-041-0/+38
| * Fix ntpd compilcation on the FreeBSDAlex Samorukov2021-01-041-0/+7
| * Fix httpd compilation on the FreeBSDAlex Samorukov2021-01-041-0/+5
| * udhcpc: Add support to change default interface nameAndre Kalb2021-01-013-4/+12
| * tls: code shrinkDenys Vlasenko2021-01-011-17/+11
| * nslookup: do not print "No answer" for NODATA replies, closes 13006Denys Vlasenko2020-12-311-6/+22
| * libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko2020-12-303-4/+4
| * *: use fopen helpers where appropriateDenys Vlasenko2020-12-301-1/+1
| * httpd: fix offset for sendfileMaxim Storchak2020-12-291-3/+3
| * libiproute: band-aid for old uclibc missing IFA_FLAGSDenys Vlasenko2020-12-291-1/+6
| * randomconfig fixesDenys Vlasenko2020-12-293-1/+11
| * ping6: add -w/-W NUM to --helpDenys Vlasenko2020-12-201-6/+10
| * ping: fix -wN to not think that one packet is always lostDenys Vlasenko2020-12-201-5/+4
| * tftp: fix --helpDenys Vlasenko2020-12-191-1/+1
| * route: code shrinkDenys Vlasenko2020-12-191-33/+26
| * help text tweaks, mainly expanding one for routeDenys Vlasenko2020-12-184-19/+22
| * help text: use -P PORT formDenys Vlasenko2020-12-183-6/+6
| * help text tweaksDenys Vlasenko2020-12-184-25/+20
| * traceroute: fix --help textDenys Vlasenko2020-12-171-23/+25
| * traceroute: avoid collecting target local address if !VERBOSEDenys Vlasenko2020-12-171-2/+32
| * libbb: introduce and use xsettimeofday()Denys Vlasenko2020-12-161-2/+1
| * tweak help textsDenys Vlasenko2020-12-161-8/+0
| * ntpd: allow non-root to run it (e.g. with -w option)Denys Vlasenko2020-12-151-3/+0
| * udhcpc6: code shrink - sending functions do not need ifindex parameterDenys Vlasenko2020-12-153-25/+19
| * udhcp: bind to device even for ucast packetsMichal Kazior2020-12-154-4/+23
| * tls: code shrink in AES codeDenys Vlasenko2020-12-151-3/+3
| * help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko2020-12-131-1/+1
| * more --help text tweaksDenys Vlasenko2020-12-131-2/+2
| * help text tweaksDenys Vlasenko2020-12-131-1/+1
| * traceroute: code shrinkDenys Vlasenko2020-12-131-10/+11
| * traceroute: even with -v, don't show other ping processes reply'sDenys Vlasenko2020-12-132-2/+21
| * traceroute: simpler hexdump()Denys Vlasenko2020-12-131-9/+5