aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko2009-09-191-0/+2
* fix read_cmdline API and a small buglet where "[comm]" may be too narrowDenys Vlasenko2009-09-121-2/+2
* documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-1/+1
* remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-1/+1
* fix duplicate FAST_FUNC FAST_FUNCDenys Vlasenko2009-08-211-1/+1
* make find_pid_by_name look at /proc/PID/exe tooAlexander Shishkin2009-07-291-1/+2
* fix mountpoint test to not prevemt mkfs_xxx from making image in any fileDenys Vlasenko2009-07-181-1/+1
* touch: implement -d --date (our own testsuite needs that)Denys Vlasenko2009-07-181-0/+1
* date: factor out date parsing (in preparation for touch -d)Denys Vlasenko2009-07-181-0/+3
* fix a thinko in lineedit completion codeDenys Vlasenko2009-07-161-2/+3
* restore shadow.h independenceMike Frysinger2009-07-091-1/+6
* df: fix "df /"Denys Vlasenko2009-07-051-1/+1
* Patches to enable FreeBSD buildDenys Vlasenko2009-07-051-0/+6
* ps: conditionally support additional -o FIELDsDenys Vlasenko2009-07-031-4/+10
* getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko2009-06-191-1/+1
* stop using non-standard macro, use WEXITSTATUS insteadDenys Vlasenko2009-06-071-5/+1
* read_key: drop optimization where we read 3 bytes at onceDenys Vlasenko2009-05-291-48/+48
* line editing: add an option to emit ESC [ 6 n and use resultsDenys Vlasenko2009-05-171-3/+10
* xmalloc_[open_]read[_close]: do not ignore xrealloc return valueDenys Vlasenko2009-05-151-0/+6
* lineedit: use read_key to recognize ESC sequence.Denys Vlasenko2009-05-151-12/+12
* httpd: simplify insane conf file parserDenis Vlasenko2009-04-221-0/+2
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-10/+10
* *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}Denis Vlasenko2009-04-141-2/+9
* move llist_find_str from modutils to libbbDenis Vlasenko2009-04-131-0/+1
* *: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko2009-04-091-10/+5
* trailing whitespace removalDenis Vlasenko2009-04-011-1/+1
* mkdosfs (aka mkfs.vfat): new applet by VladimirDenis Vlasenko2009-03-281-0/+4
* libbb: revent previous version of "concurrent history updating"Denis Vlasenko2009-03-231-1/+1
* libbb: make history saving/loading concurrent-safeDenis Vlasenko2009-03-221-3/+7
* Compatibility fixes:Denis Vlasenko2009-03-201-5/+5