summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-22*** empty log message ***Aaron Griffin
2006-11-22* Whoops util MakefileAaron Griffin
2006-11-22Added Dan McGee to the Authors file for his contributions on the mailing listAaron Griffin
2006-11-22* usize -> isize conversionAaron Griffin
2006-11-22* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin
2006-11-22Removed global maxcols - it is looked up on the fly now, so the progress bar isAaron Griffin
2006-11-22* Fixed an error when trying to download to an unwritable locationAaron Griffin
2006-11-22* Fixed a double free which happened in 2 cases in --syncAaron Griffin
2006-11-20libalpm appends the trailing / to the config root, no need to do it hereAaron Griffin
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin
2006-11-16Minor makepkg changes - mainly from Daniel McGeeAaron Griffin
2006-11-16* makepkg.conf.in variable changes (missed the checkin)Aaron Griffin
2006-11-15* integrity check looping - support multiple algorithms at onceAaron Griffin
2006-11-15* Changes to some of the TODOs and a brief glance at the NEWS file...Aaron Griffin
2006-11-15* Initial changes to gensync - makepkg changes were not checked in from anotherAaron Griffin
2006-11-14* has_archname additionsAaron Griffin
2006-11-14* has_archname changesAaron Griffin
2006-11-14* autotool fixesAaron Griffin
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin
2006-11-13*** empty log message ***Aaron Griffin
2006-11-10Skip root check on -SpAaron Griffin
2006-11-09Last mtrace/setenv change, I swearAaron Griffin
2006-11-09Whoops - I fail at setenvAaron Griffin
2006-11-09mcheck() seems to cause segfaults. Annoying. Switched back to useing mtrace...Aaron Griffin
2006-11-08* Improved mcheck outputAaron Griffin
2006-11-08* Fixed an error message that should be a debug messageAaron Griffin
2006-11-07Added mcheck support for memory debuggingAaron Griffin
2006-11-03Removed antesis mirror, as it no longer worksAaron Griffin
2006-11-03* Modified some error output and loggingAaron Griffin
2006-11-02* Fixed some alpm_get_option calls (long params were used for C99 compliance,Aaron Griffin
2006-11-01Added a newline upong progress completion - this was accidentally left out ca...Aaron Griffin
2006-11-01Whoops forgot thisAaron Griffin
2006-11-01Fixed pacman -U:Aaron Griffin
2006-10-31Removed user-CFLAGS during a debug build. Added -Wall to normal build(I like...Aaron Griffin
2006-10-31Forgot to cycle to next server on download error - fixed, as well as theAaron Griffin
2006-10-31* Makefile changes for libfetch integrationAaron Griffin
2006-10-31Numerous changes:Aaron Griffin
2006-10-31Numerous changes:Aaron Griffin
2006-10-31Added libfetch linux port + misc changesAaron Griffin
2006-10-27Fri Oct 27 21:54:32 CEST 2006 VMiklos <vmiklos@frugalware.org>Aaron Griffin
2006-10-27Remove generated man pages from CVSAaron Griffin
2006-10-25Moved downloaded db unpacking to the backend files, to easier allow conversionAaron Griffin
2006-10-25Fixed library directory for bindings - we need the craptastic .libs libtool dirAaron Griffin
2006-10-24Attempted fix for x86_64 - switched some unsigned char variables to ints, andAaron Griffin
2006-10-24Added PM_DLFNM_LEN define, via VMiklosAaron Griffin
2006-10-23Added re-pacmanAaron Griffin
2006-10-21Reverted the "out of memory" error to 1 to prevent API changes.Aaron Griffin
2006-10-21Fixes from frugalware: few 'typos' included while patchingAaron Griffin
2006-10-21Fixed this test so that it succeeds - it is probably not 100% appropriate, butAaron Griffin
2006-10-21More extern moving - keep extern decls in the headers makes for easier/betterAaron Griffin