aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
AgeCommit message (Expand)Author
2013-01-14sha3sum: new appletLauri Kasanen
2012-10-03mark get_shell_name FAST_FUNCDenys Vlasenko
2012-07-24*: declare strings with ALIGN1, as appropriateAurelien Jarno
2012-06-12su: do not change to home dir unless -lPascal Bellard
2012-05-28unzip: ignore chmod errorsNatanael Copa
2012-04-28sendmail: use host rather than NIS domain name for HELORon Yorston
2012-03-06update seamless uncompression codeDenys Vlasenko
2012-03-06preparatory cleanups for seamless uncompression improvementsDenys Vlasenko
2012-02-09Make unix (local) sockets work without IPv6 enabledJonh Wendell
2012-01-11mdev: do not treat non-leading '#' chars as start of comment. Closes 4676Denys Vlasenko
2012-01-08Move include <shadow.h> close to pwd.h and grp.h includesDenys Vlasenko
2012-01-08Move Adroid endgrent() and endpwent() NOPS to libbb.hDenys Vlasenko
2011-12-18libbb: remove is_directory's argument which is always NULLDenys Vlasenko
2011-11-22nommu: fix cases where we mangle argv[0][0]Denys Vlasenko
2011-11-17libbb.h: add check for bad off_t size detectionDenys Vlasenko
2011-11-16libbb.h: tighten up macro codeDenys Vlasenko
2011-11-09bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemonPeter Korsgaard
2011-11-03lineedit: add support for M-b, M-f, M-d, M-BackspaceDenys Vlasenko
2011-10-28libbb: split decode_base64 off read_base64Leonid Lisovskiy
2011-10-24libbb.h: remove unused definesDenys Vlasenko
2011-10-19udhcpc: add support for DHCP option 212 (RFC 5969)Denys Vlasenko
2011-09-21add INIT_G()'s. No code changes.Denys Vlasenko
2011-09-12losetup: implement -r option. Closes 4033.Denys Vlasenko
2011-09-11wget: URL-decode user:password before base64-encoding it into auth hdr. Close...Denys Vlasenko
2011-09-10stop declariong our own dirname prototypeDenys Vlasenko
2011-09-07networking: consolidate the IP checksum code. -129 bytes.Baruch Siach
2011-09-04lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicatorDenys Vlasenko
2011-09-04lineedit: add support for history saving on exitDenys Vlasenko
2011-07-26*: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko
2011-07-25libbb.h: do not use homegrown struct sysinfo.Denys Vlasenko
2011-06-30Use the _unlocked stdio macros only when they're all availableDan Fandrich
2011-06-30libbb.h: tweak _unlocked hackDenys Vlasenko
2011-06-20libbb: use _unlocked variants of stdio I/O.Denys Vlasenko
2011-06-20parse_config: use getline. BIG speedup with glibc (~40%).Timo Teras
2011-06-18procps: remove PSSCAN_STAT define, users were using it incorrectlyDenys Vlasenko
2011-06-17libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuationDenys Vlasenko
2011-05-23libbb.h: small reorderingDenys Vlasenko
2011-05-16main: free suid_config list after useDenys Vlasenko
2011-05-13adduser: safe username passing to passwd/addgroupDenys Vlasenko
2011-05-12libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibcDenys Vlasenko
2011-05-08hush: make read builtin interruptible.Denys Vlasenko
2011-05-08libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko
2011-04-07libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko
2011-03-31ash,hush: optional support for $HISTFILESIZE.Denys Vlasenko
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko
2011-03-01libbb: make user/group name cache strings longer (~27 chars)Denys Vlasenko
2011-02-11progress meter: fix bugs found in stall detection and unknown size logicDenys Vlasenko
2011-02-11progress meter: move file name to bb_progress_t. +20 bytesDenys Vlasenko
2011-02-10progress bar: better overflow protection; more precise barDenys Vlasenko
2011-02-08use unistd.h before _POSIX_VERSIONDenys Vlasenko