summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-10-20A handful of minor changes:Aaron Griffin2-2/+11
2006-10-19From VMiklos <vmiklos@frugalware.org>Aaron Griffin1-1/+1
2006-10-19Removed old db files (unused)Aaron Griffin2-219/+0
2006-10-16Adjust progress bar to align with frugalware's progressbarAaron Griffin2-10/+10
2006-10-16Applied Frugalware patch from Christian Hamar alias krix <krics@linuxforum.hu>Aaron Griffin7-790/+39
2006-10-16Applied changes from frugalware:Aaron Griffin1-1/+0
2006-10-16Added po filesAaron Griffin9-0/+4849
2006-10-16Whoops, actually remove convertdb this timeAaron Griffin1-1/+1
2006-10-16Removed convertdbAaron Griffin2-150/+0
2006-10-15Added alpm function docs alongAaron Griffin2-4/+5
2006-10-15Corrected documentation compilation - succeeds nowAaron Griffin1-4/+5
2006-10-15include changes so that this compilesAaron Griffin1-3/+8
2006-10-15Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin24-1705/+1009
2006-07-15Patch from FW: Better control over CTRL-C interruptions -- do not leave the D...Judd Vinet1-0/+3
2006-06-28i18n stuffJudd Vinet8-1/+1751
2006-05-15patch: check strlen of str, NOT msg, which is always trueJudd Vinet1-3/+5
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet14-322/+339
2006-03-27added .cvsignore filesAurelien Foret2-0/+12
2006-03-21fixed dbpath initialization (found out by VMiklos <vmiklos@frugalware.org>)Aurelien Foret1-3/+8
2006-03-13removed pacman.hAurelien Foret1-49/+0
2006-03-13- removed pacman.hAurelien Foret5-302/+308
2006-03-07added a NOSCRIPLET flag to transactions (patch from VMiklos <vmiklos@frugalwa...Aurelien Foret1-0/+3
2006-03-04- changed flags type from char to intAurelien Foret2-2/+5
2006-03-02fixed HoldPkg implementationAurelien Foret1-0/+7
2006-03-01disable progress bar if the output is redirected (patch from VMiklos <vmiklos...Aurelien Foret1-0/+4
2006-02-22fixed indentationAurelien Foret1-4/+4
2006-02-22improved _alpm_list_free handlingAurelien Foret1-1/+1
2006-02-22fixed outputs when downloadonly flag is set (patch from VMiklos <vmiklos@frug...Aurelien Foret1-4/+16
2006-02-20the library must provide default values for main optionsAurelien Foret1-6/+0
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret2-2/+2
2006-02-16sync with pacman 2.9.8Aurelien Foret1-3/+11
2006-02-15moved the .lastupdate support from libalpm to pacmanAurelien Foret3-9/+75
2006-02-15fixed a compilation warningAurelien Foret1-1/+1
2006-02-15fixed a typoAurelien Foret1-1/+1
2006-02-14used MALLOC macro when possibleAurelien Foret2-17/+3
2006-02-14- added a WARN macro to display warningsAurelien Foret3-24/+22
2006-02-14fixed a compilation warningAurelien Foret1-0/+1
2006-02-14better use ERR than fprintf for error messagesAurelien Foret1-1/+2
2006-02-14added the possibility to force synctree update by using -SyyAurelien Foret1-5/+7
2006-02-07copyright updateAurelien Foret1-1/+1
2006-02-05added support for alpm_pkg_checkmd5sum()Aurelien Foret1-22/+7
2006-02-05added support for the PM_CONFLICT structure to handle file conflictsAurelien Foret2-4/+28
2006-02-04fixed a possible memory leakAurelien Foret1-0/+1
2006-02-04- moved yesno() from util.c to log.cAurelien Foret4-47/+42
2006-02-01fixed vprint implementation (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret1-8/+4
2006-02-01added line feeds when needed (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret3-1/+8
2006-01-29added a missing trans_release before pacman_sync callAurelien Foret1-0/+7
2006-01-28cleanup up error cases handling in pacman_deptestAurelien Foret1-21/+14
2006-01-28added a --noprogressbar switch for scripts to useJudd Vinet3-0/+8
2006-01-27added a missing error message in case of lock failureAurelien Foret1-0/+4