GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/portage-utils.git
master
Small and fast Portage helper tools written in C
Mike Frysinger <vapier@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qcheck.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rewrite qcheck to use *at style funcs
Mike Frysinger
2011-10-03
1
-221
/
+263
*
add xregcomp helpers
Mike Frysinger
2011-10-03
1
-9
/
+3
*
add prelink support to qcheck; patch based heavily on Martin von Gagern's wor...
Mike Frysinger
2011-10-03
1
-6
/
+11
*
combine the portroot/portvdb chdirs to avoid leading slash issues in portvdb ...
Mike Frysinger
2011-03-17
1
-4
/
+4
*
constify more strings
Mike Frysinger
2011-02-21
1
-3
/
+3
*
qcheck: exit(0) only when all files are good to aid in scripting as suggested...
v0.4
Mike Frysinger
2010-06-08
1
-5
/
+10
*
qcheck: add support by Darren Smith for ignoring files via regex #301360
Mike Frysinger
2010-06-08
1
-12
/
+52
*
- update headers
Ned Ludd
2010-04-07
1
-5
/
+5
*
introduce and use xchdir()
Mike Frysinger
2010-01-13
1
-7
/
+6
*
fix strncat usage
Mike Frysinger
2010-01-13
1
-4
/
+4
*
- add -B option to only print bad files in qcheck. Make qmerge respect ROOT= ...
Ned Ludd
2008-04-12
1
-22
/
+43
*
On behalf of solar; add libq/compat.c with contains code for non-GNU platform...
Fabian Groffen
2008-03-15
1
-3
/
+3
*
- update copyright headers
v0.1.27
Ned Ludd
2007-05-24
1
-5
/
+5
*
- whitespace cleanups
Ned Ludd
2007-05-23
1
-4
/
+2
*
- small bug fix for qcheck bug 173753
Ned Ludd
2007-05-12
1
-6
/
+6
*
use warnp/errp funcs
Mike Frysinger
2007-04-18
1
-3
/
+3
*
src.style: eat trailing whitespace
Mike Frysinger
2007-04-14
1
-4
/
+4
*
- add noregex/exact matching option for qcheck for packages like libstdc++-v3
Ned Ludd
2007-04-08
1
-12
/
+29
*
add support from Gordon Malm for selecting which items to process
Mike Frysinger
2007-04-08
1
-44
/
+90
*
eat whitespace
Mike Frysinger
2006-12-25
1
-4
/
+4
*
- style updates
Ned Ludd
2006-12-25
1
-3
/
+3
*
- update qcheck -u to take mtimes into account. bug 157624 Gerte Hoogewerf <g...
v0.1.22
Ned Ludd
2006-12-11
1
-9
/
+23
*
fix style/whitespace
Mike Frysinger
2006-11-09
1
-4
/
+4
*
fix memleak with hashed_file pointed out by Thomas Cort
Mike Frysinger
2006-05-24
1
-3
/
+6
*
- fix dropping valid obj entries in update mode. use fputs when we dont need ...
Ned Ludd
2006-04-15
1
-4
/
+7
*
- add --update/-u switch to qcheck to update checksums
Ned Ludd
2006-04-15
1
-7
/
+47
*
define stub functions for now since the weak handling is broken when building...
Mike Frysinger
2006-01-26
1
-2
/
+4
*
use the APPLET_ define style to enable/disable applets as solar was doing before
Mike Frysinger
2006-01-25
1
-3
/
+3
*
touchup how we declare/include applets so that many steps can be automated
Mike Frysinger
2006-01-24
1
-2
/
+6
*
update copyright years
Mike Frysinger
2006-01-05
1
-5
/
+5
*
define our own _Q_PATH_MAX rather than relying on _POSIX_PATH_MAX/PATH_MAX
Mike Frysinger
2005-12-30
1
-3
/
+3
*
- added qatom and removed the need for the applets enum
Ned Ludd
2005-12-11
1
-3
/
+3
*
define rcsid strings as const
Mike Frysinger
2005-11-24
1
-3
/
+2
*
- added per applet rcsid
Ned Ludd
2005-11-06
1
-1
/
+3
*
cleanup license header
Mike Frysinger
2005-09-24
1
-21
/
+3
*
move the q_vdb_get_next_dir() func into shared space and make all applets use...
Mike Frysinger
2005-08-19
1
-12
/
+12
*
finish adding support for ROOT
Mike Frysinger
2005-08-19
1
-15
/
+5
*
Bruno Prémont says: rip CONTENTS parser out of qcheck.c, fix it so that it w...
Mike Frysinger
2005-07-20
1
-77
/
+48
*
tweak signed/unsigned char usage to avoid mismatches
Mike Frysinger
2005-06-24
1
-2
/
+2
*
- chroot before package verification if option is given
Ned Ludd
2005-06-20
1
-5
/
+14
*
return EXIT_SUCCESS instead of 0
Mike Frysinger
2005-06-14
1
-2
/
+2
*
GREE -> GREEN
Mike Frysinger
2005-06-14
1
-2
/
+2
*
use the portvdb variable instead of hardcoded string
Mike Frysinger
2005-06-13
1
-2
/
+2
*
use updated color output, the shared vdb variable, clean up the code in gener...
Mike Frysinger
2005-06-10
1
-76
/
+98
*
- fix silly crash with files we don't have read access to.\n
Ned Ludd
2005-06-09
1
-9
/
+16
*
typecast to get rid of warning
Mike Frysinger
2005-06-09
1
-3
/
+7
*
add MD5 support from busybox
Mike Frysinger
2005-06-09
1
-4
/
+13
*
parse out the md5 string
Mike Frysinger
2005-06-09
1
-9
/
+21
*
- qcheck: added -a switch
Ned Ludd
2005-06-09
1
-9
/
+16
*
import start of a qcheck applet
Mike Frysinger
2005-06-09
1
-0
/
+149