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