aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix safe_fwrite continuation checkv0.3Mike Frysinger2010-01-131-2/+2
* check fwrite return value and handle common issuesMike Frysinger2010-01-133-2/+36
* make sure the chown() workedMike Frysinger2010-01-132-7/+7
* introduce and use xsystem()Mike Frysinger2010-01-133-15/+32
* introduce and use xreadlink(), and fix the length of the bufferMike Frysinger2010-01-136-18/+38
* check the return value of realpath() instead of relying on errno all the timeMike Frysinger2010-01-132-19/+11
* introduce and use xgetcwd()Mike Frysinger2010-01-135-10/+29
* check return value of fgets()Mike Frysinger2010-01-133-8/+11
* shut up freopen() on stderr warningsMike Frysinger2010-01-131-2/+2
* introduce and use xchdir()Mike Frysinger2010-01-1315-113/+105
* fix strncat usageMike Frysinger2010-01-133-13/+13
* use xmalloc as pointed out by solarMike Frysinger2010-01-131-3/+3
* ignore gdb related filesMike Frysinger2010-01-131-0/+4
* add a new "errfp" helper function and convert all err/warn usage in qmerge ov...Mike Frysinger2010-01-133-23/+29
* update qcache_vercmp prototype to match latest scandir prototype and avoid ug...Mike Frysinger2010-01-131-5/+5
* handle really large xpak archives #300744 by Jeremy OlexaMike Frysinger2010-01-131-6/+9
* - Be less restrictive on allowing merges when rdeps are not usedNed Ludd2010-01-131-3/+3
* - noop dead codeNed Ludd2010-01-131-54/+1
* - revert back to ebuild cache vs meta cache. Meta should not be slower, but i...Ned Ludd2010-01-131-3/+3
* delete NULL malloc check pointed out by Didier Barvaux #298962Mike Frysinger2010-01-051-7/+2
* chroot is more fitting for the root symlink action that takes place in proc. ...Ned Ludd2009-12-291-3/+3
* - make qlop print the root path for linux hosts as best as it can figure out....Ned Ludd2009-12-261-2/+15
* use xmalloc, not malloc as pointed out by Pinky #283934Mike Frysinger2009-12-051-3/+3
* - New option. -S/Display installed packages with slotsNed Ludd2009-10-181-6/+24
* undo accidential commitFabian Groffen2009-09-261-0/+7
* move S_BLKSIZE definitions into libq/compat.c per solar's suggestionFabian Groffen2009-09-263-22/+19
* add guards for inttypes.h for InterixFabian Groffen2009-09-253-1/+7
* Add support for HPUX and FreeMiNT by Michael Haubenwallner and Alan HourihaneFabian Groffen2009-09-082-2/+8
* Fix compilation on FreeMiNT by dropping some conflicting but unused code, tha...Fabian Groffen2009-09-081-3/+1
* whitespaceNed Ludd2009-09-082-8/+5
* - fix crash in qdepends. Bug 263892Ned Ludd2009-08-291-4/+5
* - old patch that needs pushing. I think it fixed the -rX problem with qpkgNed Ludd2009-08-232-8/+13
* - Refactor fetching logic (Zdenek Behan <behanz[@]seznam[dot]cz>). bug 266455Ned Ludd2009-05-031-76/+85
* - handle +IUSE flags in qlist -U displayNed Ludd2009-04-171-2/+4
* - make sure we can fetch foo/pkg:slotNed Ludd2009-04-171-2/+16
* use [ rather than [[ for shell codeMike Frysinger2009-04-061-3/+3
* don't define strcasestr static, that conflicts with gnulib's definitionFabian Groffen2009-03-271-1/+1
* use inttypes.h instead of stdint.h for Solaris 9Fabian Groffen2009-03-273-4/+4
* Add support for Gentoo Prefix, by adding the offset to the code where necessaryFabian Groffen2009-03-243-19/+27
* portage-utils-0.1.29-interix.patchFabian Groffen2009-03-241-2/+6
* portage-utils-0.1.29-aix.patchFabian Groffen2009-03-242-3/+11
* portage-utils-0.1.29-darwin.patchFabian Groffen2009-03-241-2/+109
* build release from clean tarballv0.2Mike Frysinger2009-03-231-24/+20
* - display the repo in verbose mode when it is not gentooNed Ludd2009-03-211-2/+9
* always reset the umap bufferNed Ludd2009-03-161-4/+4
* fix typoMike Frysinger2009-03-151-1/+1
* do not stop scanning at first "completed" message since parallel builds now i...Mike Frysinger2009-03-151-5/+6
* allow people to override default vdb path with Q_VDB env var #257251Mike Frysinger2009-03-151-2/+8
* discover HZ dynamically from elf notes on the stack #245393Mike Frysinger2009-03-151-4/+28
* check for lenght typoMike Frysinger2008-12-311-0/+1