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-06-15libbb: code shrink: introduce and use [_]exit_FAILURE()Denys 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-13*: more --help tweaks, mostly expanding ts --helpDenys Vlasenko
2020-12-08tar: expand --helpDenys Vlasenko
2020-10-01libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko
2020-10-01gcc-9.x warning fixesDenys Vlasenko
2019-10-25tar: fix fallout of: change -a from meaning "lzma" to mean "autodetect by ext...Denys Vlasenko
2019-08-02tar: change -a from meaning "lzma" to mean "autodetect by extension"Denys Vlasenko
2019-08-01tar: code shrinkDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2018-11-27tar: fix too eager autodetection, closes 11531Denys Vlasenko
2018-08-04tar: fix a thinko in prev commit - we need to copy to _unused_ fdDenys Vlasenko
2018-08-04tar: handle the case when opened created tarball happens to have fd#0Denys Vlasenko
2018-08-04tar: make source code a bit more terse, no logic changesDenys Vlasenko
2018-05-22tar: fix interaction of delayed symlink and hardlink creationHarald van Dijk
2018-04-07tar: trim help textDenys Vlasenko
2018-03-16tar: add -o and -k to short --help tooDenys Vlasenko
2018-03-16tar: add -k and -o to --helpDenys Vlasenko
2018-02-20tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko
2017-11-13tar: code shrinkDenys Vlasenko
2017-11-13tar: code shrink, better help textDenys Vlasenko
2017-11-11tar: improve help textDenys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-08-23tar: fix handling of first argument without '-'Ron Yorston
2017-08-10libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1Denys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-08-04getopt32: move support for "always treat first arg as option" to users (tar/ar)Denys Vlasenko
2017-07-24tar: postpone creation of symlinks with "suspicious" targets. Closes 8411Denys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-06-13tar: add IF_FEATURE_* checksMing Liu
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-06-19randomconfig fixesDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-10-22tar: implement --version for buildrootDenys Vlasenko
2015-10-22tar: add support for --strip-components=NDenys Vlasenko
2014-12-22randomconfig fixesDenys Vlasenko
2014-12-11tar: fix "tar -cJ" ignoring -J option. closes 7706Denys Vlasenko
2014-12-07libarchive: add capability to unpack to mem.bufferDenys Vlasenko
2014-12-07Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko
2014-02-02zcat: complain if input is not compressedDenys Vlasenko
2013-11-19tar: prevent empty file to be treated as valid tarballDenys Vlasenko
2013-11-14archival/*: move "config:" snippets into .c filesDenys Vlasenko