Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-23 | James Rosten <seinfeld90@gmail.com> | Aaron Griffin | 1 | -3/+4 | |
* attempt to unlink file AFTER moving to .pacsave always fails | |||||
2007-01-19 | Preliminary checkin for alpm_list conversion | Aaron Griffin | 1 | -18/+18 | |
* renamed pmlist_t -> alpm_list_t * made alpm_list_t a public type (alpm_list.h header) * removed additional storage for registered DBs in pacman source * some code cleanup * removed duplicate (pm)list_display functions from pacman source * misc code cleanup | |||||
2007-01-18 | Some confusion with variable names in unlink_file caused unlink to try and ↵ | Aaron Griffin | 1 | -8/+8 | |
find the _relative_ file instead of absolute. The absolute path name has also been used in some of the output there too. | |||||
2007-01-18 | Added strerror() output on unlink failure | Aaron Griffin | 1 | -68/+70 | |
2007-01-17 | James Rosten <seinfeld90@gmail.com> | Aaron Griffin | 1 | -80/+77 | |
* _alpm_remove_commit refactoring * clean up/fixes by Dan McGee <dpmcgee@gmail.com> | |||||
2007-01-03 | * Bug fix FS#6058 | Aaron Griffin | 1 | -0/+2 | |
properly remove entries from "Required By" instead of wiping it out entirely | |||||
2006-12-01 | * Cosmetic changes and typo fixes | Aaron Griffin | 1 | -1/+2 | |
* 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 | 1 | -2/+2 | |
depends * Added valgrind suppression file | |||||
2006-10-31 | Numerous changes: | Aaron Griffin | 1 | -2/+4 | |
* 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 | Minor changes: | Aaron Griffin | 1 | -2/+0 | |
* Moved the pmhandle_t extern decl around * Fixed a doxygen complaint | |||||
2006-10-20 | A handful of minor changes: | Aaron Griffin | 1 | -6/+6 | |
* 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 | 1 | -8/+43 | |
handling changes (support [sections] to carry over to included files - this helps with backwards compatibility with existing pacman config files) | |||||
2006-07-15 | Patch from FW: Better control over CTRL-C interruptions -- do not leave the ↵ | Judd Vinet | 1 | -1/+5 | |
DB in an inconsistent state | |||||
2006-05-15 | first stage of i18n stuff from VMiklos | Judd Vinet | 1 | -28/+29 | |
2006-03-07 | added a NOSCRIPLET flag to transactions (patch from VMiklos ↵ | Aurelien Foret | 1 | -2/+2 | |
<vmiklos@frugalware.org>) | |||||
2006-03-02 | code cleanup | Aurelien Foret | 1 | -3/+1 | |
2006-02-17 | prepend library function names with _alpm (helped with the patch from ↵ | Aurelien Foret | 1 | -20/+20 | |
VMiklos <vmiklos@frugalware.org>) added log and event callbacks to sync_commit internal transactions | |||||
2006-02-12 | reworked logs | Aurelien Foret | 1 | -4/+4 | |
2006-02-05 | code cleanup | Aurelien Foret | 1 | -2/+2 | |
2006-01-18 | more code cleanup yet | Aurelien Foret | 1 | -5/+11 | |
2006-01-17 | - code cleanup | Aurelien Foret | 1 | -0/+1 | |
- log improvements | |||||
2006-01-16 | more code cleanup | Aurelien Foret | 1 | -18/+19 | |
2006-01-15 | pulled out conflict checkings from checkdeps() in its own function: ↵ | Aurelien Foret | 1 | -1/+4 | |
checkconflicts() | |||||
2006-01-07 | removed a restriction: the data parameter of XXX_prepare functions can be NULL | Aurelien Foret | 1 | -2/+3 | |
2006-01-06 | removed ORE tags (after tests, no real performance increase by implementing ↵ | Aurelien Foret | 1 | -5/+0 | |
them) | |||||
2006-01-05 | - started to rename list_XXX calls to _alpm_list_XXX | Aurelien Foret | 1 | -1/+1 | |
- fixed 2 compilation warnings | |||||
2006-01-05 | tweaked a log (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 1 | -1/+1 | |
2006-01-02 | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 1 | -1/+1 | |
2005-12-28 | Fixed some logging issues (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 1 | -1/+0 | |
2005-12-26 | renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.cz | Judd Vinet | 1 | -1/+1 | |
2005-10-08 | Merging in recent fixes/additions from 2.9.7 | Judd Vinet | 1 | -19/+33 | |
2005-10-06 | Added a CYGWIN define to include header files required to build in a Cygwin ↵ | Aurelien Foret | 1 | -0/+3 | |
environment | |||||
2005-05-04 | fixed a memory leak with md5 sums handling | Aurelien Foret | 1 | -1/+3 | |
2005-05-04 | event transaction callback rework to prepare the introduction of a ↵ | Aurelien Foret | 1 | -4/+4 | |
conversation callback | |||||
2005-05-03 | code cleanup | Aurelien Foret | 1 | -3/+3 | |
2005-05-03 | make use of the new list_remove implementation | Aurelien Foret | 1 | -8/+11 | |
2005-04-24 | avoided to load twice the same target in remove_loadtarget() | Aurelien Foret | 1 | -0/+7 | |
2005-04-24 | some more efficiency in remove_prepare() cascade loop | Aurelien Foret | 1 | -4/+4 | |
2005-04-23 | rework the cache handling to avoid as much as possible calls to db_scan() | Aurelien Foret | 1 | -7/+7 | |
2005-04-17 | improved logs for package removal | Aurelien Foret | 1 | -1/+3 | |
2005-04-16 | reworked transaction prototypes | Aurelien Foret | 1 | -3/+3 | |
2005-04-08 | fixed a small memory leak | Aurelien Foret | 1 | -0/+2 | |
2005-04-06 | reverted back to trans->packages instead of install and remove queues | Aurelien Foret | 1 | -10/+10 | |
2005-04-06 | replaced transaction 'packages' field by 2 queues: one for packages to be ↵ | Aurelien Foret | 1 | -11/+14 | |
installed and the other for the ones to be removed | |||||
2005-04-03 | reworked a log | Aurelien Foret | 1 | -1/+1 | |
2005-04-02 | - updated transaction events | Aurelien Foret | 1 | -5/+5 | |
- the cache is rebuilt after each package installation (to be reworked) | |||||
2005-03-31 | started the work on "pacman_sync" | Aurelien Foret | 1 | -1/+0 | |
2005-03-28 | maked use of db->path instead of handle->root+handle->dbpath+db->treename | Aurelien Foret | 1 | -1/+1 | |
2005-03-28 | added a FREELISTPTR macro to free a PMList without freeing its data | Aurelien Foret | 1 | -10/+3 | |
2005-03-27 | made 'provides' actually work when updating 'requiredby' fields from deps | Aurelien Foret | 1 | -1/+5 | |