aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - make -t/show_merge_times atom matching more robust. bug 115733v0.1.20Ned Ludd2006-07-221-7/+25
|
* - update manpages for orphans optionNed Ludd2006-07-221-1/+4
|
* - make --quiet mode when used with --umap option output a format that is ↵Ned Ludd2006-07-191-4/+9
| | | | suitable directly in package.use; Example: qlist -UqC | grep " "
* - Use xmalloc vs malloc for error checking. err() is a function that would ↵Ned Ludd2006-07-191-10/+10
| | | | die thus it can not really be called two times in a row followed by a continue; changed those to warn()
* - fix up segv in initial orphan handling code. attachment#92150 from bug ↵Ned Ludd2006-07-181-11/+11
| | | | 140019 degrenier@easyconnect
* - qfile new option to find orphan files bug 140019Ned Ludd2006-07-181-17/+50
|
* - qfile optimizations. bug #139825Ned Ludd2006-07-181-74/+68
|
* dont output unstable arches in quiet modeMike Frysinger2006-07-171-4/+10
|
* Added uri protocol counts for SRC_URI and HOMEPAGE.Thomas Cort2006-07-101-12/+106
|
* Fix array initializers in qcache_stats(). Delare current_package_keywords as ↵Thomas Cort2006-07-101-7/+9
| | | | static.
* - add qcahce man page. update pre defined binhosts. warn if file i/o is dirt ↵v0.1.19Ned Ludd2006-07-092-6/+66
| | | | slow
* - misc updatesNed Ludd2006-07-092-13/+25
|
* - update qfile behavior with symlinks. Bug #130004 TGL degrenier@easyconnectNed Ludd2006-07-091-37/+138
|
* - update q --option handling. bug 139772 ; TGL degrenier@easyconnectNed Ludd2006-07-091-2/+10
|
* Add .texinfo/.html/.bin/.jar/.pdf/.tar/.txt/.wsz/.xpi/.7z to distfile filetypes.Thomas Cort2006-07-071-2/+12
|
* Add .deb/.rpm/tgz to distfile types.Thomas Cort2006-07-071-2/+5
|
* Added -s/--stats functionality to display statistics about /usr/portage.Thomas Cort2006-07-071-7/+166
|
* - make display md5sums twiceNed Ludd2006-07-041-12/+11
|
* - make -F/-f behavior a little smarterNed Ludd2006-07-031-10/+20
|
* add support for scanning the new desc files in the profiles/desc/ dirMike Frysinger2006-06-101-2/+45
|
* - make error msg for invalid package destinations make more senseNed Ludd2006-06-051-3/+3
|
* - Raise buffer sizes cuz X/PHP is such a fatty. TGL bug 134488Ned Ludd2006-06-051-7/+7
|
* - fully qualified path namesNed Ludd2006-06-041-2/+4
|
* - dont use parts the atom till after we explode itNed Ludd2006-06-041-4/+3
|
* - depends buffer is to small for X and PHP these daysv0.1.18Ned Ludd2006-06-041-5/+5
|
* - add a few sanity checks when using the -P option.Ned Ludd2006-06-041-7/+14
|
* Use snprintf instead of strcpy+strcat.Thomas Cort2006-05-261-21/+16
|
* - c-api python/portage interfaceNed Ludd2006-05-266-12/+145
|
* Speed up decode_arch() by starting searches of archlist at index 1; index 0 ↵Thomas Cort2006-05-251-12/+10
| | | | is 'unknown' and not a valid arch, so nothing would ever match it. Also changed -m,--match to -p,--matchpkg.
* Simplify vercmp() by using atom_compare_str.Thomas Cort2006-05-241-31/+6
|
* Simplify read_keywords() by using strktok and cache_read_file.Thomas Cort2006-05-241-19/+14
|
* fix memleak with hashed_file pointed out by Thomas CortMike Frysinger2006-05-241-3/+6
|
* fix memleak pointed out by Thomas CortMike Frysinger2006-05-241-3/+4
|
* plug memleak from using scandir()Mike Frysinger2006-05-241-2/+4
|
* fix memleaks from using scandir() as found by Thomas CortMike Frysinger2006-05-241-2/+4
|
* Added -c,--matchcat to qcache to restrict the results to packages in a ↵Thomas Cort2006-05-221-5/+21
| | | | specific category. Also fixed a memory leak when -m was enabled -- forgot to free(categories[i]).
* Renamed --testing-only to --testing. Remove required options on non optional ↵Thomas Cort2006-05-211-2/+3
| | | | flags. Fixes the indentation thing so that the code is more readable. Patch from by solar.
* Renamed --testing-only to --testing. Remove required options on non optional ↵Thomas Cort2006-05-211-59/+65
| | | | flags. Ffixes the indentation thing so that the code is more
* Moved qimlate into qcache. Adds the -d/--dropped flag to list packages with ↵Thomas Cort2006-05-1921-356/+479
| | | | 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.
* - Adds a bit more flexibility for adding new arches.Ned Ludd2006-05-191-74/+87
| | | | | | | | - Faster decode_arch() - Adds -m/--match flag to only match a single pkg. - Code cleanup. Use more continues and less nesting and indenting. - No fatal error on CVS dirs. - Be less verbose about trivial errors.
* Fix a typo which sometimes caused qimlate to fail, see Bug #133514. Also fix ↵Thomas Cort2006-05-161-5/+5
| | | | a check for 2 errors, error checking patch by tove@g.o.
* fix signed warningsMike Frysinger2006-05-151-5/+5
|
* s/utimes/utime/Mike Frysinger2006-05-151-4/+4
|
* add a size constant for md5Mike Frysinger2006-05-151-0/+2
|
* add a bad constants testMike Frysinger2006-05-141-0/+10
|
* help out new PATH_MAX source code testMike Frysinger2006-05-141-2/+2
|
* use _Q_PATH_MAX instead of PATH_MAXMike Frysinger2006-05-141-3/+3
|
* test for checking the source codeMike Frysinger2006-05-143-1/+70
|
* define each arch in the arch list enum as q_arch to avoid conflicts with any ↵Thomas Cort2006-05-141-26/+26
| | | | compiler defined macros. Fixes bug #133303. Patch by solar@g.o.
* - add qimlate.1 and update other man pagesNed Ludd2006-05-1416-34/+73
|