index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-05 | Corrected -Rsc operation - dependancy info was not being read from the DB | Aaron Griffin | |
2006-12-01 | * Fixed the bug where -R pkgA pkgB failed when pkgA depended on pkgB | Aaron Griffin | |
2006-12-01 | * Cosmetic changes and typo fixes | Aaron Griffin | |
* IgnorePkg and --ignore work again * Partial changes to support removal of conflicts for -U and -A (INCOMPLETE) | |||
2006-11-24 | * Fixed some error output for "-Sd" and "-Rsc" dealing with missing/ignored | Aaron Griffin | |
depends * Added valgrind suppression file | |||
2006-11-22 | * Completed getinfo api changes (pmmissing_t, pmtrans_t, etc) | Aaron Griffin | |
* Modified some dependancy checking * Changed "performing local database upgrade" message to be more clear * Change 'usize' to 'isize' in database files * Scriptlet output is now sent to pacman's log file * Limited some debugging output to be more clear | |||
2006-10-31 | Numerous changes: | Aaron Griffin | |
* Furthered the "lazy caching" to force the pkgcache to read nothing (INFRQ_NONE) by default. Anything requiring package data should now check the infolevel of each package and attempt to update it. This could be ironed out a bit more later (by using the front-end get_info function * Switched to libfetch. Drastic changes to the download code and the callback progress bar functions. Also fixed the return value of _alpm_downloadfiles_forreal. Downloading now supports http, ftp, https, and files urls, along with 'mtime's and numerous other fancy features from libfetch. | |||
2006-10-21 | Fixes from frugalware: few 'typos' included while patching | Aaron Griffin | |
Also re-added Judd's dependancy fix in libalpm/deps.c | |||
2006-10-20 | A handful of minor changes: | Aaron Griffin | |
* Removed the PMList typedef, in favor of the same naming scheme other structs use 'pmlist_t' * Added a time stamp on debug output, to make it more informational * Moved alpm_db_register to _alpm_db_register, making the public function not take a callback parameter | |||
2006-10-15 | Merged frugalware changes (too many to list). Also added some config file | Aaron Griffin | |
handling changes (support [sections] to carry over to included files - this helps with backwards compatibility with existing pacman config files) | |||
2006-07-04 | bugfix: when looking at provides, defer to the new, to-be-installed ↵ | Judd Vinet | |
package's provisios instead of the the existing package's | |||
2006-05-15 | first stage of i18n stuff from VMiklos | Judd Vinet | |
2006-03-07 | removed an unexpected log | Aurelien Foret | |
2006-03-02 | reworked the db object to prepare future integration with different backends | Aurelien Foret | |
2006-03-01 | added ERROR logs in case of malloc failures (patch from VMiklos ↵ | Aurelien Foret | |
<vmiklos@frugalware.org>) | |||
2006-02-17 | prepend library function names with _alpm (helped with the patch from ↵ | Aurelien Foret | |
VMiklos <vmiklos@frugalware.org>) added log and event callbacks to sync_commit internal transactions | |||
2006-02-07 | code cleanup | Aurelien Foret | |
2006-01-21 | resolvedeps: return the depmiss info to the frontend in case of failure | Aurelien Foret | |
2006-01-18 | more code cleanup yet | Aurelien Foret | |
2006-01-17 | fixed detection for duplicate entries in list of deps/conflicts | Aurelien Foret | |
2006-01-15 | pulled out conflict checkings from checkdeps() in its own function: ↵ | Aurelien Foret | |
checkconflicts() | |||
2006-01-14 | checkdeps: | Aurelien Foret | |
- merged missing chunks of code from pacman 2.9.7 - more debug logs | |||
2006-01-09 | - merged pkg_new and pkg_dummy functions | Aurelien Foret | |
- renamed _alpm_log_action to _alpm_logaction | |||
2006-01-08 | 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 | |
fields and look for packages that want to exclusively provide a provisio that the target package also provides. | |||
2006-01-07 | added more debug logs in the sync conflict/replace code | Aurelien Foret | |
2006-01-05 | - started to rename list_XXX calls to _alpm_list_XXX | Aurelien Foret | |
- fixed 2 compilation warnings | |||
2006-01-02 | fixed a segfault in removdeps | Aurelien Foret | |
updated removedeps to keep in sync with pacman 2.9.x | |||
2006-01-02 | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | |
2005-12-28 | Fixed a typo (spelling) fix (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | |
2005-12-26 | renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.cz | Judd Vinet | |
2005-10-21 | bugfix: before searching databases for a dependency, make sure one of the ↵ | Judd Vinet | |
packages in the final list doesn't already provide that dependency | |||
2005-10-09 | added conversation callback support for transactions | Judd Vinet | |
2005-05-04 | fixed a memory leak and avoided to modify a read-only parameter | Aurelien Foret | |
2005-04-24 | got ride of an ORE tag in resolvedeps() | Aurelien Foret | |
2005-04-24 | use the cache instead of calling db_scan() | Aurelien Foret | |
2005-04-23 | renamed list_is_ptrin() in list_is_in() | Aurelien Foret | |
2005-04-20 | avoided two calls to db_scan() in checkdeps() | Aurelien Foret | |
2005-04-20 | - fixed args order in list_is_ptrin() | Aurelien Foret | |
- fixed several memory leaks | |||
2005-04-08 | removed a leftover comment | Aurelien Foret | |
2005-04-06 | updated structure names (PM_SYNCPKG), and added transaction queues (install ↵ | Aurelien Foret | |
& remove) | |||
2005-04-02 | fixed a log level | Aurelien Foret | |
2005-04-02 | reworked resolvedeps: | Aurelien Foret | |
- used the cache instead of db_scan() calls - improved log messages - more sanity checks | |||
2005-03-30 | started the work on "pacman_sync" | Aurelien Foret | |
2005-03-29 | Turned pmdepmissing_t into an opaque structure | Aurelien Foret | |
2005-03-29 | Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when ↵ | Aurelien Foret | |
copying strings | |||
2005-03-28 | replaced occ of list_free() by FREELIST/FREELISTPTR macros | Aurelien Foret | |
2005-03-28 | improved logs (use _alpm_log instead of fprintf) | Aurelien Foret | |
2005-03-28 | added a FREELISTPTR macro to free a PMList without freeing its data | Aurelien Foret | |
2005-03-26 | backport from pacman 2.9.5 (splitdep returns an int) | Aurelien Foret | |