aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* qtbz2: attempt to fix Coverity taint warningFabian Groffen2022-02-121-1/+13
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* qtbz2: drop warning about archive not being bz2 compressedFabian Groffen2020-05-171-3/+1
| | | | | | | | Since we support many compression formats, and Portage is switching to zstd compression by default, it makes no sense to warn about the compression format used. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* qtbz2: fix Coverity 125889 Unchecked return valueFabian Groffen2020-01-221-1/+2
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* build: compile applets as separate objectsFabian Groffen2019-03-271-54/+35
| | | | | | | | Instead of including everything from a single file, compile each applet separately. This standardises things somewhat, and allows for parallel compilation. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* update copyrightsFabian Groffen2018-04-051-1/+1
|
* qtbz2: improve cli a bitMike Frysinger2016-12-281-4/+7
| | | | | | | Make -t/-x options autoselect the split action. Allow -d to be specified more than once. When given a bad -d path, diagnose it immediately. When we can't autodetect actions, show a specific error message.
* qtbz2: fix leakage of dir_fd via the -d optionMike Frysinger2016-12-281-0/+5
|
* drop _q_static and standardize func prototypes a bitMike Frysinger2016-12-281-6/+6
|
* usage: add an extended text sectionv0.63Mike Frysinger2016-03-271-1/+1
| | | | | | Many applets now are so complicated that a single line of text isn't sufficient to describe all of its capabilities/nuances. Allow them to pass in an arbitrary string of data to contain examples.
* clean up old debug statementsMike Frysinger2015-12-161-3/+0
| | | | | | Much of this debug output has outlived its usefulness now that the code has stabilized. Clean it all up to make the debug builds way less noisy and keep from breaking the tests.
* build: convert all cvs references to gitMike Frysinger2014-03-091-4/+2
|
* start using O_PATHMike Frysinger2014-02-161-3/+3
|
* qtbz2: add magic checks to catch accidental argument swappingv0.21Mike Frysinger2012-11-171-2/+7
|
* qtbz2: make -j doc more clear, as well as the error message when it failsMike Frysinger2012-11-171-4/+5
|
* make MIN/MAX helpers generally availableMike Frysinger2011-10-021-4/+3
|
* redo -d dir option so that it avoids chdir, and redo some of the state so ↵Mike Frysinger2011-02-281-67/+131
| | | | that these applets can be run by other applets
* constify more stringsMike Frysinger2011-02-211-3/+3
|
* if we cant open files for writting, then abort with a message as pointed out ↵Mike Frysinger2010-06-081-3/+3
| | | | by Steve L #248067
* - update headersNed Ludd2010-04-071-5/+5
|
* - update copyright headersv0.1.27Ned Ludd2007-05-241-5/+5
|
* - whitespace cleanupsNed Ludd2007-05-231-8/+2
|
* define stub functions for now since the weak handling is broken when ↵Mike Frysinger2006-01-261-2/+4
| | | | building as a PIE
* use the APPLET_ define style to enable/disable applets as solar was doing beforeMike Frysinger2006-01-251-3/+3
|
* touchup how we declare/include applets so that many steps can be automatedMike Frysinger2006-01-241-2/+6
|
* update copyright yearsMike Frysinger2006-01-051-5/+5
|
* - added qatom and removed the need for the applets enumNed Ludd2005-12-111-3/+3
|
* define rcsid strings as constMike Frysinger2005-11-241-2/+2
|
* - added per applet rcsidNed Ludd2005-11-061-1/+2
|
* cleanup license headerMike Frysinger2005-09-241-22/+3
|
* dont try to write if we didnt read anythingMike Frysinger2005-06-241-1/+2
|
* add options to pipe to stdout, extract just the xpak or the tar.bz2, and fix ↵Mike Frysinger2005-06-211-20/+42
| | | | signed overflow issues by using proper unsigned types
* move integer encoding/decoding into reusuable functionsMike Frysinger2005-06-211-13/+26
|
* import a tbz2tool appletMike Frysinger2005-06-211-0/+283