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
2023-07-10Update applet size estimatesDenys Vlasenko
2023-06-15libbb: code shrink: introduce and use [_]exit_FAILURE()Denys Vlasenko
2023-05-09cpio: tweak --helpDenys Vlasenko
2023-04-06libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko
2023-02-23unzip: document some options we might supportDenys Vlasenko
2023-02-22unzip: clear SUID/GID bits, implement -K to not clear themDenys Vlasenko
2022-11-29unzip -l: add missed big-endian conversions date and timePeter Kaestle
2022-08-30*: style fixDenys Vlasenko
2022-01-18libbb: shrink lineedit_read_key()Denys Vlasenko
2022-01-18fix "defined but not used" warningsDenys Vlasenko
2021-12-13libarchive/get_header_ar.c: fix extraction of archives from binutils in deter...Peter Korsgaard
2021-10-13cpio: add support for --renumber-inodes like GNU cpioAriadne Conill
2021-10-13cpio: add support for --ignore-devno like GNU cpioAriadne Conill
2021-10-11tar: prevent malicious archives with enormous long name sizes OOMing the machineDenys Vlasenko
2021-10-10*: add more beneficial NOINLINEsDenys Vlasenko
2021-10-08tar: improve comments, add FIXMEs. no code changesDenys Vlasenko
2021-09-17libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko
2021-08-29bzip: make ftab[] and crc32table[] member arrays of EState, do not allocateDenys Vlasenko
2021-08-22tar,smemcap: silence compiler warningRon Yorston
2021-08-22Regularize "NUL terminated input" --help textsDenys Vlasenko
2021-08-20tar,smemcap: commonalyze checksumming code for tar headerDenys Vlasenko
2021-08-02tar: exclude files before updating hardlink info listHarald van Dijk
2021-08-02tar: simplify addition of --exclude=GLOB to the expansion of -X EXCLFILEDenys Vlasenko
2021-06-23cpio: fix sscanf on unterminated bufferS Harris
2021-06-15unlzma: fix a case where we could read before beginning of bufferDenys Vlasenko
2021-06-15*: more --help tweaksDenys Vlasenko
2021-06-14*: --help tweaksDenys Vlasenko
2021-06-13*: more --help tweaks, mostly expanding ts --helpDenys Vlasenko
2021-06-13*: --help tweaksDenys Vlasenko
2021-06-03cpio: fix "cpio -d -p A/B/C"Denys Vlasenko
2021-05-03decompress_gunzip: simplify ERR_RET bit clearingDenys Vlasenko
2021-04-14unzip: add -tDenys Vlasenko
2021-04-14unzip: fix for .zip archives with >4GB fileDenys Vlasenko
2021-03-12decompress_gunzip: Fix DoS if gzip is corruptSamuel Sapalski
2021-01-01tar: add TODO about a bug with non-writable directories on extractDenys Vlasenko
2020-12-18help text tweaksDenys Vlasenko
2020-12-14libbb: add and use infrastructure for fixed page size optimizationDenys Vlasenko
2020-12-14libbb: create and use mmap() helpersDenys Vlasenko
2020-12-13help text tweaksDenys Vlasenko
2020-12-08tar: expand --helpDenys Vlasenko
2020-11-30decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-16archival: avoid std namespace for local includesJoachim Nilsson
2020-10-02tar: fix fallout of last_char_is(NULL) no longer being allowedDenys Vlasenko
2020-10-01libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko
2020-10-01gcc-9.x warning fixesDenys Vlasenko
2020-06-29dpkg: prevent important directories from being removedNorbert Lange
2020-06-25gzip -d with zcat enabled but gunzip disabled was misbehavingDenys Vlasenko
2020-06-24randomconfig fixesDenys Vlasenko
2020-04-29unzip: -d should create the dirLauri Kasanen