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
/
qcache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qcache: fix by Gabriel Homeier for getline() crash due to buf not being set u...
Mike Frysinger
2013-09-29
1
-2
/
+3
*
kill off more spurious/useless parens
Mike Frysinger
2012-10-28
1
-15
/
+15
*
Fix compiler warnings for signedness.
v0.11
Robin H. Johnson
2012-08-13
1
-18
/
+17
*
convert many fgets() to getline(), clean up ARRAY_SIZE usage, and some other ...
Mike Frysinger
2011-02-21
1
-5
/
+6
*
constify more strings
Mike Frysinger
2011-02-21
1
-4
/
+4
*
- update headers
Ned Ludd
2010-04-07
1
-3
/
+3
*
clean up handling of arch/keyword lists so we dont index invalid memory #2320...
Mike Frysinger
2010-01-25
1
-86
/
+76
*
check return value of read() to avoid gcc warnings
Mike Frysinger
2010-01-16
1
-4
/
+4
*
update qcache_vercmp prototype to match latest scandir prototype and avoid ug...
Mike Frysinger
2010-01-13
1
-5
/
+5
*
On behalf of solar; add libq/compat.c with contains code for non-GNU platform...
Fabian Groffen
2008-03-15
1
-5
/
+4
*
- update copyright headers
v0.1.27
Ned Ludd
2007-05-24
1
-3
/
+3
*
- revert some asprintf() that are a bit off
Ned Ludd
2007-04-25
1
-8
/
+15
*
- use cleaner internal xasprintf() function
Ned Ludd
2007-04-23
1
-15
/
+8
*
- use xasprintf vs asprintf so we inherit some error checking
v0.1.26
Ned Ludd
2007-04-18
1
-4
/
+4
*
more helpful warning about dir in cache but not in portdir
Mike Frysinger
2007-04-18
1
-3
/
+3
*
use warnp/errp funcs
Mike Frysinger
2007-04-18
1
-6
/
+6
*
use xzalloc()
Mike Frysinger
2007-04-18
1
-15
/
+9
*
continue gracefully if cache is out of sync with portdir
Mike Frysinger
2007-04-18
1
-12
/
+13
*
make sure qcache_read_cache_file() worked
Mike Frysinger
2007-04-18
1
-3
/
+5
*
- Bug #173527 - -Os compile time warnings
Ned Ludd
2007-04-06
1
-4
/
+3
*
- ignore cpickle files and use asprintf here and there to make the code a bit...
Ned Ludd
2007-02-20
1
-12
/
+7
*
Fix segfault in qcache caused by ebuilds with empty KEYWORDS. Example, media-...
Thomas Cort
2007-02-14
1
-2
/
+5
*
use xcalloc(num,size) rather than malloc(num*size);memset()
Mike Frysinger
2006-11-09
1
-14
/
+10
*
fix style/whitespace
Mike Frysinger
2006-11-09
1
-95
/
+114
*
dont cast xmalloc return
Mike Frysinger
2006-11-08
1
-10
/
+10
*
Re-add keyword distribution stats.
Thomas Cort
2006-09-20
1
-3
/
+77
*
Re-wrote qcache to use /var/cache/edb/dep instead of
Thomas Cort
2006-09-16
1
-476
/
+661
*
Added --not/-n option for qcache. Expand -* in KEYWORDS.
Thomas Cort
2006-08-14
1
-18
/
+57
*
dont output unstable arches in quiet mode
Mike Frysinger
2006-07-17
1
-4
/
+10
*
Added uri protocol counts for SRC_URI and HOMEPAGE.
Thomas Cort
2006-07-10
1
-12
/
+106
*
Fix array initializers in qcache_stats(). Delare current_package_keywords as ...
Thomas Cort
2006-07-10
1
-7
/
+9
*
Add .texinfo/.html/.bin/.jar/.pdf/.tar/.txt/.wsz/.xpi/.7z to distfile filetypes.
Thomas Cort
2006-07-07
1
-2
/
+12
*
Add .deb/.rpm/tgz to distfile types.
Thomas Cort
2006-07-07
1
-2
/
+5
*
Added -s/--stats functionality to display statistics about /usr/portage.
Thomas Cort
2006-07-07
1
-7
/
+166
*
Use snprintf instead of strcpy+strcat.
Thomas Cort
2006-05-26
1
-21
/
+16
*
Speed up decode_arch() by starting searches of archlist at index 1; index 0 i...
Thomas Cort
2006-05-25
1
-12
/
+10
*
Simplify vercmp() by using atom_compare_str.
Thomas Cort
2006-05-24
1
-31
/
+6
*
Simplify read_keywords() by using strktok and cache_read_file.
Thomas Cort
2006-05-24
1
-19
/
+14
*
Added -c,--matchcat to qcache to restrict the results to packages in a specif...
Thomas Cort
2006-05-22
1
-5
/
+21
*
Renamed --testing-only to --testing. Remove required options on non optional ...
Thomas Cort
2006-05-21
1
-2
/
+3
*
Renamed --testing-only to --testing. Remove required options on non optional ...
Thomas Cort
2006-05-21
1
-59
/
+65
*
Moved qimlate into qcache. Adds the -d/--dropped flag to list packages with d...
Thomas Cort
2006-05-19
1
-0
/
+439