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
2019-10-25Bump version to 1.31.11_31_11_31_stableDenys Vlasenko
2019-10-21dpkg-deb: work around bogus error message when working with XZ compressed pac...Denys Vlasenko
2019-10-21telnet: fix uninitialized variable bugDenys Vlasenko
2019-10-21ash: fix BASE##nn bashism for bases 36..64Denys Vlasenko
2019-10-21ash: fix BASE##nn bashism to accept letter 'digits' for bases > 9Denys Vlasenko
2019-10-21wget: increase redirections limitDavid Demelier
2019-10-21hush: fix "set -o INVALID" affecting -e flag stateDenys Vlasenko
2019-10-21dc: Parse error & fix out of bounds read in xc_program_printStringBrian Foley
2019-10-21dc: Fix segfault when executing strings generated using asciifyBrian Foley
2019-10-21dc: execute shouldn't pop if stack head is not a stringBrian Foley
2019-10-21ash: fix set -o to not show "nameless" optionsDenys Vlasenko
2019-10-21ash: only catch unexpected exceptions in PS1 expansionRon Yorston
2019-06-10Bump version to 1.31.01_31_0Denys Vlasenko
2019-06-10mount,losetup: use /dev/loop-control is it existsDenys Vlasenko
2019-06-09start-stop-daemon: change priority before dropping privilegesAitor Esteve Alvarado
2019-06-09tftp: allow -lc and -cl optionsDenys Vlasenko
2019-06-09tftpd: revert erroneous changeDenys Vlasenko
2019-06-09tftp: optional tftp-hpa compatDenys Vlasenko
2019-06-09expand: add commented-out code to handle NULsDenys Vlasenko
2019-06-08expand,unexpand: drop broken test, add FIXME commentDenys Vlasenko
2019-06-08awk: fix testsuiteDenys Vlasenko
2019-06-08bc: placate compiler warningsDenys Vlasenko
2019-06-08vi: code shrinkDenys Vlasenko
2019-06-08bc: placate compiler warningsDenys Vlasenko
2019-06-08brctl: placate compiler warningsDenys Vlasenko
2019-06-08blockdev: add usage comment, no code changesDenys Vlasenko
2019-06-07httpd: .js is "application/javascript", not "application/x-javascript"Denys Vlasenko
2019-06-07passwd: do not set 0 as date of last password change, closes 11951Denys Vlasenko
2019-06-07httpd: add js to built in MIME types listDenys Vlasenko
2019-06-07httpd: add svg to built in MIME types listVicente Jimenez Aguilar
2019-06-07lpd: avoid SEGVing on immediate EOF from peerDenys Vlasenko
2019-06-03libbb: move netlink socket binding to the utility functionDenys Vlasenko
2019-06-03mdev: add support to run as daemonJan Klötzke
2019-06-03mdev: use option parser helperJan Klötzke
2019-06-03mdev: move action processing into separate functionsJan Klötzke
2019-06-03ash,hush: show 'c' in $- if run in "sh -c CMD"Denys Vlasenko
2019-06-01ash: allocate line editing structure only if neededDenys Vlasenko
2019-06-01dhcp: downgrade "got raw socket fd" message to log3, make log2 default maxDenys Vlasenko
2019-06-01dhcp: get rid of static data signal_pipeDenys Vlasenko
2019-05-30udhcp: rename server_config to server_dataDenys Vlasenko
2019-05-30losetup: Add partition scanning optionJack O'Sullivan
2019-05-26udhcp: rename client_config to client_data, server_config to server_dataDenys Vlasenko
2019-05-26udhcpc6: Fixed aliasing compilation errorMartin Lewis
2019-05-26shell: move all definitions of strto_arith_t() togetherDenys Vlasenko
2019-05-26ls: fix SEGV when --color is used and ENABLE_LS_COLOR=nDenys Vlasenko
2019-05-26testsuite: fix bunzip2.tests expectationsDenys Vlasenko
2019-05-26comment fixDenys Vlasenko
2019-05-26libarchive: treat one "FIXME: avoid seek", take 2Denys Vlasenko
2019-05-26dhcp: get rid of last global dataDenys Vlasenko
2019-05-24libarchive: treat one "FIXME: avoid seek"Denys Vlasenko