Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | added support for alpm_pkg_checkmd5sum() | Aurelien Foret | 2006-02-05 |
| | |||
* | added support for the PM_CONFLICT structure to handle file conflicts | Aurelien Foret | 2006-02-05 |
| | |||
* | fixed a possible memory leak | Aurelien Foret | 2006-02-04 |
| | |||
* | - moved yesno() from util.c to log.c | Aurelien Foret | 2006-02-04 |
| | | | | - fixed a missing line feed in yesno when printing the message | ||
* | fixed vprint implementation (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 2006-02-01 |
| | |||
* | added line feeds when needed (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 2006-02-01 |
| | |||
* | added a missing trans_release before pacman_sync call | Aurelien Foret | 2006-01-29 |
| | |||
* | cleanup up error cases handling in pacman_deptest | Aurelien Foret | 2006-01-28 |
| | |||
* | added a --noprogressbar switch for scripts to use | Judd Vinet | 2006-01-28 |
| | |||
* | added a missing error message in case of lock failure | Aurelien Foret | 2006-01-27 |
| | |||
* | added missing retval values in trans_release error cases | Aurelien Foret | 2006-01-27 |
| | |||
* | - fixed a compilation warning | Aurelien Foret | 2006-01-26 |
| | | | | | - added missing alpm_trans_release() calls upon transation completion - put back error messages from pacman 2.x in case of PM_ERR_HANDLE_LOCK error | ||
* | fixed a typo | Aurelien Foret | 2006-01-21 |
| | |||
* | added a FAKEROOT define allowing to use pacman in a fakeroot enivronment ↵ | Aurelien Foret | 2006-01-21 |
| | | | | (for tests purpose) | ||
* | added the possibility to "-Syy" (can be used to force synctrees update, even ↵ | Aurelien Foret | 2006-01-17 |
| | | | | if mtimes are ok) | ||
* | code cleanup | Aurelien Foret | 2006-01-17 |
| | |||
* | code cleanup | Aurelien Foret | 2006-01-17 |
| | |||
* | sysupgrade: skip version cmp for pkg elected for removal (patch from ↵ | Aurelien Foret | 2006-01-14 |
| | | | | VMiklos <vmiklos@frugalware.org>) | ||
* | code cleanup | Aurelien Foret | 2006-01-13 |
| | |||
* | maked verbose group listing enabled by -Sgg instead of -Sgv | Aurelien Foret | 2006-01-13 |
| | |||
* | code cleanup | Aurelien Foret | 2006-01-13 |
| | |||
* | added a missing commentary from pacman 2.9.x code | Aurelien Foret | 2006-01-13 |
| | |||
* | fixed a possible memory corruption | Aurelien Foret | 2006-01-13 |
| | |||
* | code cleanup | Aurelien Foret | 2006-01-13 |
| | |||
* | code cleanup | Aurelien Foret | 2006-01-13 |
| | |||
* | updated README and download comments about mtimes support | Aurelien Foret | 2006-01-10 |
| | |||
* | made use of the new ALLDEPS transaction flag to handle "makepkg -s" | Aurelien Foret | 2006-01-10 |
| | |||
* | code cleanup | Aurelien Foret | 2006-01-10 |
| | |||
* | sync_commit can now return conflicting files with a trans_prepare like data ↵ | Aurelien Foret | 2006-01-07 |
| | | | | structure (patch from VMiklos <vmiklos@frugalware.org>) | ||
* | code cleanup | Aurelien Foret | 2006-01-07 |
| | |||
* | code cleanup | Aurelien Foret | 2006-01-07 |
| | |||
* | - removed uid checks (CYGWIN) | Aurelien Foret | 2006-01-07 |
| | | | | - fixed indentation in parseargs | ||
* | code cleanup (mainly removed line spaces at the beginning of lines by ↵ | Aurelien Foret | 2006-01-07 |
| | | | | tabulations) | ||
* | pacman_sync: handle trans_prepare error cases (patch from VMiklos ↵ | Aurelien Foret | 2006-01-06 |
| | | | | <vmiklos@frugalware.org>) | ||
* | moved pacman_deptest function in its own file | Aurelien Foret | 2006-01-06 |
| | |||
* | - fixed a regression with pacman 2.x (reworked patch from VMiklos ↵ | Aurelien Foret | 2006-01-06 |
| | | | | | | | | <vmiklos@frugalware.org>): if pacman is desiganted as a target in a sysupgrade operation, it should be able to upgrade itself first upon user request. - removed uneeded sanity checks in alpm interface calls - replaced printf by MSG in pacman | ||
* | code cleanup | Aurelien Foret | 2006-01-06 |
| | |||
* | various code cleanup | Aurelien Foret | 2006-01-05 |
| | |||
* | added a missing cachedir registration | Aurelien Foret | 2006-01-05 |
| | |||
* | fixed a regression | Aurelien Foret | 2006-01-05 |
| | |||
* | terminated .lastupdate implementation for HTTP protocol | Aurelien Foret | 2006-01-05 |
| | |||
* | added .lastudate support for HTTP protocol | Aurelien Foret | 2006-01-04 |
| | | | | known limitation: do not work when connected to some web servers (lighttpd) | ||
* | fixed a corrupted argument | Aurelien Foret | 2006-01-02 |
| | |||
* | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 2006-01-02 |
| | |||
* | code cleanup | Aurelien Foret | 2006-01-02 |
| | |||
* | - reworked verbose levels | Aurelien Foret | 2006-01-01 |
| | | | | - fixed the handling of command line errors when no operation is specified | ||
* | renamed error titles from XXX to xxx | Aurelien Foret | 2006-01-01 |
| | |||
* | *** empty log message *** | Aurelien Foret | 2006-01-01 |
| | |||
* | fixed a segfault and added more verbose outputs in group handling (patch ↵ | Aurelien Foret | 2005-12-31 |
| | | | | from VMiklos <vmiklos@frugalware.org>) | ||
* | added a missing code chunk of the ignore command line option (patch from ↵ | Aurelien Foret | 2005-12-31 |
| | | | | VMiklos <vmiklos@frugalware.org>) |