index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | Minor changes: | Aaron Griffin | |
* Moved the pmhandle_t extern decl around * Fixed a doxygen complaint | |||
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-14 | Patch from FW: Better control over CTRL-C interruptions -- do not leave the ↵ | Judd Vinet | |
DB in an inconsistent state | |||
2006-07-14 | spelling fix | Judd Vinet | |
2006-05-15 | first stage of i18n stuff from VMiklos | Judd Vinet | |
2006-03-04 | - changed flags type from char to int | Aurelien Foret | |
- downloadonly implies FLAG_NOCONFLICTS | |||
2006-03-01 | added ERROR logs in case of malloc failures (patch from VMiklos ↵ | Aurelien Foret | |
<vmiklos@frugalware.org>) | |||
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-10 | fixed a memory leak in the transaction cleanup code | Aurelien Foret | |
2006-01-09 | - merged pkg_new and pkg_dummy functions | Aurelien Foret | |
- renamed _alpm_log_action to _alpm_logaction | |||
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-10-10 | - more sanity checks | Aurelien Foret | |
- alpm_pkg_free can now return an error code | |||
2005-10-09 | added conversation callback support for transactions | Judd Vinet | |
2005-10-07 | Merging in recent fixes/additions from 2.9.7 | Judd Vinet | |
2005-05-04 | event transaction callback rework to prepare the introduction of a ↵ | Aurelien Foret | |
conversation callback | |||
2005-04-24 | added support for the package reason field | Aurelien Foret | |
2005-04-20 | bypass trans_prepare() if there is no target | Aurelien Foret | |
2005-04-16 | - reworked transaction prototypes | Aurelien Foret | |
- added a trans_sysupgrade function | |||
2005-04-06 | reverted back to trans->packages instead of install and remove queues | Aurelien Foret | |
2005-04-06 | replaced transaction 'packages' field by 2 queues: one for packages to be ↵ | Aurelien Foret | |
installed and the other for the ones to be removed | |||
2005-03-30 | started the work on "pacman_sync" | Aurelien Foret | |
2005-03-16 | Renamed PM_RET_ERR to RET_ERR (no need for a PM_ prefix for internal | Aurelien Foret | |
defines). | |||
2005-03-15 | Initial revision | Judd Vinet | |