Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-18httpd: fix handling of range requests1_24_stableDenys Vlasenko
2016-03-21udhcp: fix a SEGV on malformed RFC1035-encoded domain nameDenys Vlasenko
2016-03-21udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer)Denys Vlasenko
2015-10-24Apply post-1.24.0 patches, bump version to 1.24.11_24_1Denys Vlasenko
2015-10-09use auto_string() where appropriate to kill a few staticsDenys Vlasenko
2015-10-09libbb: auto_string() for efficient handling of temporary malloced stirngsDenys Vlasenko
2015-10-08udhcpc: fix for some Android toolchain breakageDenys Vlasenko
2015-10-08iproute: more string reuseDenys Vlasenko
2015-10-08iproute: don't hardcode the path to config filesChristoph J. Thompson
2015-10-08ip: increased max ID for /etc/iproute2/rt_tables to 1023Denys Vlasenko
2015-10-08libiproute: use itoa() where appropriateDenys Vlasenko
2015-10-08join some common strings, -400 bytesDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-10-07wget: make it possible to have both SSL helpers configuredDenys Vlasenko
2015-10-07ifplugd: discovered why it needed net/ethernet.h: just for ETH_ALENDenys Vlasenko
2015-10-07ssl_helper: tweaks discovered while building 32-bit versionDenys Vlasenko
2015-10-07wget: make openssl/ssl_helper choice configurableDenys Vlasenko
2015-10-05Aboriginal linux/musl build fixesDenys Vlasenko
2015-08-25ping: fix recently introduced build breakage for non-optimizing buildsDenys Vlasenko
2015-08-24ifupdown: 'prio' should have been 'metric' in static_up and static_up6Alex Dowad
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko
2015-08-24Merge setsockopt error messagesDenys Vlasenko
2015-08-24traceroute: fix help textDenys Vlasenko
2015-08-16arping: make help text clearerDenys Vlasenko
2015-08-15ipcalc: fix trivial usage messageRon Yorston
2015-08-04zcip: tweak comments and make unsigned division more obviousDenys Vlasenko
2015-08-04zcip: another code shrinkDenys Vlasenko
2015-08-04zcip: code shrinkDenys Vlasenko
2015-08-04zcip: simplify codeDenys Vlasenko
2015-07-30udhcpc: dns labels can actually start with a numberArthur Gautier
2015-07-20libbb: add a function to make a copy of a region of memoryRon Yorston
2015-07-13Removes stray empty line from codeManinder Singh
2015-07-01ipaddress: better formatting, no code changesDenys Vlasenko
2015-07-01ip addr: support change and replace commandsMichael Tokarev
2015-05-25typo fixesManinder Singh
2015-05-24tc: fix print_rateDenys Vlasenko
2015-03-31ftpd: change_identity() must be after chroot()Denys Vlasenko
2015-03-22zcip: fix wrong comparison of source IP with our IPVladislav Grishenko
2015-03-22ifupdown: shrink a messageDenys Vlasenko
2015-03-22ifupdown: correct ifstate update during 'ifup -a'. Closes 6212Frank Bergmann
2015-03-12Use chomp to remove newlinesRon Yorston
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-03-12arping: fix iface name in error messagesAlexander Korolkov
2015-03-05ntpd: tweak help textDenys Vlasenko
2015-03-03inetd: fix order of array index check and array accessDenys Vlasenko
2015-03-02ntpd: chnage help text about -l to say that it doesn't disable client codeDenys Vlasenko
2015-02-18wget: fix --header to not append duplicate headersBernhard Reutner-Fischer
2015-02-18trivial code shrinkDenys Vlasenko
2015-02-04route: fix bogus read error when route table is emptyDenys Vlasenko
2015-02-03route: improve -A inet6Denys Vlasenko