Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-01-26 | fixed a compilation warning | Aurelien Foret | 1 | -1/+0 | |
2006-01-26 | reworked lock handling (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 2 | -21/+27 | |
2006-01-26 | reworked lock handling (patch from VMiklos <vmiklos@frugalware.fr>) | Aurelien Foret | 1 | -0/+2 | |
2006-01-26 | doxygen comments update (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 1 | -1/+34 | |
2006-01-22 | changed behaviour with original=X,current=Y,new=Z backup scenario -- install ↵ | Judd Vinet | 1 | -9/+4 | |
new file as .pacnew and keep old one in place | |||||
2006-01-21 | document package, group, sync and transaction functions (patch from VMiklos ↵ | Aurelien Foret | 1 | -1/+62 | |
<vmiklos@frugalware.org>) | |||||
2006-01-21 | resolvedeps: return the depmiss info to the frontend in case of failure | Aurelien Foret | 5 | -9/+26 | |
2006-01-21 | added a FAKEROOT define allowing to use pacman in a fakeroot enivronment ↵ | Aurelien Foret | 1 | -0/+6 | |
(for tests purpose) | |||||
2006-01-18 | more code cleanup yet | Aurelien Foret | 8 | -197/+111 | |
2006-01-17 | fixed detection for duplicate entries in list of deps/conflicts | Aurelien Foret | 3 | -9/+25 | |
2006-01-17 | even more code cleanup | Aurelien Foret | 1 | -97/+94 | |
2006-01-17 | reworked log messages | Aurelien Foret | 1 | -6/+6 | |
2006-01-17 | - code cleanup | Aurelien Foret | 3 | -13/+15 | |
- log improvements | |||||
2006-01-16 | more code cleanup | Aurelien Foret | 5 | -50/+39 | |
2006-01-15 | pulled out conflict checkings from checkdeps() in its own function: ↵ | Aurelien Foret | 6 | -314/+314 | |
checkconflicts() | |||||
2006-01-14 | sync_prepare: added a missing chunk of code for dependency checks of ↵ | Aurelien Foret | 1 | -6/+24 | |
packages elected for removal | |||||
2006-01-14 | checkdeps: | Aurelien Foret | 1 | -9/+50 | |
- merged missing chunks of code from pacman 2.9.7 - more debug logs | |||||
2006-01-14 | sysupgrade: skip version cmp for pkg elected for removal (patch from ↵ | Aurelien Foret | 1 | -1/+19 | |
VMiklos <vmiklos@frugalware.org>) | |||||
2006-01-13 | removed unuseful error codes | Aurelien Foret | 2 | -7/+1 | |
2006-01-13 | improved log and debug messages | Aurelien Foret | 1 | -7/+8 | |
2006-01-11 | added more doxygen comments (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 1 | -1/+53 | |
2006-01-11 | - added 2 more ORE tags (to be reviewed) in the replace/conflict sync code | Aurelien Foret | 1 | -15/+15 | |
- code cleanup | |||||
2006-01-11 | fixed an awfull typo | Aurelien Foret | 1 | -1/+1 | |
2006-01-10 | code cleanup | Aurelien Foret | 1 | -2/+1 | |
2006-01-10 | fixed a memory leak in the transaction cleanup code | Aurelien Foret | 1 | -1/+2 | |
2006-01-10 | added ALLDEPS transaction flag mainly to handle "makepkg -s" | Aurelien Foret | 4 | -8/+5 | |
2006-01-09 | - merged pkg_new and pkg_dummy functions | Aurelien Foret | 10 | -48/+29 | |
- renamed _alpm_log_action to _alpm_logaction | |||||
2006-01-08 | cleanup | Judd Vinet | 1 | -3/+0 | |
2006-01-08 | removed old/disable provides-conflict checking code | Judd Vinet | 1 | -29/+1 | |
2006-01-08 | In the database-against-targets conflict checks, scan db packages' provides | Judd Vinet | 1 | -3/+52 | |
fields and look for packages that want to exclusively provide a provisio that the target package also provides. | |||||
2006-01-07 | removed all code related to PM_SYNC_TYPE_DEPEND | Aurelien Foret | 2 | -12/+2 | |
2006-01-07 | sync_commit can now return conflicting files with a trans_prepare like data ↵ | Aurelien Foret | 6 | -13/+12 | |
structure (patch from VMiklos <vmiklos@frugalware.org>) | |||||
2006-01-07 | removed a restriction: the data parameter of XXX_prepare functions can be NULL | Aurelien Foret | 4 | -39/+55 | |
2006-01-07 | Fixed a regression in the conflict handling code | Aurelien Foret | 1 | -1/+1 | |
2006-01-07 | added more debug logs in the sync conflict/replace code | Aurelien Foret | 2 | -7/+26 | |
2006-01-07 | removed handle/uid checks (CYGWIN) | Aurelien Foret | 1 | -0/+4 | |
2006-01-07 | code cleanup (mainly removed line spaces at the beginning of lines by ↵ | Aurelien Foret | 4 | -20/+22 | |
tabulations) | |||||
2006-01-07 | removed a misleading PM_ERR_XXX occurrence | Aurelien Foret | 1 | -1/+1 | |
2006-01-06 | - sync: populates *data when a conflict can't be resolved | Aurelien Foret | 2 | -2/+20 | |
- add: code cleanup | |||||
2006-01-06 | removed ORE tags (after tests, no real performance increase by implementing ↵ | Aurelien Foret | 1 | -5/+0 | |
them) | |||||
2006-01-06 | fixed the usage of 4 list_is_in calls (should have been list_is_strin) | Aurelien Foret | 1 | -2/+4 | |
2006-01-06 | - fixed a regression with pacman 2.x (reworked patch from VMiklos ↵ | Aurelien Foret | 2 | -2/+8 | |
<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 | |||||
2006-01-05 | - started to rename list_XXX calls to _alpm_list_XXX | Aurelien Foret | 6 | -43/+18 | |
- fixed 2 compilation warnings | |||||
2006-01-05 | various code cleanup | Aurelien Foret | 1 | -7/+4 | |
2006-01-05 | tweaked a log (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 1 | -1/+1 | |
2006-01-05 | - fix for sync conflicts (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 1 | -48/+48 | |
- sync code cleanup - added the deps check for targets to be removed in sync_prepare() | |||||
2006-01-05 | terminated .lastupdate implementation for HTTP protocol | Aurelien Foret | 1 | -5/+2 | |
2006-01-05 | added .lastudate support for HTTP protocol | Aurelien Foret | 2 | -9/+65 | |
known limitation: do not work when connected to some web servers (lighttpd) | |||||
2006-01-03 | fixed a segfault in removdeps | Aurelien Foret | 1 | -5/+31 | |
updated removedeps to keep in sync with pacman 2.9.x | |||||
2006-01-02 | code cleanup | Aurelien Foret | 1 | -12/+13 | |