aboutsummaryrefslogtreecommitdiff
path: root/libq
Commit message (Expand)AuthorAgeFilesLines
* dont segfault if we are fed a crappy atomMike Frysinger2006-01-241-4/+10
* - add options to ignore checksums so you can use local binrepo files also. Ad...Ned Ludd2006-01-231-4/+3
* - add --nodeps and rdepends merging option. rename -i to -KNed Ludd2006-01-211-8/+8
* - (qmerge) added SHA1 support. added slotting support. added -U/--unmerge sup...Ned Ludd2006-01-161-0/+1
* try and handle leading zerosMike Frysinger2006-01-141-1/+12
* macro away all nls funcsMike Frysinger2006-01-141-2/+5
* - add gettext support and strincr_var() function for incremental variables su...Ned Ludd2006-01-133-1/+14
* forgot to commitMike Frysinger2006-01-111-0/+122
* first pass at an atom compare func (needs polishing)Mike Frysinger2006-01-112-6/+16
* - updates from the weekendNed Ludd2006-01-091-0/+1
* update copyright yearsMike Frysinger2006-01-051-5/+5
* cache the memory used by atoms for a slight speed boostMike Frysinger2006-01-051-4/+22
* - libq multipart merge.Ned Ludd2006-01-025-7/+104
* - shift some functions around so to make it eaiser to include libqNed Ludd2006-01-014-1/+58
* - added vdb virtual providers resolving codeNed Ludd2005-11-011-4/+8
* - some versions of distcc or cpp seem to be buggy with unbalanced comments wi...Ned Ludd2005-10-311-9/+2
* - save and restore cwd when resolving virtualsNed Ludd2005-10-301-8/+15
* - fixing up dup handlingNed Ludd2005-10-291-4/+5
* update README now that most relative links workNed Ludd2005-10-292-6/+3
* - resolve virtuals and save into a simple linked listNed Ludd2005-10-291-68/+153
* - lets go with realpath anyway for qfile handling of relative pathsNed Ludd2005-10-292-2/+57
* fix handling of short package atomsMike Frysinger2005-10-251-4/+5
* - added some basic code to resolve virtuals.Ned Ludd2005-10-132-0/+96
* cleanup license headerMike Frysinger2005-09-241-20/+3
* add support for generating PMike Frysinger2005-08-191-3/+6
* add a macro for xasprintf()Mike Frysinger2005-07-252-0/+30
* tweak signed/unsigned char usage to avoid mismatchesMike Frysinger2005-06-241-3/+3
* unify the version code paths and properly handle atoms which do not contain a...Mike Frysinger2005-06-211-8/+12
* optimize a few code pathsMike Frysinger2005-06-211-39/+45
* make -r# parsing simpler and more robustMike Frysinger2005-06-201-25/+16
* handle atoms without categoriesMike Frysinger2005-06-201-80/+83
* rename atom_free func to atom_implodeMike Frysinger2005-06-191-2/+2
* rename atom_free func to atom_implodeMike Frysinger2005-06-191-2/+2
* get rid of extra pointerMike Frysinger2005-06-141-8/+12
* fork atom_explode() into its own fileMike Frysinger2005-06-142-0/+157
* import xstrdup() from busyboxMike Frysinger2005-06-132-0/+44
* move endian/byteswap to linux definesMike Frysinger2005-06-102-2/+7
* enable sha1 hashingMike Frysinger2005-06-101-1/+1
* move human_readable.c to a sep fileMike Frysinger2005-06-102-0/+93
* import functions from busyboxMike Frysinger2005-06-095-0/+980