aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* sha3: code shrinkDenys Vlasenko2013-01-201-2/+2
* whitespace fixes. no code changesDenys Vlasenko2013-01-151-1/+1
* sha3sum: new appletLauri Kasanen2013-01-141-0/+7
* mark get_shell_name FAST_FUNCDenys Vlasenko2012-10-031-1/+1
* *: declare strings with ALIGN1, as appropriateAurelien Jarno2012-07-241-18/+18
* su: do not change to home dir unless -lPascal Bellard2012-06-121-0/+1
* unzip: ignore chmod errorsNatanael Copa2012-05-281-0/+1
* sendmail: use host rather than NIS domain name for HELORon Yorston2012-04-281-1/+0
* update seamless uncompression codeDenys Vlasenko2012-03-061-8/+6
* preparatory cleanups for seamless uncompression improvementsDenys Vlasenko2012-03-061-0/+8
* Make unix (local) sockets work without IPv6 enabledJonh Wendell2012-02-091-5/+0
* mdev: do not treat non-leading '#' chars as start of comment. Closes 4676Denys Vlasenko2012-01-111-2/+3
* Move include <shadow.h> close to pwd.h and grp.h includesDenys Vlasenko2012-01-081-8/+8
* Move Adroid endgrent() and endpwent() NOPS to libbb.hDenys Vlasenko2012-01-081-2/+6
* libbb: remove is_directory's argument which is always NULLDenys Vlasenko2011-12-181-1/+1
* nommu: fix cases where we mangle argv[0][0]Denys Vlasenko2011-11-221-0/+3
* libbb.h: add check for bad off_t size detectionDenys Vlasenko2011-11-171-0/+6
* libbb.h: tighten up macro codeDenys Vlasenko2011-11-161-3/+3
* bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemonPeter Korsgaard2011-11-091-0/+1
* lineedit: add support for M-b, M-f, M-d, M-BackspaceDenys Vlasenko2011-11-031-17/+29
* libbb: split decode_base64 off read_base64Leonid Lisovskiy2011-10-281-1/+2
* libbb.h: remove unused definesDenys Vlasenko2011-10-241-7/+0
* udhcpc: add support for DHCP option 212 (RFC 5969)Denys Vlasenko2011-10-191-2/+2
* add INIT_G()'s. No code changes.Denys Vlasenko2011-09-211-3/+6
* losetup: implement -r option. Closes 4033.Denys Vlasenko2011-09-121-1/+1
* wget: URL-decode user:password before base64-encoding it into auth hdr. Close...Denys Vlasenko2011-09-111-0/+9
* stop declariong our own dirname prototypeDenys Vlasenko2011-09-101-6/+5
* networking: consolidate the IP checksum code. -129 bytes.Baruch Siach2011-09-071-0/+1
* lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicatorDenys Vlasenko2011-09-041-7/+6
* lineedit: add support for history saving on exitDenys Vlasenko2011-09-041-0/+9
* *: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko2011-07-261-4/+6
* libbb.h: do not use homegrown struct sysinfo.Denys Vlasenko2011-07-251-19/+4
* Use the _unlocked stdio macros only when they're all availableDan Fandrich2011-06-301-16/+20
* libbb.h: tweak _unlocked hackDenys Vlasenko2011-06-301-36/+18
* libbb: use _unlocked variants of stdio I/O.Denys Vlasenko2011-06-201-0/+38
* parse_config: use getline. BIG speedup with glibc (~40%).Timo Teras2011-06-201-1/+2
* procps: remove PSSCAN_STAT define, users were using it incorrectlyDenys Vlasenko2011-06-181-7/+0
* libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuationDenys Vlasenko2011-06-171-1/+5
* libbb.h: small reorderingDenys Vlasenko2011-05-231-5/+8
* main: free suid_config list after useDenys Vlasenko2011-05-161-1/+5
* adduser: safe username passing to passwd/addgroupDenys Vlasenko2011-05-131-2/+7
* libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibcDenys Vlasenko2011-05-121-0/+6
* hush: make read builtin interruptible.Denys Vlasenko2011-05-081-1/+1
* libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko2011-05-081-2/+2
* libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko2011-04-071-1/+1
* ash,hush: optional support for $HISTFILESIZE.Denys Vlasenko2011-03-311-1/+3
* use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-081-1/+8
* libbb: make user/group name cache strings longer (~27 chars)Denys Vlasenko2011-03-011-3/+3
* progress meter: fix bugs found in stall detection and unknown size logicDenys Vlasenko2011-02-111-2/+3
* progress meter: move file name to bb_progress_t. +20 bytesDenys Vlasenko2011-02-111-3/+9