aboutsummaryrefslogtreecommitdiff
Commit message (Expand)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 suit...Ned Ludd2006-07-191-4/+9
* - Use xmalloc vs malloc for error checking. err() is a function that would di...Ned Ludd2006-07-191-10/+10
* - fix up segv in initial orphan handling code. attachment#92150 from bug 1400...Ned Ludd2006-07-181-11/+11
* - 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
* - add qcahce man page. update pre defined binhosts. warn if file i/o is dirt ...v0.1.19Ned Ludd2006-07-092-6/+66
* - 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 i...Thomas Cort2006-05-251-12/+10
* 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 specif...Thomas Cort2006-05-221-5/+21
* Renamed --testing-only to --testing. Remove required options on non optional ...Thomas Cort2006-05-211-2/+3
* Renamed --testing-only to --testing. Remove required options on non optional ...Thomas Cort2006-05-211-59/+65
* Moved qimlate into qcache. Adds the -d/--dropped flag to list packages with d...Thomas Cort2006-05-1921-356/+479
* - Adds a bit more flexibility for adding new arches.Ned Ludd2006-05-191-74/+87
* Fix a typo which sometimes caused qimlate to fail, see Bug #133514. Also fix ...Thomas Cort2006-05-161-5/+5
* 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
* - add qimlate.1 and update other man pagesNed Ludd2006-05-1416-34/+73