index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-03 | Big commit this time: | Aaron Griffin | |
* Moved entirely to alpm_pkg_get_* accessors, to read data on demand * Mostly removed the INFRQ_ parameters from outside the be_files backend (making the backend more extensible in the long run) * packages created from _alpm_db_scan now have the db and origin set (making accessors actually work for these packages) * removed _alpm_db_ensure_pkgcache * totally revamped the _alpm_checkconflicts function, making it cleaner and easier to read (and thus fix in the long run) - maintainable code ftw NOTE: feel free to rename the functions... I couldn't think of anything better * removed an extra loop in sync.c:find_replacements - no sense in looping over an entire DB while strcmp'ing the name, when we have get_pkgfromcache Other: * package struct "license" -> "licenses" * Created _alpm_sync_find (duplicate code in some places, find_pkginsync * Minor const correctness changes along the way * fixed a couple extra '/' pathing issues (non-issues really) * removed a duplicate pkg_cmp function | |||
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 | |||
2006-11-20 | * repo-add script - to add entries to a db file directly from package data ↵ | Aaron Griffin | |
(no PKGBUILD) * libalpm api changes - move from a _getinfo(p, WHAT_WE_WANT) scheme to a typesafe _get_what_we_want(p) scheme [not 100% complete yet] * some const correctness changes * removal of PM_* types in alpm.h in favor of the pm*_t types used throughout libalpm | |||
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-02-22 | improved _alpm_list_free handling | 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-07 | sync_commit can now return conflicting files with a trans_prepare like data ↵ | Aurelien Foret | |
structure (patch from VMiklos <vmiklos@frugalware.org>) | |||
2006-01-02 | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | |
2005-11-07 | added a FREESYNC macro to release pointers to pmsyncpkg_t structures | Aurelien Foret | |
2005-04-17 | more work for sync_commit() | Aurelien Foret | |
2005-04-16 | - reworked pmsyncpkg_t structure | Aurelien Foret | |
- got ride of uneeded handle external references | |||
2005-04-06 | more work to backport the sync features from pacman 2.9.5 | Aurelien Foret | |
2005-04-06 | updated structure names (PM_SYNCPKG), and added transaction queues (install ↵ | Aurelien Foret | |
& remove) | |||
2005-04-02 | more work to backport pacman_sync from pacman 2.9.5 | Aurelien Foret | |
2005-03-30 | started the work on "pacman_sync" | Aurelien Foret | |
2005-03-15 | Initial revision | Judd Vinet | |