OSDN Git Service

Move getusername/getgroupname to lib. (Return name or string representation
[android-x86/external-toybox.git] / lib / lib.h
2016-08-13 Rob LandleyMove getusername/getgroupname to lib. (Return name...
2016-08-04 Rob LandleyMake xopen() skip stdin/stdout/stderr, add xopen_stdio...
2016-07-26 Rob LandleyMove regexec0 into lib (regexec that takes length and...
2016-07-12 Rob LandleyConvert atolx() and friends to use long long internally...
2016-07-08 Elliott Hughesdd improvements.
2016-06-19 Rob LandleyLast commit depends on new lib code I forgot to check...
2016-06-15 Rob LandleyAdd readlink0() and readlinkat0() which null terminate...
2016-05-20 Rob LandleyAdd bufgetgrgid()
2016-05-17 Rob LandleyAdd bufgetpwuid. (Repeated calls to getpwuid() are...
2016-04-21 Rob LandleyHave dirtree_recurse() take the new dirfd as an argument.
2016-04-08 Rob LandleyRedefining basename_r to mean something random seems...
2016-03-29 Elliott HughesFix build when wchar_t is unsigned.
2016-03-15 Rob LandleyAdd ls -b and make ls -q work with utf8.
2016-03-14 Rob LandleySplit out _xexit() from xexit() and give sigatexit...
2016-03-07 Rob LandleyCleanup pass on the dirtree infrastructure, in preparat...
2016-03-02 Rob LandleyFor years the man pages have said to #include <sys...
2016-02-11 Rob LandleyFactor out strnstr() since posix hasn't got it, and...
2016-02-09 Rob LandleyFix xpipe. (thinko.)
2016-02-08 Rob LandleyAdd xpipe() to lib.
2016-01-28 Rob LandleyBugfix I forgot to checkin, plus a wrapper function.
2016-01-23 Rob LandleyFactor out insanitize() from seq.c to next_printf(...
2016-01-17 Rob LandleyExtend utf8 fontmetrics so ps can use them.
2016-01-17 Rob LandleyUpdate draw_str() and friends to do standard escaping...
2016-01-16 Rob LandleyMove create_uuid() to lib and xpoll() to lib/net.c.
2016-01-10 Rob LandleyMake cursor left/right change sort type in iotop.
2016-01-07 Rob LandleyMake scan_key() specify timeout in miliseconds, split...
2016-01-06 Rob LandleyAdd error_msg_raw() and friends, replace error_msg...
2015-12-29 Rob LandleyAdd strafter() to lib.
2015-12-27 Rob LandleyAdd scan_key_getsize() doing the ANSI probe, switch...
2015-12-24 Rob LandleyMove get_line() header to pending.h because posix has...
2015-12-24 Rob LandleyFactor out draw_str() and friends.
2015-12-07 Rob LandleyRename dirtree->data to dirfd, and don't store symlink...
2015-11-27 Rob LandleySplit do_ps() into get_ps() and show_ps() as a start...
2015-11-08 Rob LandleyNOEXIT(thingy()) wrapper to turn xwrap() functions...
2015-11-02 Elliott HughesAdd ps -Z.
2015-10-29 Rob LandleyOops, forgot to check in the header file change for...
2015-10-27 Rob LandleyReplace xcount_cpus() with a call to sysconf(_SC_NPROCE...
2015-10-25 Rob LandleyAdd xcount_cpus()
2015-09-29 Rob LandleyMake defconfig build for nommu.
2015-09-27 Rob LandleyAnother chunk of nommu support, replacing toys.recursio...
2015-09-24 Rob LandleyAdd xvfork() as a static inline and use it from various...
2015-09-11 Rob LandleyReplace toys.exithelp with help_exit() in lib.
2015-09-07 Rob LandleySwitch HR_SI to HR_1000, make binary the default, make...
2015-09-04 Rob LandleyMake human_readable() handle base 1024 units without...
2015-08-09 Elliott HughesDifferent tools have different ideas about what human...
2015-08-06 Rob LandleyTweak xconnect: socket can be a string (ala "ftp")...
2015-08-03 Rob LandleyFactor out xconnect(), plus some other small cleanups...
2015-08-01 Rob LandleyMove strlower() from find to lib.
2015-07-10 Rob LandleyAdd a basename_r() and use it in names_to_pid() to...
2015-06-26 Rob LandleyFactor out more not-curses infrastructure into lib.
2015-05-14 Rob LandleyPromote reset (actually write a new one using the simpl...
2015-05-09 Rob LandleyAdd DIRTREE_SHUTUP to disable dirtree warnings if file...
2015-05-09 Rob LandleyMove not-curses code into interstingtimes.c
2015-04-30 Rob LandleyAnd remove the header part too.
2015-04-27 Rob LandleySome infrastructure hexedit needs. (Poor man's curses.)
2015-04-20 Rob LandleyCleanup getprop, add qstrcmp() to lib for qsort (becaus...
2015-04-03 Rob LandleyAdd readfileat() to lib
2015-03-12 Rob LandleyFactor out xgetgrnamid() and xgetpwnamid() into xwrap.c.
2015-03-09 Rob LandleyUpgrade oneit with -r (restart), -3 (send exiting PID...
2015-03-01 Elliott Hugheslet the compiler check format strings
2015-02-09 Rob LandleyCleanup/refactoring pass on hwclock.
2015-02-07 Rob LandleyRemove xexec_optargs().
2015-01-01 Rob Landleystrtol() doesn't return error indicator for overflow...
2014-12-13 Rob LandleyForgot to check in a header file for base64.
2014-12-05 Rob LandleyWork with buildroot's extensively patched uClibc, and...
2014-12-05 Rob LandleyImplement xstrncat() and fix xstrndup().
2014-10-18 Rob LandleyFactor out printf-style escape parsing logic from echo.c.
2014-09-14 Rob LandleySplit xpopen() into xpopen_both(), xpopen(), and xrun...
2014-08-25 Rob LandleyWork in progress snapshot of mount, with fallout to...
2014-08-03 Rob LandleyImplement exec -user, -group, and -newer. Enable find...
2014-08-03 Rob LandleyYank xrealpath prototype since the function's gone.
2014-07-26 Rob LandleyMove DIRTREE_COMEAGAIN second callback up to when the...
2014-07-22 Rob LandleyLittle endian and big endian versions of peek (for...
2014-06-26 Rob LandleyCleanup pass on mkpasswd.c
2014-06-09 Rob LandleyForgot to check in strstart().
2014-06-03 Rob Landleymount: start on option parsing, implement loopback...
2014-05-31 Rob LandleyIntroduce xfork() and make commands use it, and make...
2014-05-29 Rob LandleySwitch mtab_list to doubly linked so we can traverse...
2014-05-27 Rob LandleyAdd mount options to data getmountlist collects.
2014-05-21 Rob LandleyAdd generic_signal() handler, which sets toys.signal...
2014-05-21 Rob LandleyAdd free functions for predefined llist types.
2014-05-06 Rob LandleySwitch human_readable() to just outputing decimal kilo...
2014-03-29 Rob LandleyGroup headers by standard (POSIX or LSB) or function...
2014-03-12 Rob LandleyMove mkpathat to lib, remove redundant function used...
2014-02-07 Rob LandleyMove bunzip2 logic from lib into bzcat.
2014-01-16 Rob LandleyRename xmsprintf() to just xmprintf().
2013-12-28 Rob LandleyPass through all the readfile() arguments from xreadfile().
2013-12-23 Rob LandleyFix some issues raised (albeit indirectly) by Isaac...
2013-12-19 Rob LandleyMove names_to_pid from pending to lib.
2013-11-29 Rob LandleyOops, cleaned up ifconfig uses atolx_range() instead...
2013-11-29 Rob LandleyAdd xgetpwnam() to lib/xwrap.c.
2013-11-29 Rob LandleyMove xgetpwuid() and xgetgrgid() into xwrap.c
2013-11-11 Rob LandleyBreak out lib/pending.h from lib/lib.h.
2013-11-07 Rob LandleyTweak terminal_size to never set either to 0, and retur...
2013-10-17 Rob LandleyPrep work for useradd by Ashwini Sharma.
2013-09-11 Rob LandleyAh, that's why commit 1057 was skipped last pull: it...
2013-09-09 Rob LandleyRedo tail closer to the original design. Add more tests...
2013-09-06 Rob LandleyAshwini Sharma submitted route.c, adding it to pending.
2013-09-03 Rob LandleyIntroduce libbuf analogous to toybuf but for use by...
2013-09-03 Rob LandleyRemove itoa/utoa, let libc do this with sprintf.
next