summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-19From VMiklos <vmiklos@frugalware.org>Aaron Griffin
* alpm_db_update() fix up the level parameter till now when it was "1", it meant false, which was not in sync with the C logic :)
2006-10-19Removed old db files (unused)Aaron Griffin
2006-10-19Added copyright holderAaron Griffin
2006-10-19Reverted debug parameter to -1Aaron Griffin
2006-10-19Fixed doxygen commentsAaron Griffin
2006-10-19Yet another "added three times" issue.Aaron Griffin
2006-10-19Removed three checks for po4a (patching issue)Aaron Griffin
2006-10-16Removed extra includesAaron Griffin
2006-10-16Adjust progress bar to align with frugalware's progressbarAaron Griffin
2006-10-16Copyright changesAaron Griffin
2006-10-16configure changes for java detection (require swig)Aaron Griffin
by Christian Hamar alias krix <krics@linuxforum.hu>
2006-10-15Applied Frugalware patch from Christian Hamar alias krix <krics@linuxforum.hu>Aaron Griffin
for file-conflict progress bar Also did some CVS cleanup, removing some of the autogenerated files that shouldn't have been there
2006-10-15*** empty log message ***Aaron Griffin
2006-10-15Frugalware patch for AC_CHECK_PROGS fixups:Aaron Griffin
http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman;a=commitdiff;h=20061011195829-d209c-205eaaeecb45e52bd6aa78e9767bf5cf500a99d7.gz
2006-10-15Applied changes from frugalware:Aaron Griffin
http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman;a=commitdiff;h=20061009002226-e2957-93b82621b6b060312559ea0539699f659bd9cb97.gz
2006-10-15Added po filesAaron Griffin
2006-10-15Whoops, actually remove convertdb this timeAaron Griffin
2006-10-15Removed convertdbAaron Griffin
2006-10-15Another forgotten file setAaron Griffin
2006-10-15Added sha1 support (for now?)Aaron Griffin
2006-10-15Added po files... not sure if this is the right approachAaron Griffin
2006-10-15*** empty log message ***Aaron Griffin
2006-10-15Whoops forgot some .in filesAaron Griffin
2006-10-15*** empty log message ***Aaron Griffin
2006-10-15Added alpm function docs alongAaron Griffin
pacman.c : Removed link to frugalware wiki sync.c : do not display Uncompressed size if 0 (archlinux has no USIZE)
2006-10-15Corrected documentation compilation - succeeds nowAaron Griffin
2006-10-15Fixed java includes - java bindings now compileAaron Griffin
2006-10-15include changes so that this compilesAaron Griffin
2006-10-15Final frugalware changes commitAaron Griffin
2006-10-15Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin
to list. The diff should show you 8)
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin
handling changes (support [sections] to carry over to included files - this helps with backwards compatibility with existing pacman config files)
2006-10-15Frugalware changes - mainly architecture updates and signed/unsigned changesAaron Griffin
2006-10-15Added pactest to repository, from Aurelien Foret:Aaron Griffin
http://aurelien.foret.free.fr/archlinux/pactest/
2006-10-15Merging Frugalware changes - these need to be checked for instances of "Frugal"Aaron Griffin
in the docs, but I'm lazy right now
2006-10-01small typo fixJudd Vinet
2006-09-28removed libtar support in favour of libarchiveJudd Vinet
2006-07-14Patch from FW: Better control over CTRL-C interruptions -- do not leave the ↵Judd Vinet
DB in an inconsistent state
2006-07-14spelling fixJudd Vinet
2006-07-04bugfix: when looking at provides, defer to the new, to-be-installed ↵Judd Vinet
package's provisios instead of the the existing package's
2006-06-28i18n stuffJudd Vinet
2006-05-15patch: check strlen of str, NOT msg, which is always trueJudd Vinet
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet
2006-03-27added .cvsignore filesAurelien Foret
2006-03-21fixed dbpath initialization (found out by VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2006-03-21fixed a regression (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2006-03-14put back treename in db->pathAurelien Foret
2006-03-13removed pacman.hAurelien Foret
2006-03-13- removed pacman.hAurelien Foret
- removed unuseful extern declarations - set pacman.c internal functions as static
2006-03-09code cleanupAurelien Foret
2006-03-08build be_files.c as a additional objectAurelien Foret