summaryrefslogtreecommitdiff
path: root/lib/libalpm/trans.c
Commit message (Expand)AuthorAge
* Ensure requiredby entries are removed during an upgradeDan McGee2007-07-14
* Some doxygen comments.Andrew Fyfe2007-07-12
* Remove some more conditional include stuffDan McGee2007-07-12
* Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee2007-07-10
* libalpm/trans.c : exit the forked process correctly in case of errors.Chantry Xavier2007-07-09
* Clean up the alpm handleDan McGee2007-07-09
* Remove gettext from any alpm_logaction callsDan McGee2007-07-09
* Remove scriptlet START and DONE commands that we don't useDan McGee2007-06-27
* Move functions out of alpm.c to where they belongDan McGee2007-06-04
* Remove freespace checking codeDan McGee2007-06-02
* Remove unnecessary casts on malloc and elsewhereDan McGee2007-05-14
* libalpm util.c and util.h cleanupDan McGee2007-04-29
* Remove FREELISTPTR macroDan McGee2007-04-28
* Remove FREEPKG macro and correctly type _alpm_pkg_freeDan McGee2007-04-28
* Remove FREEGRP macro and correctly type _alpm_grp_freeDan McGee2007-04-27
* Remove FREESYNC macro and correctly type _alpm_sync_freeDan McGee2007-04-27
* Remove FREETRANS macro and correctly type _alpm_trans_freeDan McGee2007-04-27
* Clean up gettext on the libalpm sideDan McGee2007-04-26
* Backport changes from 3.0.1Aaron Griffin2007-04-04
* * Fix an issue where the same dependency was recorded multiple times in theDan McGee2007-03-12
* * Bug fix for makepkg dependency testing. This requires that weAaron Griffin2007-03-07
* * Added missing header include guards in md5.h and sha1.h.Dan McGee2007-03-06
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
* * A little more hacking with wchar_t output, but nothing really changed inDan McGee2007-03-03
* Big commit this time:Aaron Griffin2007-03-03
* *** empty log message ***Aaron Griffin2007-03-01
* * Enforce const char* params when using stringsAaron Griffin2007-02-26
* * Fixed inconsistency of args- _alpm_db_read, _alpm_db_write.Dan McGee2007-02-21
* * Updated conflict checking one last time. You can finally have a file moveDan McGee2007-02-20
* Moved the update_depends function to trans.c, as it depends on a transactionAaron Griffin2007-02-18
* K. Piche <kevin.piche@cgi.com>Aaron Griffin2007-01-30
* K. Piche <kpiche@rogers.com>Aaron Griffin2007-01-30
* Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee2007-01-30
* This mainly deals with code clarity- removing currently unneededAaron Griffin2007-01-24
* Preliminary checkin for alpm_list conversionAaron Griffin2007-01-19
* * Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin2006-11-22
* Numerous changes:Aaron Griffin2006-10-31
* Minor changes:Aaron Griffin2006-10-21
* A handful of minor changes:Aaron Griffin2006-10-20
* Merged frugalware changes (too many to list). Also added some config fileAaron Griffin2006-10-15
* Patch from FW: Better control over CTRL-C interruptions -- do not leave the D...Judd Vinet2006-07-14
* spelling fixJudd Vinet2006-07-14
* first stage of i18n stuff from VMiklosJudd Vinet2006-05-15
* - changed flags type from char to intAurelien Foret2006-03-04
* added ERROR logs in case of malloc failures (patch from VMiklos <vmiklos@frug...Aurelien Foret2006-03-01
* improved _alpm_list_free handlingAurelien Foret2006-02-22
* prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret2006-02-17
* fixed a memory leak in the transaction cleanup codeAurelien Foret2006-01-10
* - merged pkg_new and pkg_dummy functionsAurelien Foret2006-01-09
* sync_commit can now return conflicting files with a trans_prepare like data s...Aurelien Foret2006-01-07