Log of /portage-utils/qcache.c
Parent Directory
|
Revision Log
Revision
1.36 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 25 04:22:49 2010 UTC
(3 years, 4 months ago)
by
vapier
Branch:
MAIN
Changes since
1.35: +76 -86 lines
Diff to
previous 1.35
clean up handling of arch/keyword lists so we dont index invalid memory #232035 and waste time counting the same value over and over
Revision
1.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 13 13:56:42 2010 UTC
(3 years, 5 months ago)
by
vapier
Branch:
MAIN
Changes since
1.33: +5 -5 lines
Diff to
previous 1.33
update qcache_vercmp prototype to match latest scandir prototype and avoid ugly warnings/casts in the process
Revision
1.33 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 15 16:28:06 2008 UTC
(5 years, 3 months ago)
by
grobian
Branch:
MAIN
Changes since
1.32: +4 -5 lines
Diff to
previous 1.32
On behalf of solar; add libq/compat.c with contains code for non-GNU platforms, based on my original Solaris patch + misc Solaris/Darwin compilation fixes
Revision
1.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Sep 16 03:46:41 2006 UTC
(6 years, 9 months ago)
by
tcort
Branch:
MAIN
Changes since
1.15: +666 -481 lines
Diff to
previous 1.15
Re-wrote qcache to use /var/cache/edb/dep instead of
PORTDIR/metadata/cache. Many parts of the code are cleaner. Example,
the arch list is now read in from PORTDIR/profiles/arch.list instead
of being hard coded. Some bugs were fixed. The number of arches
wasn't correct for qcache -s and the previous version of qcache did
not print package names properly which had a '-' followed by a
number (example: font-adobe-utopia-100dpi). The output is identical
to the old version of qcache except where bugs were fixed. The only
thing that isn't as complete as the old version is -s/--stats.
That will be worked on over the next week.
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 25 14:24:49 2006 UTC
(7 years ago)
by
tcort
Branch:
MAIN
Changes since
1.6: +10 -12 lines
Diff to
previous 1.6
Speed up decode_arch() by starting searches of archlist at index 1; index 0 is 'unknown' and not a valid arch, so nothing would ever match it. Also changed -m,--match to -p,--matchpkg.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 22 05:25:11 2006 UTC
(7 years, 1 month ago)
by
tcort
Branch:
MAIN
Changes since
1.3: +21 -5 lines
Diff to
previous 1.3
Added -c,--matchcat to qcache to restrict the results to packages in a specific category. Also fixed a memory leak when -m was enabled -- forgot to free(categories[i]).
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun May 21 22:55:23 2006 UTC
(7 years, 1 month ago)
by
tcort
Branch:
MAIN
Changes since
1.2: +3 -2 lines
Diff to
previous 1.2
Renamed --testing-only to --testing. Remove required options on non optional flags. Fixes the indentation thing so that the code is more readable. Patch from by solar.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun May 21 22:44:54 2006 UTC
(7 years, 1 month ago)
by
tcort
Branch:
MAIN
Changes since
1.1: +65 -59 lines
Diff to
previous 1.1
Renamed --testing-only to --testing. Remove required options on non optional flags. Ffixes the indentation thing so that the code is more
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 19 19:34:56 2006 UTC
(7 years, 1 month ago)
by
tcort
Branch:
MAIN
Moved qimlate into qcache. Adds the -d/--dropped flag to list packages with dropped keywords. Adds the -t/--testing-only flag to list packages that are only in testing on an arch, but not stable. Adds the -a/--all flag to list all packages on an arch that are keyworded ~arch/arch. Removed the qimlate manpage, add the qcache manpage. argv processing still needs to be cleaned up.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.
| Sticky Tag: |
|