Fix compile failure in ll_proto.c
[oweals/busybox.git] / libbb /
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.
2011-05-08 Denys Vlasenkolibbb: nonblock_safe_read->nonblock_immune_read, remove...
2011-04-17 Denys Vlasenkostraighten out dprintf/fdprintf mess; remove old "defin...
2011-04-16 Denys Vlasenkosmall fixes atop syslog config patch
2011-04-16 Marek PolacekFix double words in comments. No code changes
2011-04-11 Denys Vlasenkobasename,dirname,freeramdisk,rx,raidautorun,runsv,chvt...
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2011-04-07 Denys Vlasenkolibbb: make set_nport accept pointer to sockaddr, not...
2011-03-31 Denys Vlasenkosmall fix for HISTFILESIZE
2011-03-31 Denys Vlasenkoash,hush: optional support for $HISTFILESIZE.
2011-03-27 Denys Vlasenkolineedit: fixes for CONFIG_UNICODE_USING_LOCALE=y
2011-03-23 Denys Vlasenkoash,hush: recheck LANG before every line input
2011-03-22 Vitaly Mageryadon't call freeaddinfo(NULL)
2011-03-12 Denys Vlasenkobusybox: fail if --install is not given an absolute...
2011-03-12 Denys Vlasenkolibbb: make warning go away
2011-03-08 Denys Vlasenkoforgot to add libbb/get_shell_name.c
2011-03-06 Denys Vlasenkolibbb/login/su: do not sanitize shell name twice
2011-03-06 Denys Vlasenkoimprove --install operation in chroot jails
2011-03-01 Alexey Fomenkolibbb: remove dead code in getopt32. -7 bytes
2011-03-01 Denys Vlasenkolibbb: make user/group name cache strings longer (...
2011-02-26 Denys VlasenkoReplace "depends on PLATFORM_LINUX" with "select PLATFO...
2011-02-13 Dan FandrichMove stpcpy replacement function into libbb
2011-02-12 Denys Vlasenkotypo fix
2011-02-11 Denys Vlasenkoprogress meter: fix bugs found in stall detection and...
2011-02-11 Denys Vlasenkoprogress meter: move file name to bb_progress_t. +20...
next