Age | Commit message (Expand) | Author | Files | Lines |
2007-04-04 | Backport changes from 3.0.1 | Aaron Griffin | 1 | -1/+2 |
2007-03-12 | * Fix an issue where the same dependency was recorded multiple times in the | Dan McGee | 1 | -11/+22 |
2007-03-07 | * Bug fix for makepkg dependency testing. This requires that we | Aaron Griffin | 1 | -1/+1 |
2007-03-06 | * Added missing header include guards in md5.h and sha1.h. | Dan McGee | 1 | -1/+1 |
2007-03-05 | This commit looks much more monumental than it is. Almost all just #include | Dan McGee | 1 | -2/+5 |
2007-03-03 | * A little more hacking with wchar_t output, but nothing really changed in | Dan McGee | 1 | -7/+8 |
2007-03-03 | Big commit this time: | Aaron Griffin | 1 | -14/+20 |
2007-03-01 | *** empty log message *** | Aaron Griffin | 1 | -1/+4 |
2007-02-26 | * Enforce const char* params when using strings | Aaron Griffin | 1 | -2/+2 |
2007-02-21 | * Fixed inconsistency of args- _alpm_db_read, _alpm_db_write. | Dan McGee | 1 | -2/+2 |
2007-02-20 | * Updated conflict checking one last time. You can finally have a file move | Dan McGee | 1 | -2/+4 |
2007-02-18 | Moved the update_depends function to trans.c, as it depends on a transaction | Aaron Griffin | 1 | -0/+93 |
2007-01-30 | K. Piche <kevin.piche@cgi.com> | Aaron Griffin | 1 | -0/+14 |
2007-01-30 | K. Piche <kpiche@rogers.com> | Aaron Griffin | 1 | -2/+2 |
2007-01-30 | Discussed on IRC for a bit, this makes the following changes for clarity: | Dan McGee | 1 | -1/+1 |
2007-01-24 | This mainly deals with code clarity- removing currently unneeded | Aaron Griffin | 1 | -2/+4 |
2007-01-19 | Preliminary checkin for alpm_list conversion | Aaron Griffin | 1 | -8/+8 |
2006-11-22 | * Completed getinfo api changes (pmmissing_t, pmtrans_t, etc) | Aaron Griffin | 1 | -0/+35 |
2006-10-31 | Numerous changes: | Aaron Griffin | 1 | -1/+1 |
2006-10-21 | Minor changes: | Aaron Griffin | 1 | -2/+0 |
2006-10-20 | A handful of minor changes: | Aaron Griffin | 1 | -3/+3 |
2006-10-15 | Merged frugalware changes (too many to list). Also added some config file | Aaron Griffin | 1 | -4/+12 |
2006-07-15 | Patch from FW: Better control over CTRL-C interruptions -- do not leave the D... | Judd Vinet | 1 | -0/+2 |
2006-07-15 | spelling fix | Judd Vinet | 1 | -1/+1 |
2006-05-15 | first stage of i18n stuff from VMiklos | Judd Vinet | 1 | -1/+2 |
2006-03-04 | - changed flags type from char to int | Aurelien Foret | 1 | -1/+1 |
2006-03-01 | added ERROR logs in case of malloc failures (patch from VMiklos <vmiklos@frug... | Aurelien Foret | 1 | -0/+2 |
2006-02-22 | improved _alpm_list_free handling | Aurelien Foret | 1 | -1/+3 |
2006-02-17 | prepend library function names with _alpm (helped with the patch from VMiklos... | Aurelien Foret | 1 | -26/+26 |
2006-01-10 | fixed a memory leak in the transaction cleanup code | Aurelien Foret | 1 | -1/+2 |
2006-01-09 | - merged pkg_new and pkg_dummy functions | Aurelien Foret | 1 | -4/+0 |
2006-01-07 | sync_commit can now return conflicting files with a trans_prepare like data s... | Aurelien Foret | 1 | -2/+2 |
2006-01-02 | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 1 | -1/+1 |
2005-11-07 | added a FREESYNC macro to release pointers to pmsyncpkg_t structures | Aurelien Foret | 1 | -2/+1 |
2005-10-10 | - more sanity checks | Aurelien Foret | 1 | -5/+3 |
2005-10-09 | added conversation callback support for transactions | Judd Vinet | 1 | -1/+3 |
2005-10-08 | Merging in recent fixes/additions from 2.9.7 | Judd Vinet | 1 | -0/+2 |
2005-05-04 | event transaction callback rework to prepare the introduction of a conversati... | Aurelien Foret | 1 | -3/+3 |
2005-04-24 | added support for the package reason field | Aurelien Foret | 1 | -0/+1 |
2005-04-20 | bypass trans_prepare() if there is no target | Aurelien Foret | 1 | -0/+5 |
2005-04-17 | - reworked transaction prototypes | Aurelien Foret | 1 | -10/+21 |
2005-04-06 | reverted back to trans->packages instead of install and remove queues | Aurelien Foret | 1 | -15/+6 |
2005-04-06 | replaced transaction 'packages' field by 2 queues: one for packages to be ins... | Aurelien Foret | 1 | -5/+18 |
2005-03-31 | started the work on "pacman_sync" | Aurelien Foret | 1 | -2/+12 |
2005-03-16 | Renamed PM_RET_ERR to RET_ERR (no need for a PM_ prefix for internal | Aurelien Foret | 1 | -6/+6 |
2005-03-15 | Initial revision | Judd Vinet | 1 | -0/+187 |