February 2018 Archives by author
Starting: Thu Feb 1 00:00:58 UTC 2018
Ending: Wed Feb 28 21:46:34 UTC 2018
Messages: 142
- [git commit] bzip2: code shrink, stop using global data variable
Denys Vlasenko
- [git commit] unlzop: fix --help: it has -U instead of -k
Denys Vlasenko
- [git commit] lzop: code shrink
Denys Vlasenko
- [git commit] libarchive: move bbunpack constants to bb_archive.h
Denys Vlasenko
- [git commit] cp: implement -T
Denys Vlasenko
- [git commit] udhcpd: use ptr_to_globals for its lone global data (g_leases)
Denys Vlasenko
- [git commit] libbb: commonalize a bit of little-endian CRC32 table generation code
Denys Vlasenko
- [git commit] cksum: code shrink
Denys Vlasenko
- [git commit] bzip2: code shrink
Denys Vlasenko
- [git commit] bzip2: code shrink
Denys Vlasenko
- [git commit] bzip2: code shrink
Denys Vlasenko
- [git commit] bgip2: fewer specifically-sized [u]int32_t's locals in sendMTFValues
Denys Vlasenko
- [git commit] bzip2: delete write-only fave[] array
Denys Vlasenko
- [git commit] bzip2: rewrite bit of code which depends on integer overflow
Denys Vlasenko
- [git commit] bzip2: ~1% speedup by special-casing "store 1 bit" function
Denys Vlasenko
- [git commit] bzip2: have two separate "store bit 0" and "store bit 1" functions
Denys Vlasenko
- [git commit] bzip2: optimize zPend variable code
Denys Vlasenko
- [git commit] bzip2: shrink makeMaps_e()
Denys Vlasenko
- [git commit] bzip2: reuse zPend processing code
Denys Vlasenko
- [git commit] bzip2: reduce indentation, no code changes
Denys Vlasenko
- [git commit] bzip2: remove redundant loop termination check in mainSort()
Denys Vlasenko
- [git commit] bzip2: make locals in mainSort() saner, convert one of them from uint16 to unsigned
Denys Vlasenko
- [git commit] bzip2: eliminate write-only local numQSorted
Denys Vlasenko
- [git commit] bzip2: remove redundant clearing of an alredy unset bit
Denys Vlasenko
- [git commit] bzip2: runningOrder[] values are always 0..255, make it uint8
Denys Vlasenko
- [git commit] bzip2: convert some locals to unsigned's
Denys Vlasenko
- [git commit] bzip2: small simplification in mainSort()
Denys Vlasenko
- [git commit] bzip2: eliminate one parameter to mainQSort3()
Denys Vlasenko
- [git commit] bzip2: a few more locals converted to generic types
Denys Vlasenko
- [git commit] gzip2: small simplification in mainSimpleSort()
Denys Vlasenko
- [git commit] bzip2: pass sorting params through EState* pointer
Denys Vlasenko
- [git commit] bzip2: move ->origPtr out of struct EState, make a few members smaller
Denys Vlasenko
- [git commit] bzip2: move runningOrder[] back to stack - 256 bytes is not much
Denys Vlasenko
- [git commit] gunzip: fix from gzip-1.3.12 for gzip file with all zero length codes
Denys Vlasenko
- [git commit] ftpd: switch to mallced "globals"
Denys Vlasenko
- [git commit] ftpgetput: preparations for ESPV support, no code changes
Denys Vlasenko
- [git commit] ftpgetput: add EPSV support (PASV-like thing for IPv6)
Denys Vlasenko
- [git commit] ftpd: fix aliasing warning from gcc-6.1.1
Denys Vlasenko
- [git commit] bzip2: work around bad compiler optimization
Denys Vlasenko
- [git commit] ftpd: handle restarts past 2147483647 bytes. closes 10741
Denys Vlasenko
- [git commit] tls: fix hash calculations if client cert is requested and sent
Denys Vlasenko
- [git commit] wget: preparations for ftps:// support (block move, no code changes)
Denys Vlasenko
- [git commit] wget: initial support for ftps://
Denys Vlasenko
- [git commit] wget: add EPSV support
Denys Vlasenko
- [git commit] fix a thinko in parse_pasv_epsv.c
Denys Vlasenko
- [git commit] ar: hopefully fix out-of-bounds read in get_header_ar()
Denys Vlasenko
- [git commit] unzip: do not set directory mode to 0777
Denys Vlasenko
- [git commit] fix compile failure in previous commit
Denys Vlasenko
- [git commit] wget: attempt to negotiate encrypted data ftps stream ("PROT P")
Denys Vlasenko
- [git commit] bzip2: expose tuning knob for faster/smaller code
Denys Vlasenko
- [git commit] udhcp: do not setlinebuf(stdout), we don't print to stdout anymore
Denys Vlasenko
- [git commit] libbb: shrink wget/tftp progress indicator code for 32-bit
Denys Vlasenko
- [git commit] libbb: shrink wget/tftp progress indicator code a bit more
Denys Vlasenko
- [git commit] wget: do not ask for TLS-encrypted downloads on plain ftp:// URLs
Denys Vlasenko
- [git commit] ip: fix crash in "ip neigh show"
Denys Vlasenko
- [git commit] hush: LINENO fix
Denys Vlasenko
- [git commit] hush: probably fixing a bug in last LINENO fix
Denys Vlasenko
- [git commit] svlogd: improve --help text
Denys Vlasenko
- [git commit] arping: code shrink
Denys Vlasenko
- [git commit] arping: change a few message strings to be closer to iputils arping
Denys Vlasenko
- [git commit] arping: fix the case when inherited signal mask masks out ALRM
Denys Vlasenko
- [git commit] arping: move packet buffer, sigset and struct ifreq to malloced "globals"
Denys Vlasenko
- [git commit] libbb: introduce and use bb_getsockname()
Denys Vlasenko
- [git commit] arping: code shrink
Denys Vlasenko
- [git commit] cp: fix option handling in non-longopt config
Denys Vlasenko
- [git commit] testsuite: update busybox and bzcat tests
Denys Vlasenko
- [git commit] wget: more thorough sanitization of other side's data
Denys Vlasenko
- [git commit] ash : fix double-quoted "\z" handling
Denys Vlasenko
- [git commit] hush: simplify process_command_subs()
Denys Vlasenko
- [git commit] progress meter: add disabled code for a more stable ETA
Denys Vlasenko
- [git commit] inetd, mount: add comment with example of flags to build with libtirpc
Denys Vlasenko
- [git commit] ping: implement -A "adaptive ping"
Denys Vlasenko
- [git commit] ping: don't call monotonic_us twice per sending the ping
Denys Vlasenko
- [git commit] tls: remove redundant floor prevention
Denys Vlasenko
- [git commit branch/1_28_stable] ash: fail if 'shift' operand is out of range
Denys Vlasenko
- [git commit branch/1_28_stable] umount: ignore -c
Denys Vlasenko
- [git commit branch/1_28_stable] udhcpc6: fix ipv6prefix[_lease] envvar value in script invocation
Denys Vlasenko
- [git commit branch/1_28_stable] tar: accomodate non-terminated tar.chksum fields as seen from github.com
Denys Vlasenko
- [git commit branch/1_28_stable] cp: implement -T
Denys Vlasenko
- [git commit branch/1_28_stable] tls: fix hash calculations if client cert is requested and sent
Denys Vlasenko
- [git commit branch/1_28_stable] ip: fix crash in "ip neigh show"
Denys Vlasenko
- [git commit branch/1_28_stable] svlogd: improve --help text
Denys Vlasenko
- [git commit branch/1_28_stable] cp: fix option handling in non-longopt config
Denys Vlasenko
- [tag/1_28_1] new tag created
Denys Vlasenko
- [git commit branch/1_28_stable] Bump version to 1.28.1
Denys Vlasenko
- [git commit] mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platforms
Denys Vlasenko
- [git commit] Announce 1.28.1
Denys Vlasenko
- [git commit] s/Jan/January/
Denys Vlasenko
- [git commit] poweroff: add a config option for people needing VERY early poweroff
Denys Vlasenko
- [git commit] tar, unzip: postpone creation of symlinks with "suspicious" targets
Denys Vlasenko
- [git commit] umount: fix "umount -t FSTYPE MNTPOINT" acting as if -a is specified
Denys Vlasenko
- [git commit] ip link: support "add TYPE vrf", improve --help
Denys Vlasenko
- [git commit] iplink: implement support for selecting a master interface
Denys Vlasenko
- [git commit] sort: fix -s. Closes 10671
Denys Vlasenko
- [git commit] libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INIT
Denys Vlasenko
- [git commit] sort: in -s handling, return 1/-1, not 1/0 compare result
Denys Vlasenko
- [git commit] sort: fix potentially buggy use of OPT_STR
Denys Vlasenko
- [git commit] od: move address_fmt[] from data to globals. 8 less bytes in data section
Denys Vlasenko
- [git commit] Fix install with hardlinks and a custom PREFIX. Closes 10801
Denys Vlasenko
- [git commit] df: 4TB+ support on 32 bits arch
Denys Vlasenko
- [git commit] df: do "rootfs" check sooner
Denys Vlasenko
- [git commit] lineedit: allow window size tracking to be disabled
Denys Vlasenko
- [git commit] less: accept -R option. Closes 10816
Denys Vlasenko
- [git commit] tcpudp: shrink per-host rate-limiting code
Denys Vlasenko
- [git commit] libbb: Use return value from is_prefixed_with()
Denys Vlasenko
- [Bug 10731] New: error: expected identifier before numeric constant
bugzilla at busybox.net
- [Bug 10741] New: ftpd lacks LFS
bugzilla at busybox.net
- [Bug 10741] ftpd lacks LFS
bugzilla at busybox.net
- [Bug 10746] netcat server will hang after client try to close the connection
bugzilla at busybox.net
- [Bug 10746] netcat server will hang after client try to close the connection
bugzilla at busybox.net
- [Bug 10746] netcat server will hang after client try to close the connection
bugzilla at busybox.net
- [Bug 10731] error: expected identifier before numeric constant
bugzilla at busybox.net
- [Bug 10611] busybox fails to connect to IPv6-and-V4 targets from v6-only hosts
bugzilla at busybox.net
- [Bug 10346] Default shell missing
bugzilla at busybox.net
- [Bug 10756] New: dd skip unnecessarily lengthy w/ CONFIG_LFS
bugzilla at busybox.net
- [Bug 10651] tar: check for unsafe symlinks is overly strict
bugzilla at busybox.net
- [Bug 10761] New: busybox shell is more easily to get SEGV for processing backtick '`' command.
bugzilla at busybox.net
- [Bug 10651] tar: check for unsafe symlinks is overly strict
bugzilla at busybox.net
- [Bug 10651] tar: check for unsafe symlinks is overly strict
bugzilla at busybox.net
- [Bug 10651] tar: check for unsafe symlinks is overly strict
bugzilla at busybox.net
- [Bug 10651] tar: check for unsafe symlinks is overly strict
bugzilla at busybox.net
- [Bug 10771] New: busybox umount -t fstype without -a causes unexpected umount
bugzilla at busybox.net
- [Bug 10651] tar: check for unsafe symlinks is overly strict
bugzilla at busybox.net
- [Bug 8411] tar: directory traversal via crafted tar file which contains a symlink pointing outside of the current directory
bugzilla at busybox.net
- [Bug 10771] busybox umount -t fstype without -a causes unexpected umount
bugzilla at busybox.net
- [Bug 10771] busybox umount -t fstype without -a causes unexpected umount
bugzilla at busybox.net
- [Bug 10771] busybox umount -t fstype without -a causes unexpected umount
bugzilla at busybox.net
- [Bug 10791] New: run-init changes to libbb/capability.c breaks compile with Android NDK API <21
bugzilla at busybox.net
- [Bug 10791] run-init changes to libbb/capability.c breaks compile with Android NDK API <21
bugzilla at busybox.net
- [Bug 10791] run-init changes to libbb/capability.c breaks compile with Android NDK API <21
bugzilla at busybox.net
- [Bug 10671] sort -s is not stable
bugzilla at busybox.net
- [Bug 10801] New: applets/install.sh handles hardlinks incorrectly
bugzilla at busybox.net
- [Bug 675] nslookup does not properly use second argument [SERVER]
bugzilla at busybox.net
- [Bug 10791] run-init changes to libbb/capability.c breaks compile with Android NDK API <21
bugzilla at busybox.net
- [Bug 10801] applets/install.sh handles hardlinks incorrectly
bugzilla at busybox.net
- [Bug 10816] New: less: -R is rejected as CLI argument (but works at the env var LESS)
bugzilla at busybox.net
- [Bug 10816] less: -R is rejected as CLI argument (but works at the env var LESS)
bugzilla at busybox.net
- [Bug 10816] less: -R is rejected as CLI argument (but works at the env var LESS)
bugzilla at busybox.net
- [Bug 10816] less: -R is rejected as CLI argument (but works at the env var LESS)
bugzilla at busybox.net
- [Bug 10821] New: ash: bash dollar not expanding inside quoted braced parameter expansion
bugzilla at busybox.net
- [Bug 10821] ash: bash dollar not expanding inside quoted braced parameter expansion
bugzilla at busybox.net
- [Bug 10821] ash: bash dollar not expanding inside quoted braced parameter expansion
bugzilla at busybox.net
Last message date:
Wed Feb 28 21:46:34 UTC 2018
Archived on: Wed Feb 28 21:46:36 UTC 2018
This archive was generated by
Pipermail 0.09 (Mailman edition).