move endofname() to libbb
[platform/upstream/busybox.git] / libbb /
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...
2011-09-10 Denys Vlasenkoregularize options which control size/speed trade
2011-09-08 Denys Vlasenkoinet_cksum: big-endian fix
2011-09-07 Denys VlasenkoFix compile breakage
2011-09-07 Baruch Siachnetworking: consolidate the IP checksum code. -129...
2011-09-04 Denys Vlasenkolineedit: remove SAVE_HISTORY bit, ->hist_file can...
2011-09-04 Denys Vlasenkolineedit: add support for history saving on exit
2011-09-04 Denys Vlasenkolineedit: fix atomic replace of history file; hush...
2011-08-28 Denys Vlasenkotop: fix CPU% for thread display. Closes 4081
2011-08-28 Denys VlasenkoFixes for warnings in FreeBSD build
2011-08-28 Matthias AndreeFixes for FreeBSD build
2011-08-13 Denys VlasenkoBump version to 1.19.0, update copyright year in help... 1_19_0
2011-08-09 Denys Vlasenkorandomconfig fixes
2011-08-09 Denys Vlasenkodie_if_bad_username: tighten up a bit
2011-07-25 Denys Vlasenkoless: optionally query terminal size via "ESC [ 6 n...
2011-07-11 Denys Vlasenkolibbb/lineedit: implement optional Ctrl-R history search
2011-07-08 Denys Vlasenkoa few tweaks for bionic
2011-07-08 Denys Vlasenkoplatform.h: tweaks for cygwin
2011-06-29 Timo Terasplatform.c: provide getline implementation
2011-06-20 Timo Terasparse_config: use getline. BIG speedup with glibc ...
2011-06-18 Denys Vlasenkolibbb/read_cmdline: prepend {comm} if different from...
2011-06-18 Denys Vlasenkoprocps: remove PSSCAN_STAT define, users were using...
2011-06-18 Denys Vlasenkoparse_config: make test applet easier to enable; fix...
2011-06-17 Denys Vlasenkolibbb: split bb_get_chunk_from_file and bb_get_chunk_wi...
2011-06-03 Denys Vlasenkoappletlib.c: do not use PAGE_SIZE for malloc tweaking
2011-06-03 Dan Fandrichonly compile obscure.c when needed
2011-05-29 Denys Vlasenkofix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775
2011-05-22 Denys Vlasenkofind: cater for libc w/o FNM_CASEFOLD
2011-05-20 Alexey Fomenkolineedit: fix rare SEGV; mark a few FIXMEs
2011-05-20 Cristian Ionescu... warning removal
2011-05-16 Denys Vlasenkobusybox.conf: code shrink
2011-05-16 Denys Vlasenkobusybox.conf: USER.GROUP is _optional_
2011-05-16 Denys Vlasenkomain: make busybox.conf mode handling less obscure
2011-05-16 Denys Vlasenkomain: free suid_config list after use
2011-05-15 Denys Vlasenkosimplify parsing of /etc/busybox.conf
2011-05-13 Denys Vlasenkofix "variable 'foo' set but not used" warnings
2011-05-13 Denys Vlasenkoadduser: safe username passing to passwd/addgroup
2011-05-08 Denys Vlasenkohush: make read builtin interruptible.
next