aboutsummaryrefslogtreecommitdiff
path: root/qlop.c
Commit message (Expand)AuthorAgeFilesLines
* no point in defining __QLOP_CURRENT__ anymoreMike Frysinger2007-01-101-4/+2
* Add support for qlop -c on FreeBSD platform, by using KVM to access processes...Diego Pettenò2007-01-101-3/+62
* fix style/whitespaceMike Frysinger2006-11-091-3/+3
* only pull out things that are inside sandbox #147039 by Vladimir KulevMike Frysinger2006-09-111-4/+4
* - fix typo.Ned Ludd2006-07-251-4/+4
* - make -t/show_merge_times atom matching more robust. bug 115733v0.1.20Ned Ludd2006-07-221-7/+25
* - make qlop a bit more verbose when !average. Initial patch from exg. addtion...Ned Ludd2006-03-191-4/+10
* define stub functions for now since the weak handling is broken when building...Mike Frysinger2006-01-261-2/+4
* use the APPLET_ define style to enable/disable applets as solar was doing beforeMike Frysinger2006-01-251-3/+3
* touchup how we declare/include applets so that many steps can be automatedMike Frysinger2006-01-241-2/+6
* make the output a little nicerMike Frysinger2006-01-051-13/+14
* add support for varying levels of quietMike Frysinger2005-12-301-4/+14
* - added qatom and removed the need for the applets enumNed Ludd2005-12-111-3/+3
* use a more terse help descriptionMike Frysinger2005-12-061-3/+3
* define rcsid strings as constMike Frysinger2005-11-241-3/+2
* - added per applet rcsidNed Ludd2005-11-061-2/+2
* fix previous fix as well as a few other silent returnsMike Frysinger2005-11-021-4/+8
* - qlop can fail silently if the user is not in the portage group. bug #111181...Ned Ludd2005-11-011-2/+4
* scan /proc ourselves looking for sandboxes rather than relying on the sandbox...Mike Frysinger2005-10-201-33/+26
* cleanup license headerMike Frysinger2005-09-241-20/+3
* Florian Lüke writes:Mike Frysinger2005-09-121-23/+30
* - improve the human readable format handling a little more by making the fiel...Ned Ludd2005-07-171-8/+9
* - add human_readable time format handling for standard earthlingsNed Ludd2005-07-171-34/+47
* - add -g option to qlop. disable multiline reads in quse.c which was causing ...Ned Ludd2005-07-071-9/+14
* add support for checking current emerge timesMike Frysinger2005-06-251-26/+140
* - sorted all the applets. colorized help screens. remove undefined reference ...Ned Ludd2005-06-201-3/+1
* - display cache generation time more accurately. add command line option to r...Ned Ludd2005-06-191-3/+6
* unify the -l/-L and -u/-U optionsMike Frysinger2005-06-191-29/+24
* add -u for showing unmerged log historyMike Frysinger2005-06-191-23/+37
* add support for showing sync historyMike Frysinger2005-06-191-10/+50
* make user doesnt pass -f or -L more than onceMike Frysinger2005-06-191-3/+10
* add list options for a specific package or all packagesMike Frysinger2005-06-191-10/+74
* handle multiple arguments and add support for custom log file (-f)Mike Frysinger2005-06-191-13/+27
* rename atom_free func to atom_implodeMike Frysinger2005-06-191-2/+2
* - updated Makefile, added new options to qfile and qlist applets.Ned Ludd2005-06-191-6/+9
* - add the initial qlop frameworkNed Ludd2005-06-191-0/+135