summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* A few minor updates so --root works again.Aaron Griffin2006-12-08
* Removed an extra call to alpm_option_set_root() - it is set by alpm_init()Aaron Griffin2006-12-08
* Changed upgrade message to use the term "installation" to make the meaning moreAaron Griffin2006-12-05
* Check status of final tar/compress package creation for final status (FS#3382)Aaron Griffin2006-12-05
* Corrected -Qg descriptionAaron Griffin2006-12-05
* Added 'abs' and configs to CVSAaron Griffin2006-12-05
* Changed "Total Uncompressed Size" to "Total Installed Size"Aaron Griffin2006-12-05
* Corrected -Rsc operation - dependancy info was not being read from the DBAaron Griffin2006-12-05
* Added dbpath validationAaron Griffin2006-12-05
* * Fixed the bug where -R pkgA pkgB failed when pkgA depended on pkgBAaron Griffin2006-12-01
* * Cosmetic changes and typo fixesAaron Griffin2006-12-01
* * cosmetic: double space in "full system upgrade"Aaron Griffin2006-11-27
* * Fixed some error output for "-Sd" and "-Rsc" dealing with missing/ignoredAaron Griffin2006-11-24
* * Move sync *after* transaction init (lock file). We don't want to stomp on theAaron Griffin2006-11-23
* -std=c99 seems to undefine PATH_MAX in this case. I don't care enough to fix itAaron Griffin2006-11-23
* *** empty log message ***Aaron Griffin2006-11-22
* * Whoops util MakefileAaron Griffin2006-11-22
* Added Dan McGee to the Authors file for his contributions on the mailing listAaron Griffin2006-11-22
* * usize -> isize conversionAaron Griffin2006-11-22
* * Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin2006-11-22
* Removed global maxcols - it is looked up on the fly now, so the progress bar isAaron Griffin2006-11-22
* * Fixed an error when trying to download to an unwritable locationAaron Griffin2006-11-22
* * Fixed a double free which happened in 2 cases in --syncAaron Griffin2006-11-22
* libalpm appends the trailing / to the config root, no need to do it hereAaron Griffin2006-11-20
* * repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin2006-11-20
* Minor makepkg changes - mainly from Daniel McGeeAaron Griffin2006-11-16
* * makepkg.conf.in variable changes (missed the checkin)Aaron Griffin2006-11-16
* * integrity check looping - support multiple algorithms at onceAaron Griffin2006-11-15
* * Changes to some of the TODOs and a brief glance at the NEWS file...Aaron Griffin2006-11-15
* * Initial changes to gensync - makepkg changes were not checked in from anotherAaron Griffin2006-11-15
* * has_archname additionsAaron Griffin2006-11-14
* * has_archname changesAaron Griffin2006-11-14
* * autotool fixesAaron Griffin2006-11-14
* * Numerous mini valgrind fixes.Aaron Griffin2006-11-14
* *** empty log message ***Aaron Griffin2006-11-13
* Skip root check on -SpAaron Griffin2006-11-10
* Last mtrace/setenv change, I swearAaron Griffin2006-11-09
* Whoops - I fail at setenvAaron Griffin2006-11-09
* mcheck() seems to cause segfaults. Annoying. Switched back to useing mtrace...Aaron Griffin2006-11-09
* * Improved mcheck outputAaron Griffin2006-11-08
* * Fixed an error message that should be a debug messageAaron Griffin2006-11-08
* Added mcheck support for memory debuggingAaron Griffin2006-11-07
* Removed antesis mirror, as it no longer worksAaron Griffin2006-11-03
* * Modified some error output and loggingAaron Griffin2006-11-03
* * Fixed some alpm_get_option calls (long params were used for C99 compliance,Aaron Griffin2006-11-02
* Added a newline upong progress completion - this was accidentally left out ca...Aaron Griffin2006-11-01
* Whoops forgot thisAaron Griffin2006-11-01
* Fixed pacman -U:Aaron Griffin2006-11-01
* Removed user-CFLAGS during a debug build. Added -Wall to normal build(I like...Aaron Griffin2006-10-31
* Forgot to cycle to next server on download error - fixed, as well as theAaron Griffin2006-10-31