Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - 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 | ||
* | doxygen comments update (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 2006-01-26 |
| | |||
* | changed behaviour with original=X,current=Y,new=Z backup scenario -- install ↵ | Judd Vinet | 2006-01-22 |
| | | | | new file as .pacnew and keep old one in place | ||
* | cleaned up format a bit, added global KEEPDOCS and NOSTRIP flags | Judd Vinet | 2006-01-22 |
| | |||
* | added new options field to PKGBUILDs for package-by-package overrides | Judd Vinet | 2006-01-22 |
| | |||
* | document package, group, sync and transaction functions (patch from VMiklos ↵ | Aurelien Foret | 2006-01-21 |
| | | | | <vmiklos@frugalware.org>) | ||
* | fixed a typo | Aurelien Foret | 2006-01-21 |
| | |||
* | resolvedeps: return the depmiss info to the frontend in case of failure | 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) | ||
* | more code cleanup yet | Aurelien Foret | 2006-01-18 |
| | |||
* | fixed detection for duplicate entries in list of deps/conflicts | Aurelien Foret | 2006-01-17 |
| | |||
* | 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 |
| | |||
* | even more code cleanup | Aurelien Foret | 2006-01-17 |
| | |||
* | reworked log messages | Aurelien Foret | 2006-01-17 |
| | |||
* | - code cleanup | Aurelien Foret | 2006-01-17 |
| | | | | - log improvements | ||
* | more code cleanup | Aurelien Foret | 2006-01-16 |
| | |||
* | fixed tabs | Aurelien Foret | 2006-01-16 |
| | |||
* | pulled out conflict checkings from checkdeps() in its own function: ↵ | Aurelien Foret | 2006-01-15 |
| | | | | checkconflicts() | ||
* | sync_prepare: added a missing chunk of code for dependency checks of ↵ | Aurelien Foret | 2006-01-14 |
| | | | | packages elected for removal | ||
* | checkdeps: | Aurelien Foret | 2006-01-14 |
| | | | | | - merged missing chunks of code from pacman 2.9.7 - more debug logs | ||
* | 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 |
| | |||
* | removed unuseful error codes | Aurelien Foret | 2006-01-13 |
| | |||
* | code cleanup | Aurelien Foret | 2006-01-13 |
| | |||
* | code cleanup | Aurelien Foret | 2006-01-13 |
| | |||
* | improved log and debug messages | Aurelien Foret | 2006-01-13 |
| | |||
* | removed "^M" symbols at end of lines | Aurelien Foret | 2006-01-13 |
| | |||
* | added more doxygen comments (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 2006-01-11 |
| | |||
* | - added 2 more ORE tags (to be reviewed) in the replace/conflict sync code | Aurelien Foret | 2006-01-11 |
| | | | | - code cleanup | ||
* | fixed an awfull typo | Aurelien Foret | 2006-01-11 |
| | |||
* | updated README and download comments about mtimes support | Aurelien Foret | 2006-01-10 |
| | |||
* | code cleanup | Aurelien Foret | 2006-01-10 |
| | |||
* | fixed a memory leak in the transaction cleanup code | Aurelien Foret | 2006-01-10 |
| | |||
* | made use of the new ALLDEPS transaction flag to handle "makepkg -s" | Aurelien Foret | 2006-01-10 |
| | |||
* | added ALLDEPS transaction flag mainly to handle "makepkg -s" | Aurelien Foret | 2006-01-10 |
| | |||
* | code cleanup | Aurelien Foret | 2006-01-10 |
| | |||
* | - merged pkg_new and pkg_dummy functions | Aurelien Foret | 2006-01-09 |
| | | | | - renamed _alpm_log_action to _alpm_logaction | ||
* | cleanup | Judd Vinet | 2006-01-08 |
| | |||
* | removed old/disable provides-conflict checking code | Judd Vinet | 2006-01-08 |
| | |||
* | In the database-against-targets conflict checks, scan db packages' provides | Judd Vinet | 2006-01-08 |
| | | | | | fields and look for packages that want to exclusively provide a provisio that the target package also provides. | ||
* | typo fix | Judd Vinet | 2006-01-07 |
| | |||
* | removed all code related to PM_SYNC_TYPE_DEPEND | Aurelien Foret | 2006-01-07 |
| | |||
* | 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>) | ||
* | removed a restriction: the data parameter of XXX_prepare functions can be NULL | Aurelien Foret | 2006-01-07 |
| |