hush: set default PS1/2 only if we interactive
[oweals/busybox.git] / archival /
2018-12-28 Denys Vlasenkoconfig: dpkg_deb should be dpkg-deb
2018-12-28 Denys Vlasenkoconfig: more tweaks
2018-12-28 Denys Vlasenkoconfig: update size information
2018-12-27 Denys Vlasenkorandomconfig fixes
2018-11-27 Ron Yorstonhush: allow hush to run embedded scripts
2018-11-27 Denys Vlasenkotar: skip 'V' headers (GNU volume label), closes 11526
2018-11-27 Denys Vlasenkounlzma: fix too-eager corruption check
2018-11-27 Denys Vlasenkotar: fix too eager autodetection, closes 11531
2018-11-02 Denys Vlasenkoremove FAST_FUNC on a static function
2018-11-02 Ron Yorstonlibarchive: add a function to unpack embedded data
2018-11-01 Denys Vlasenkoash: allow shell scripts to be embedded in the binary
2018-09-30 Denys Vlasenkounzip: use printable_string() for printing filenames
2018-08-04 Denys Vlasenkotar: fix a thinko in prev commit - we need to copy...
2018-08-04 Denys Vlasenkotar: handle the case when opened created tarball happen...
2018-08-04 Denys Vlasenkotar: make source code a bit more terse, no logic changes
2018-07-24 Denys Vlasenkogzip: unbreak FEATURE_GZIP_LEVELS, closes 11171
2018-07-06 Denys Vlasenkocpio: if longopts are enabled, accept --null (synonym...
2018-07-06 Denys Vlasenkotweak help texts
2018-06-06 Kartik Agaramrestore documentation on the build config language
2018-05-25 Denys Vlasenkounlzma: close another SEGV possibility
2018-05-22 Harald van Dijktar: fix interaction of delayed symlink and hardlink...
2018-04-24 Denys Vlasenkounlzma: do emit the error message on bad input, when...
2018-04-19 Denys Vlasenkounlzma: fix another SEGV case
2018-04-15 Denys Vlasenkoar: stop using static data
2018-04-13 Denys Vlasenkodpkg: fix symlink creation, closes 10941
2018-04-08 Denys Vlasenkounlzma: fix segfault on bad archive
2018-04-08 Denys Vlasenkobzip2: fix two crashes on corrupted archives
2018-04-08 Denys Vlasenkolzop: remove method checks which are always true/false
2018-04-08 Denys Vlasenkolzop: buffer several 32-bit writes when we start a...
2018-04-08 Denys Vlasenkolzop: reuse strings
2018-04-08 Denys Vlasenkolzop: checksum reads do not need to be checksummed
2018-04-08 Denys Vlasenkolzop: don't support ancient versions < 0.94 (15 Oct...
2018-04-08 Denys Vlasenkolzop: code shrink by using header_t matching on-disk...
2018-04-07 Denys Vlasenkotar: trim help text
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
next