aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update copyrightsFabian Groffen2018-04-051-1/+1
|
* drop _q_static and standardize func prototypes a bitMike Frysinger2016-12-281-8/+10
|
* 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.
* qglsa: rewrite main body to support overlaysMike Frysinger2015-11-261-49/+66
| | | | | | | | | Mostly mechanical changes to split the large body of code out of main and into a standalone function. Don't spend time splitting this up into smaller commits as qglsa has been disabled for quite some time. URL: https://bugs.gentoo.org/553260
* cache: rework and move to /var/cache/edbMike Frysinger2015-05-191-6/+10
| | | | | | | | | | Since we want the portdir to be read-only when possible, move our cache files to /var/cache/edb. This means the cache regeneration logic isn't as robust (as we can't rely on rsync deleting it), but so be it. We can see about improving this in the future. URL: https://bugs.gentoo.org/548052 Reported-by: Martin Väth <martin@mvath.de>
* qglsa: update code to latest APIsMike Frysinger2015-05-191-25/+26
|
* build: convert all cvs references to gitMike Frysinger2014-03-091-4/+2
|
* kill off more spurious/useless parensMike Frysinger2012-10-281-3/+3
|
* constify more stringsMike Frysinger2011-02-211-5/+5
|
* - update headersNed Ludd2010-04-071-5/+5
|
* introduce and use xchdir()Mike Frysinger2010-01-131-6/+4
|
* - if TERM=dumb disable colorNed Ludd2007-11-241-3/+3
|
* - update copyright headersv0.1.27Ned Ludd2007-05-241-5/+5
|
* - whitespace cleanupsNed Ludd2007-05-231-4/+2
|
* fix style/whitespaceMike Frysinger2006-11-091-3/+3
|
* make sure we write a new line to the glsa fileMike Frysinger2006-04-211-3/+3
|
* flesh out more featuresMike Frysinger2006-04-211-44/+198
|
* 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
|
* first (incompelete) pass at glsa handlingMike Frysinger2006-01-241-0/+155