libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confirmation
[oweals/busybox.git] / archival /
2018-04-01 Denys Vlasenkolibbb: new function bb_die_memory_exhausted
2018-03-30 Natanael Copacpio: extract "unsafe" symlinks the same way tar/unzip...
2018-03-16 Denys Vlasenkotar: add -o and -k to short --help too
2018-03-16 Denys Vlasenkotar: add -k and -o to --help
2018-02-20 Denys Vlasenkotar,unzip: postpone creation of symlinks with "suspicio...
2018-02-07 Denys Vlasenkobzip2: expose tuning knob for faster/smaller code
2018-02-06 Denys Vlasenkounzip: do not set directory mode to 0777
2018-02-06 Denys Vlasenkoar: hopefully fix out-of-bounds read in get_header_ar()
2018-02-04 Denys Vlasenkobzip2: work around bad compiler optimization
2018-02-03 Denys Vlasenkogunzip: fix from gzip-1.3.12 for gzip file with all...
2018-02-03 Denys Vlasenkobzip2: move runningOrder[] back to stack - 256 bytes...
2018-02-03 Denys Vlasenkobzip2: move ->origPtr out of struct EState, make a...
2018-02-03 Denys Vlasenkobzip2: pass sorting params through EState* pointer
2018-02-03 Denys Vlasenkogzip2: small simplification in mainSimpleSort()
2018-02-03 Denys Vlasenkobzip2: a few more locals converted to generic types
2018-02-03 Denys Vlasenkobzip2: eliminate one parameter to mainQSort3()
2018-02-03 Denys Vlasenkobzip2: small simplification in mainSort()
2018-02-03 Denys Vlasenkobzip2: convert some locals to unsigned's
2018-02-03 Denys Vlasenkobzip2: runningOrder[] values are always 0..255, make...
2018-02-03 Denys Vlasenkobzip2: remove redundant clearing of an alredy unset bit
2018-02-03 Denys Vlasenkobzip2: eliminate write-only local numQSorted
2018-02-03 Denys Vlasenkobzip2: make locals in mainSort() saner, convert one...
2018-02-03 Denys Vlasenkobzip2: remove redundant loop termination check in mainS...
2018-02-03 Denys Vlasenkobzip2: reduce indentation, no code changes
2018-02-03 Denys Vlasenkobzip2: reuse zPend processing code
2018-02-03 Denys Vlasenkobzip2: shrink makeMaps_e()
2018-02-03 Denys Vlasenkobzip2: optimize zPend variable code
2018-02-03 Denys Vlasenkobzip2: have two separate "store bit 0" and "store bit...
2018-02-03 Denys Vlasenkobzip2: ~1% speedup by special-casing "store 1 bit"...
2018-02-03 Denys Vlasenkobzip2: rewrite bit of code which depends on integer...
2018-02-03 Denys Vlasenkobzip2: delete write-only fave[] array
2018-02-03 Denys Vlasenkobgip2: fewer specifically-sized [u]int32_t's locals...
2018-02-03 Denys Vlasenkobzip2: code shrink
2018-02-03 Denys Vlasenkobzip2: code shrink
2018-02-02 Denys Vlasenkobzip2: code shrink
2018-02-01 Denys Vlasenkolibbb: commonalize a bit of little-endian CRC32 table...
2018-02-01 Denys Vlasenkolibarchive: move bbunpack constants to bb_archive.h
2018-02-01 Denys Vlasenkolzop: code shrink
2018-02-01 Denys Vlasenkounlzop: fix --help: it has -U instead of -k
2018-02-01 Denys Vlasenkobzip2: code shrink, stop using global data variable
2018-01-31 Denys Vlasenkogzip: "compressed_len" is unused, stop wasting code...
2018-01-31 Denys Vlasenkogzip: remove unnecessary forward declarations, no code...
2018-01-31 Denys Vlasenkogzip: flush output buffer after stored blocks only...
2018-01-31 Denys Vlasenkogzip: flush output buffer after stored blocks, they...
2018-01-31 Denys Vlasenkogzip: make debugging of bits_sent less ugly, no code...
2018-01-31 Denys Vlasenkogzip: code shrink
2018-01-31 Denys Vlasenkogzip: code shrink
2018-01-31 Denys Vlasenkogzip: code shrink
2018-01-31 Denys Vlasenkogzip: code shrink and speedup
2018-01-30 Denys Vlasenkogzip: optionally faster put_32bit()
2018-01-30 Denys Vlasenkogzip: speed up send_bits()
2018-01-30 Denys Vlasenkogzip: use "unsigned" type for bit fields and bit counts
2018-01-30 Denys Vlasenkogzip: use wider (32-bit, not 16) bi_buf
2018-01-30 Denys Vlasenkogzip: code shrink
2018-01-30 Denys Vlasenkogzip: code shrink
2018-01-30 Denys Vlasenkogzip: code shrink (consolidate zeroing on reinit)
2018-01-27 Denys Vlasenkotar: accomodate non-terminated tar.chksum fields as...
2018-01-25 Denys Vlasenkogzip: fix debug code. Closes 10681
2017-11-13 Denys Vlasenkotar: code shrink
2017-11-13 Denys Vlasenkotar: code shrink, better help text
2017-11-10 Denys Vlasenkotar: improve help text
2017-11-09 Eugene Rudoyunzip: add missing -j to trivial usage
2017-11-09 Eugene Rudoyunzip: fix content listing and filtering when -j is...
2017-10-27 Denys Vlasenkounlzma: fix SEGV, closes 10436
2017-10-22 Denys Vlasenkobunzip2: fix runCnt overflow from bug 10431
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-09-18 Denys Vlasenkoregularize format of source file headers, no code changes
2017-08-23 Ron Yorstontar: fix handling of first argument without '-'
2017-08-22 Ron Yorstonlibarchive: fix build failure on NOMMU systems
2017-08-22 Denys Vlasenkorpm,rpm2cpio: do not compile not-configurred parts...
2017-08-10 Denys Vlasenkorpm,rpm2cpio: INIT_G() was missing (it is a nop here...
2017-08-10 Denys Vlasenkolibarchive: do not extract unsafe symlinks unless ...
2017-08-10 Denys Vlasenkorpm2cpio: handle LZMA compressed rpms. closes 10166
2017-08-10 Denys Vlasenkorpm2cpio: use rpm_gettags
2017-08-10 Denys Vlasenkorpm: prepare rpm_gettags for reuse in rpm2cpio
2017-08-10 Denys Vlasenkorpm,rpm2cpio: put both sources into one file, no code...
2017-08-09 Denys Vlasenkorpm: code shrink
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-08-08 Denys Vlasenkogetopt32: remove applet_long_options
2017-08-07 Denys Vlasenkounxz: get_le32 macro is obviously wrong
2017-08-04 Denys Vlasenkogetopt32: move support for "always treat first arg...
2017-08-02 Denys Vlasenkoconfig: do not use `a' quoting in help texts
2017-07-27 Natanael Copaunzip: fix regression on big-endian machines
2017-07-24 Denys Vlasenkotar: postpone creation of symlinks with "suspicious...
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-20 Denys Vlasenkolibarchive: FEATURE_LZMA_FAST should be visible if...
2017-07-20 Denys Vlasenkounzip: sanitize filename length: malloc(1234mb) is...
2017-07-20 Denys Vlasenkounzip: implement -j, closes 9126
2017-07-20 Denys Vlasenkounzip: robustify overwrite checks
2017-07-20 Denys Vlasenkounzip: support symlinks. Closes 10031
2017-07-20 Denys Vlasenkobzcat,zcat: simplify code if gunzip/bunzip2 is not...
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-07-15 Denys VlasenkoMove get_unaligned_le32() macros to platform.h
2017-07-11 Denys Vlasenkounzip: TODO for symlink support
2017-07-05 Peter Korsgaarddpkg: fix CONFIG_FEATURE_CLEAN_UP handling
2017-07-04 Denys Vlasenkobzcat: compile bunzip2_main() if BZCAT.
2017-07-03 Denys Vlasenkofixes for bugs found by make_single_applets.sh
2017-06-15 Denys Vlasenkoarchival: add option -k "keep" to gzip/bzip2/lzop,...
2017-06-15 Denys Vlasenkofix "ifdef ENABLE_foo": should always be "#if ENABLE_foo"
next