Bump to version 1.22.1
[platform/upstream/busybox.git] / libbb /
2014-01-20 Denys VlasenkoApply post-1.22.0 patches, bump version to 1.22.1 upstream 1.22.1 upstream/1.22.1
2013-12-31 Denys Vlasenkofix failures found by randomconfig builds
2013-12-16 Michael Tokarevdo not fail build if MAXSYMLINKS isn't defined
2013-11-29 Denys Vlasenkofix assorted unused code and wrong format specs found...
2013-11-29 Denys Vlasenkochpst: fix a bug where -U USER was using wrong USER...
2013-11-28 Denys Vlasenkosed: open input files sequentially to avoid EMFILE
2013-11-26 Denys Vlasenkolibbb: add sketch of tentative 'better' passwd/group API
2013-11-19 Denys Vlasenkolibbb: move nuke_str() from passwd into libbb
2013-11-19 Denys Vlasenkocomment tweak
2013-11-19 Denys Vlasenkosulogin: use common password-checking routine.
2013-10-08 Ryan Mallonlibbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid...
2013-09-06 Denys VlasenkoMake smart_ulltoa return pointer to end (allows for...
2013-08-20 Denys Vlasenkolineedit: use unicode_strwidth instead of unicode_strlen
2013-08-19 Denys Vlasenkolineedit: fix multi-line PS1 handling: calculate PS1...
2013-08-19 Denys Vlasenkolineedit: improve Unicode handling (still buggy though)
2013-08-05 Denys Vlasenkolibbb: code shrink
2013-07-30 Denys VlasenkoWhitespace fixes
2013-07-30 Bartosz GolaszewskiRefactor catv. Move visible() from stty to libbb.
2013-07-25 Bartosz Golaszewskidate: accept 'yyyy-mm-dd HH' and 'yyyy-mm-dd' date...
2013-07-25 Bartosz Golaszewskinetworking: code shrink
2013-07-13 Denys VlasenkoCommonalize typical [b,]k,m suffix struct
2013-07-07 Denys VlasenkoCall setlocale("") , not "C", if we want to set the...
2013-07-05 Denys Vlasenkounicode: check $LC_CTYPE too to detect Unicode mode
2013-07-02 Denys Vlasenkounicode: check $LC_ALL to detect Unicode mode, not...
2013-06-27 Denys VlasenkoMove create_icmp[6]_socket to its only user, and simpli...
2013-06-26 Denys Vlasenkomd5/sha512: a better fix for strict aliasing warnings
2013-06-19 Mike Frysingermd5/sha512: fix strict aliasing warnings
2013-05-21 Jonathan Liusulogin: allow system maintenance login if root passwor...
2013-04-07 Flemming Madsenash,hush: history builtin
2013-03-29 Denys Vlasenkolineedit: \W on "/bin" should show "bin", not "/bin"
2013-03-29 Denys Vlasenkolineedit: implement \T \t \A \@ prompts escapes, fix...
2013-03-29 Denys Vlasenkolibbb: introduce and use strftime_[YYYYMMDD]HHMMSS()
2013-03-28 Denys Vlasenkolineedit: add handling of \H in prompt
2013-03-27 Denys Vlasenkohexdump: don't unconditionally limit the usable address...
2013-03-12 Mike Frysingerreadlink: uClibc supports automatic allocation too now
2013-02-28 Denys Vlasenkomake --help return exitcode 0. Closes 5612
2013-02-27 Shawn J. Gofflineedit: initialize delptr
2013-02-25 Denys Vlasenkomove endofname() to libbb
2013-02-10 Denys Vlasenkovasprintf: return -1 on strdup failure
2013-02-07 Denys Vlasenkovasprintf: do not use xmalloc, it will deadlock on OOM
2013-01-19 Denys Vlasenkosha3: code shrink
2013-01-17 Denys Vlasenkocode shrink
2013-01-16 Denys Vlasenkosha3: s/sha3_process_block76/sha3_process_block72/
2013-01-16 Denys Vlasenkosha3: rename KeccakF->sha3_process_block76.
2013-01-15 Denys Vlasenkosha3: cache ctx->bytes_queued
2013-01-15 Denys Vlasenkosha3: remove two "small code" codepaths: I can't reprod...
2013-01-15 Denys Vlasenkosha3: tweak choice of a fast code path for 64-bit
2013-01-15 Denys Vlasenkosha3: cosmetic tweaks to various names, comments. No...
2013-01-15 Denys Vlasenkosha3: code shrink
2013-01-15 Denys Vlasenkosha3: code shrink
2013-01-15 Denys Vlasenkosha3: another speedup for SHA3_SMALL=0 case
2013-01-15 Denys Vlasenkowhitespace fixes. no code changes
2013-01-15 Denys Vlasenkosha3: make size/speed optimization decision configurable
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2013-01-14 Lauri Kasanensha3sum: new applet
2012-10-03 Denys Vlasenkomark get_shell_name FAST_FUNC
2012-10-02 Denys Vlasenkotop/ps: argv0:"gdm-session-worker [pam/gdm-password...
2012-09-27 Denys Vlasenkolineedit: in !EDITING config, return -1 on fgets error
2012-09-27 Denys Vlasenkolibbb: correctness/size tweaks in signal-related helpers
2012-09-06 Denys Vlasenkotop: fix "last CPU" parsing
2012-09-04 walter harmsrefactor correct_password.c to avoid one if
2012-08-07 Cliff Freylineedit: fix Alt-D when cursor==0
2012-07-26 Bradley M. KuhnSimplify copyright/license notice that appears in the...
2012-06-12 Pascal Bellardsu: do not change to home dir unless -l
2012-06-11 Denys VlasenkoAdd comments in keyboard escape sequences table
2012-06-10 Tias Gunslibbb: add missing_syscalls.c: for now, only Android...
2012-05-27 Natanael Copaunzip: ignore chmod errors
2012-05-14 Denys Vlasenkobusybox: tweak help text and copyright year
2012-05-06 Simon Bln: support -T and -v
2012-05-05 Andreas Oberritterget_linux_version_code: don't fail on Linux version...
2012-04-28 Ron Yorstonsendmail: use host rather than NIS domain name for...
2012-04-26 Dennis Groenenlineedit: histfile can get emptied when CONFIG_FEATURE_...
2012-04-20 Denys Vlasenkowhitespace fixes
2012-04-20 Denys Vlasenkofix build breakage found by randconfig
2012-03-22 Denys Vlasenkobusybox: tweak help text
2012-03-07 Denys Vlasenkolibbb: make xchroot do a chdir("/") after chroot
2012-03-06 Denys Vlasenkopreparatory cleanups for seamless uncompression improve...
2012-02-28 Denys Vlasenkolibbb/procps.c: make fast_strtoul_10() stop on '\n...
2012-02-28 Denys Vlasenkolibbb/procps.c: make fast_strtoul_10() stop on '\n...
2012-02-09 Jonh WendellMake unix (local) sockets work without IPv6 enabled
2012-02-02 Denys Vlasenkotweak comment, no code changes
2012-01-18 Javier Viguerafind_mount_point: fix find_mount_point for char devices
2012-01-15 Denys Vlasenkoshell_builtin_read: set cc[VMIN] to 1; lineedit: don...
2012-01-10 Denys Vlasenkomdev: do not treat non-leading '#' chars as start of...
2011-12-22 Denys Vlasenkolibbb/bb_strtonum: always set end ptr, even on error...
2011-12-18 Denys Vlasenkolibbb: remove is_directory's argument which is always...
2011-11-21 Denys VlasenkoMerge branch 'master' of git+ssh://busybox.net/var...
2011-11-18 Denys Vlasenkohexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes...
2011-11-09 Peter Korsgaardbb_daemonize_or_rexec(): add flag to double-fork; use...
2011-11-04 Denys Vlasenkolineedit: fix build failure
2011-11-03 Denys Vlasenkolineedit: add support for M-b, M-f, M-d, M-Backspace
2011-10-28 Denys Vlasenkolibbb: shrink base64 decoding a bit
2011-10-28 Denys Vlasenkowhitespace fixes
2011-10-28 Leonid Lisovskiylibbb: split decode_base64 off read_base64
2011-10-24 Denys Vlasenkolibbb.h: remove unused defines
2011-10-22 Denys Vlasenkogetty,login: tighten up handling of ctty, pgrp, and...
2011-09-22 Denys Vlasenkorename archive.h to bb_archive.h. no code changes
2011-09-13 Bernhard Reutner... Config: fix wording in help-text
2011-09-12 Denys Vlasenkolosetup: implement -r option. Closes 4033.
2011-09-11 Denys Vlasenkowget: URL-decode user:password before base64-encoding...
next