summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-01-29* Fix building outside $(srcdir).Jürgen Hötzel
2007-01-26Missed that 8)Aaron Griffin
2007-01-26Dan McGee <dpmcgee@gmail.com>Aaron Griffin
2007-01-26* copy and paste error, "resolving deps" -> "cleaning up"Aaron Griffin
2007-01-24Cleanup 'neednl' usage - make it staticAaron Griffin
2007-01-24* Shuffled some of the alpm_list free funtions - still not perfect, but betterAaron Griffin
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin
2007-01-23Removed some debugging cruft left in in the last commitAaron Griffin
2007-01-23* Added some calloc calls to replace the malloc-then-set-to-zero functionalityAaron Griffin
2007-01-22* Dan McGee <dpmcgee@gmail.com>Aaron Griffin
2007-01-22Removed list.hAaron Griffin
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin
2007-01-18* remove static neednl - no accessor functions (yet)Aaron Griffin
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron Griffin
2007-01-17Dan McGee <dpmcgee@gmail.com>Aaron Griffin
2007-01-17cvsignore cleanup and additionsAaron Griffin
2007-01-03* cosmetic: newline after "local database is up to date"Aaron Griffin
2007-01-03* bug fix FS#6100 - fix --print-uris outputAaron Griffin
2006-12-29* Fix a missing slash separator in printed uriAaron Griffin
2006-12-29* Removed latest fix from TODO.autoconfAaron Griffin
2006-12-28Column fix when stdout is redirected. Default to 80.Aaron Griffin
2006-12-28Configuration changes:Aaron Griffin
2006-12-22Modified front end output routines to accept a "padding' setting, which pads anyAaron Griffin
2006-12-14* Dan McGee's makepkg updates http://www.archlinux.org/pipermail/pacman-dev/2...Aaron Griffin
2006-12-08A few minor updates so --root works again.Aaron Griffin
2006-12-08Removed an extra call to alpm_option_set_root() - it is set by alpm_init()Aaron Griffin
2006-12-05Changed upgrade message to use the term "installation" to make the meaning moreAaron Griffin
2006-12-05Changed "Total Uncompressed Size" to "Total Installed Size"Aaron Griffin
2006-12-05Added dbpath validationAaron Griffin
2006-12-01* Fixed the bug where -R pkgA pkgB failed when pkgA depended on pkgBAaron Griffin
2006-12-01* Cosmetic changes and typo fixesAaron Griffin
2006-11-27* cosmetic: double space in "full system upgrade"Aaron Griffin
2006-11-23* Move sync *after* transaction init (lock file). We don't want to stomp on theAaron Griffin
2006-11-23-std=c99 seems to undefine PATH_MAX in this case. I don't care enough to fix itAaron Griffin
2006-11-22* Whoops util MakefileAaron 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 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-16* makepkg.conf.in variable changes (missed the checkin)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* autotool fixesAaron Griffin
2006-11-14* Numerous mini valgrind fixes.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