aboutsummaryrefslogtreecommitdiff
path: root/libq
Commit message (Expand)AuthorAgeFilesLines
* build: compile applets as separate objectsFabian Groffen2019-03-2718-15/+690
* libq: split out cache-related funcs from main/qsearchFabian Groffen2019-03-254-7/+302
* remove_extra_space: move to libq/rmspaceFabian Groffen2019-03-222-0/+35
* build: fix misc issues found on LinuxFabian Groffen2019-03-195-0/+6
* q: fix misc issues found on DarwinFabian Groffen2019-03-191-0/+2
* build: add gnulib sourcesFabian Groffen2019-03-1928-158/+248
* build: add autoconf helper filesFabian Groffen2019-03-181-3/+2
* libq: standardise buildFabian Groffen2019-03-1849-541/+2854
* build: shuffle some code aroundFabian Groffen2019-03-118-93/+57
* set: fix signedness warningsFabian Groffen2019-03-111-2/+2
* libq: introduce set to replace virtuals (queue)Fabian Groffen2019-03-097-183/+269
* rmspace: add copyrightFabian Groffen2019-03-071-1/+10
* xarray: add xarrayget function to retrieve a given itemFabian Groffen2019-02-271-4/+16
* xarray: improve malloc efficiency, allow removing elementsFabian Groffen2019-02-271-2/+20
* atom_explode: ignore slot matching operatorsFabian Groffen2019-02-051-1/+6
* rm_rf_at: ensure return code makes sensev0.74Fabian Groffen2018-12-201-4/+4
* rm_rf: make shallow wrapper around rm_rf_atFabian Groffen2018-12-201-12/+1
* rm_rf_at: remove the object path points toFabian Groffen2018-12-201-1/+3
* atom_explode: find the last version-like componentFabian Groffen2018-05-181-18/+23
* add fall through comments for gcc-7Fabian Groffen2018-05-181-0/+1
* atom_explode: try harder to find correct PVFabian Groffen2018-04-121-27/+24
* update copyrightsFabian Groffen2018-04-059-9/+9
* xstrdup: avoid warning about clobbering tFabian Groffen2018-04-051-3/+3
* atom_explode: get version letters comparing properly againFabian Groffen2018-04-051-16/+19
* atom_explode: properly set fields for no-version caseFabian Groffen2018-04-051-0/+2
* atom_explode: fix parsing of some valid corner casesFabian Groffen2018-04-051-35/+43
* scandirat: deal properly with flexible struct memberFabian Groffen2018-04-031-12/+19
* colors: add support for color=color mappingsFabian Groffen2018-03-261-21/+44
* atom_explode: fix inversion of < and <=Fabian Groffen2018-03-251-2/+2
* atom_explode: support inversed ranges, e.g. !>P-x.yFabian Groffen2018-03-251-2/+22
* hash_fd: induce byteorder on Solaris tooFabian Groffen2018-03-231-1/+11
* getline: fix comparison of integers of different signsFabian Groffen2018-03-231-3/+4
* is_prelink_elf: squash unused variable warningFabian Groffen2018-03-231-0/+3
* color_remap: fix comparison of integers of different signsFabian Groffen2018-03-231-3/+4
* hash_fd: ensure __BYTE_ORDER is setFabian Groffen2017-12-291-0/+13
* atom_explode: be more careful with eating suffix lettersFabian Groffen2017-12-281-2/+5
* rm_rf_at: fix recurse logic for non-LinuxFabian Groffen2017-12-281-2/+8
* drop _q_static and standardize func prototypes a bitMike Frysinger2016-12-2812-52/+80
* libq: drop unused xgetcwd/xreadlink helpersMike Frysinger2016-12-283-36/+0
* add cleanup logic to handle specific leaksMike Frysinger2016-12-281-0/+4
* start some likely/unlikely helpersMike Frysinger2016-12-289-13/+13
* copy_file: rewrite to use fdsMike Frysinger2016-12-281-22/+41
* --quiet: do not suppress fatal error messagesMike Frysinger2016-11-261-1/+3
* human_readable: resync with upstream busybox #590932Mike Frysinger2016-11-121-40/+37
* qlop: parse args as atoms instead of substringsMike Frysinger2016-02-131-9/+22
* autogen: pull in inttypes as we use itMike Frysinger2016-02-132-4/+0
* compat: drop redundant headersMike Frysinger2016-02-131-3/+0
* compat: drop strcasestr/asprintf fallbackMike Frysinger2016-02-131-22/+0
* main: optimize portdir setup slightlyMike Frysinger2015-11-271-2/+4
* qcache: add multiple overlay supportMike Frysinger2015-11-271-0/+16