summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-18* remove static neednl - no accessor functions (yet)Aaron Griffin1-2/+0
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-10/+7
2007-01-17Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-19/+19
2006-12-14* Dan McGee's makepkg updates http://www.archlinux.org/pipermail/pacman-dev/2...Aaron Griffin1-2/+1
2006-12-08A few minor updates so --root works again.Aaron Griffin1-1/+3
2006-12-08Removed an extra call to alpm_option_set_root() - it is set by alpm_init()Aaron Griffin1-2/+0
2006-12-05Added dbpath validationAaron Griffin1-1/+7
2006-12-01* Cosmetic changes and typo fixesAaron Griffin1-0/+1
2006-11-20libalpm appends the trailing / to the config root, no need to do it hereAaron Griffin1-16/+1
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin1-41/+23
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin1-4/+4
2006-11-10Skip root check on -SpAaron Griffin1-1/+2
2006-11-09Last mtrace/setenv change, I swearAaron Griffin1-4/+1
2006-11-09Whoops - I fail at setenvAaron Griffin1-1/+1
2006-11-09mcheck() seems to cause segfaults. Annoying. Switched back to useing mtrace...Aaron Griffin1-27/+5
2006-11-08* Improved mcheck outputAaron Griffin1-14/+6
2006-11-07Added mcheck support for memory debuggingAaron Griffin1-6/+29
2006-11-03* Modified some error output and loggingAaron Griffin1-0/+1
2006-11-02* Fixed some alpm_get_option calls (long params were used for C99 compliance,Aaron Griffin1-2/+2
2006-10-31Numerous changes:Aaron Griffin1-39/+13
2006-10-20A handful of minor changes:Aaron Griffin1-1/+1
2006-10-15Added alpm function docs alongAaron Griffin1-2/+1
2006-10-15Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin1-88/+157
2006-07-15Patch from FW: Better control over CTRL-C interruptions -- do not leave the D...Judd Vinet1-0/+3
2006-06-28i18n stuffJudd Vinet1-1/+13
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet1-78/+79
2006-03-21fixed dbpath initialization (found out by VMiklos <vmiklos@frugalware.org>)Aurelien Foret1-3/+8
2006-03-13- removed pacman.hAurelien Foret1-296/+278
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 Foret1-1/+4
2006-03-01disable progress bar if the output is redirected (patch from VMiklos <vmiklos...Aurelien Foret1-0/+4
2006-02-20the library must provide default values for main optionsAurelien Foret1-6/+0
2006-02-16sync with pacman 2.9.8Aurelien Foret1-3/+11
2006-02-14used MALLOC macro when possibleAurelien Foret1-4/+0
2006-02-04fixed a possible memory leakAurelien Foret1-0/+1
2006-02-01added line feeds when needed (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret1-0/+5
2006-01-28added a --noprogressbar switch for scripts to useJudd Vinet1-0/+3
2006-01-21added a FAKEROOT define allowing to use pacman in a fakeroot enivronment (for...Aurelien Foret1-0/+2
2006-01-17added the possibility to "-Syy" (can be used to force synctrees update, even ...Aurelien Foret1-1/+1
2006-01-13maked verbose group listing enabled by -Sgg instead of -SgvAurelien Foret1-1/+1
2006-01-10made use of the new ALLDEPS transaction flag to handle "makepkg -s"Aurelien Foret1-0/+1
2006-01-07sync_commit can now return conflicting files with a trans_prepare like data s...Aurelien Foret1-1/+1
2006-01-07- removed uid checks (CYGWIN)Aurelien Foret1-17/+41
2006-01-07code cleanup (mainly removed line spaces at the beginning of lines by tabulat...Aurelien Foret1-1/+1
2006-01-06moved pacman_deptest function in its own fileAurelien Foret1-107/+1
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-3/+3
2006-01-01- reworked verbose levelsAurelien Foret1-9/+3
2006-01-01*** empty log message ***Aurelien Foret1-3/+2
2005-12-31added a missing code chunk of the ignore command line option (patch from VMik...Aurelien Foret1-0/+8
2005-12-31used defines from alpm.h instead of local ones (patch from VMiklos <vmiklos@f...Aurelien Foret1-3/+3