aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* pipe_progress: make it independent of printf machineryDenys Vlasenko2010-06-061-0/+2
* *: teach tar et. al. to understand .xz by heartDenys Vlasenko2010-05-301-1/+1
* rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...Denys Vlasenko2010-05-061-0/+9
* libbb: add skip_dev_pfx()Denys Vlasenko2010-04-061-0/+2
* telnetd: fill hostname field in utmp/wtmp recordsDenys Vlasenko2010-04-061-0/+2
* telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko2010-04-051-2/+4
* libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko2010-04-051-0/+6
* libbb: factor out hex2bin() for infiniband address parserDenys Vlasenko2010-04-041-0/+2
* Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig2010-03-261-1/+1
* *: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko2010-03-181-5/+6
* lineedit: fix another corner case with bad unicode inputDenys Vlasenko2010-03-111-1/+5
* lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHARTomas Heinrich2010-03-091-0/+1
* tftp: do not show progress bar if we get error right away. +13 bytesDenys Vlasenko2010-03-051-0/+1
* su: move restricted_shell into su.c (the only user)Denys Vlasenko2010-02-261-1/+0
* setup_environment(): eliminate one parameterDenys Vlasenko2010-02-261-3/+4
* crontab: use setup_environmentBernhard Reutner-Fischer2010-02-261-1/+4
* more thorough fix for systems with strange socklen_tDenys Vlasenko2010-02-021-17/+23
* stat: get rid on intmax_tDenys Vlasenko2010-02-021-0/+1
* mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)Denys Vlasenko2010-02-011-0/+5
* ls: unicode fixesDenys Vlasenko2010-01-311-5/+14
* ls: make it so that group never glues itself to file sizeDenys Vlasenko2010-01-181-1/+3
* cp: fix -H handlingDenys Vlasenko2010-01-151-11/+12
* libbb: introduce and use monotonic_msDenys Vlasenko2010-01-121-0/+1
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-091-2/+2
* *: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko2010-01-041-1/+5
* *: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko2009-11-281-0/+1
* ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko2009-11-251-0/+1
* ntpd: locally bind every peer socket. +22 bytesDenys Vlasenko2009-11-241-1/+2
* libbb: robustify isXXXX(). +39 bytesDenys Vlasenko2009-11-181-11/+15
* libbb: added xfdopen_for_read/writeDenys Vlasenko2009-11-151-13/+15
* use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer2009-11-141-1/+0
* wget: factor out progress bar codeMagnus Damm2009-11-081-0/+10
* libbb.h: remove two over-zealous RETURNS_MALLOCDenys Vlasenko2009-11-041-2/+3
* include/libbb.h: mark malloc-returning functions with GCC attributeDenys Vlasenko2009-11-021-34/+35
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-1/+1
* add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer2009-10-271-0/+1
* read_key: remove handling for ctrl-up/down, we don't use that. -12 bytesDenys Vlasenko2009-10-261-1/+1
* lineedit: handle Ctrl-arrowsDenys Vlasenko2009-10-251-0/+5
* libbb.h: tidy it up a bit. no code changes (verified)Denys Vlasenko2009-10-231-17/+13
* fix isalnum and isxdigit. Unfortunately, +285 bytesDenys Vlasenko2009-10-231-2/+22
* eliminate all remaining users of ctype. ~600 byte large tables are gone.Denys Vlasenko2009-10-231-14/+35
* *: optimize most of isXXXXX() macrosDenys Vlasenko2009-10-231-6/+16
* libbb: smaller isdigit. -95 bytesDenys Vlasenko2009-10-231-2/+3
* *: use better isspace implementationDenys Vlasenko2009-10-221-1/+10
* randomconfig fixesDenys Vlasenko2009-10-191-0/+1
* move generate_uuid from mkswap to libbbVladimir Dronnikov2009-10-151-0/+3
* libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko2009-10-131-0/+4
* unpackers: check errors from close() tooDenys Vlasenko2009-10-051-0/+3
* find: -follow should not error out on dandling linksDenys Vlasenko2009-09-291-0/+2
* ps: fix compile breakageDenys Vlasenko2009-09-221-1/+1