summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2006-11-07Added mcheck support for memory debuggingAaron 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-10-31Numerous changes:Aaron 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-20A handful of minor changes:Aaron Griffin
2006-10-19From VMiklos <vmiklos@frugalware.org>Aaron Griffin
2006-10-19Removed old db files (unused)Aaron Griffin
2006-10-16Adjust progress bar to align with frugalware's progressbarAaron Griffin
2006-10-15Applied Frugalware patch from Christian Hamar alias krix <krics@linuxforum.hu>Aaron Griffin
2006-10-15Applied changes from frugalware:Aaron Griffin
2006-10-15Added po filesAaron Griffin
2006-10-15Whoops, actually remove convertdb this timeAaron Griffin
2006-10-15Removed convertdbAaron Griffin
2006-10-15Added alpm function docs alongAaron Griffin
2006-10-15Corrected documentation compilation - succeeds nowAaron Griffin
2006-10-15include changes so that this compilesAaron Griffin
2006-10-15Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin
2006-07-14Patch from FW: Better control over CTRL-C interruptions -- do not leave the D...Judd Vinet
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-13removed pacman.hAurelien Foret
2006-03-13- removed pacman.hAurelien Foret
2006-03-07added a NOSCRIPLET flag to transactions (patch from VMiklos <vmiklos@frugalwa...Aurelien Foret
2006-03-04- changed flags type from char to intAurelien Foret
2006-03-02fixed HoldPkg implementationAurelien Foret
2006-03-01disable progress bar if the output is redirected (patch from VMiklos <vmiklos...Aurelien Foret
2006-02-22fixed indentationAurelien Foret
2006-02-22improved _alpm_list_free handlingAurelien Foret
2006-02-22fixed outputs when downloadonly flag is set (patch from VMiklos <vmiklos@frug...Aurelien Foret
2006-02-20the library must provide default values for main optionsAurelien Foret
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret
2006-02-16sync with pacman 2.9.8Aurelien Foret
2006-02-15moved the .lastupdate support from libalpm to pacmanAurelien Foret
2006-02-15fixed a compilation warningAurelien Foret
2006-02-15fixed a typoAurelien Foret
2006-02-14used MALLOC macro when possibleAurelien Foret
2006-02-14- added a WARN macro to display warningsAurelien Foret
2006-02-14fixed a compilation warningAurelien Foret