index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-30 | K. Piche <kevin.piche@cgi.com> | Aaron Griffin | |
* ALPM_LOG_FUNCTION macro and all the great work to add this macro everywhere | |||
2007-01-30 | Discussed on IRC for a bit, this makes the following changes for clarity: | Dan McGee | |
* alpm_list_is_in --> alpm_list_find * alpm_list_is_strin --> alpm_list_find_str * Flip parameters of both functions to be inline with rest of alpm_list. First commit, woohoo. | |||
2007-01-24 | * Shuffled some of the alpm_list free funtions - still not perfect, but better | Aaron Griffin | |
* Added alpm_list_remove_node for single list node removal * Proper error checking/output for failed db_read/db_write (missing files) * Invalid packages (missing files) are now removed from the package cache * -Qs and -Ss output now look the same * config.rpath causes errors on one machine I had, so I added it to CVS * Fixed a "clobbered memory" issue when installing groups - only the outer list should be free'd, not the contained data | |||
2007-01-24 | This mainly deals with code clarity- removing currently unneeded | Aaron Griffin | |
optimizations in order to make the code much more readable and type-checkable. Every enum in the library now has it's own type that should be used instead of the generic 'unsigned char'. In addition, several #define statements dealing with constants were converted to enums. Signed-off-by: Dan McGee <dpmcgee@gmail.com> | |||
2007-01-19 | Preliminary checkin for alpm_list conversion | Aaron Griffin | |
* 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-11 | * Jürgen Hötzel <juergen@hoetzel.info> | Aaron Griffin | |
_alpm_db_load_pkgcache: use mergesort to improve performance | |||
2006-11-01 | Fixed pacman -U: | Aaron Griffin | |
* Accidental database read of a file-based package (whoops) * Proper fetching of url-based -U or -A Removed some newlines from _alpm_log calls, to make debug output more concise | |||
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-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-05-15 | first stage of i18n stuff from VMiklos | Judd Vinet | |
2006-03-08 | all _alpm_XXX_cmp functions are now public | Aurelien Foret | |
2006-03-07 | fixed a commentary | Aurelien Foret | |
2006-03-07 | code cleanup | Aurelien Foret | |
2006-03-04 | make cache works when loading it with DEPENDS info only | Aurelien Foret | |
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-01-18 | more code cleanup yet | Aurelien Foret | |
2006-01-16 | more code cleanup | Aurelien Foret | |
2006-01-02 | code cleanup | Aurelien Foret | |
2006-01-02 | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | |
2005-12-31 | added a debug log when freeing the package cache | Aurelien Foret | |
2005-10-20 | added INFRQ_DESC back to the package cache so the group cache will work | Judd Vinet | |
2005-10-08 | Reworked the cache handling to only load DEPENDS info by default | Aurelien Foret | |
2005-05-03 | make use of the new list_remove implementation | Aurelien Foret | |
2005-04-24 | logs cleanup | Aurelien Foret | |
2005-04-23 | rework the cache handling to avoid as much as possible calls to db_scan() | Aurelien Foret | |
2005-04-05 | added logs for cache generation | Aurelien Foret | |
2005-03-29 | Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when ↵ | Aurelien Foret | |
copying strings | |||
2005-03-28 | added a FREELISTPTR macro to free a PMList without freeing its data | Aurelien Foret | |
2005-03-15 | Initial revision | Judd Vinet | |