Age | Commit message (Expand) | Author | Files | Lines |
2006-01-07 | removed a restriction: the data parameter of XXX_prepare functions can be NULL | Aurelien Foret | 4 | -39/+55 |
2006-01-07 | Fixed a regression in the conflict handling code | Aurelien Foret | 1 | -1/+1 |
2006-01-07 | added more debug logs in the sync conflict/replace code | Aurelien Foret | 2 | -7/+26 |
2006-01-07 | removed handle/uid checks (CYGWIN) | Aurelien Foret | 1 | -0/+4 |
2006-01-07 | code cleanup (mainly removed line spaces at the beginning of lines by tabulat... | Aurelien Foret | 3 | -18/+20 |
2006-01-07 | removed a misleading PM_ERR_XXX occurrence | Aurelien Foret | 1 | -1/+1 |
2006-01-06 | - sync: populates *data when a conflict can't be resolved | Aurelien Foret | 2 | -2/+20 |
2006-01-06 | removed ORE tags (after tests, no real performance increase by implementing t... | Aurelien Foret | 1 | -5/+0 |
2006-01-06 | fixed the usage of 4 list_is_in calls (should have been list_is_strin) | Aurelien Foret | 1 | -2/+4 |
2006-01-06 | - fixed a regression with pacman 2.x (reworked patch from VMiklos <vmiklos@fr... | Aurelien Foret | 2 | -2/+8 |
2006-01-05 | - started to rename list_XXX calls to _alpm_list_XXX | Aurelien Foret | 6 | -43/+18 |
2006-01-05 | various code cleanup | Aurelien Foret | 1 | -7/+4 |
2006-01-05 | tweaked a log (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 1 | -1/+1 |
2006-01-05 | - fix for sync conflicts (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 1 | -48/+48 |
2006-01-05 | terminated .lastupdate implementation for HTTP protocol | Aurelien Foret | 1 | -5/+2 |
2006-01-03 | fixed a segfault in removdeps | Aurelien Foret | 1 | -5/+31 |
2006-01-02 | code cleanup | Aurelien Foret | 1 | -12/+13 |
2006-01-02 | code cleanup | Aurelien Foret | 3 | -30/+36 |
2006-01-02 | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 36 | -36/+36 |
2006-01-02 | more sanity checks: do not add or remove databases while a trasaction is running | Aurelien Foret | 1 | -0/+6 |
2006-01-02 | code cleanup | Aurelien Foret | 1 | -8/+8 |
2006-01-02 | code cleanup | Aurelien Foret | 2 | -12/+7 |
2006-01-02 | fixed possible memory corruption | Aurelien Foret | 1 | -1/+1 |
2006-01-02 | fixed various memory leaks | Aurelien Foret | 1 | -1/+4 |
2006-01-02 | fixed a typo | Aurelien Foret | 1 | -1/+1 |
2006-01-02 | code cleanup | Aurelien Foret | 1 | -2/+1 |
2006-01-02 | fixed a possible memory leak | Aurelien Foret | 1 | -0/+1 |
2006-01-02 | fixed a possible memory corruption | Aurelien Foret | 1 | -1/+1 |
2006-01-01 | removed some overlapping pm_errno assignments | Aurelien Foret | 1 | -6/+0 |
2006-01-01 | - fixed a regression with pacman 2.x (patch from VMiklos <vmiklos@frugalware.... | Aurelien Foret | 1 | -14/+19 |
2005-12-31 | added a debug log when freeing the package cache | Aurelien Foret | 1 | -0/+3 |
2005-12-28 | Allowed C++ usage (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 1 | -0/+8 |
2005-12-28 | Fixed a typo (spelling) fix (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 1 | -1/+1 |
2005-12-28 | Fixed some logging issues (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 2 | -5/+3 |
2005-12-28 | Fixed some memory leaks (patch from Essien Ita Essien <essiene@datavibe.net>) | Aurelien Foret | 2 | -0/+3 |
2005-12-26 | renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.cz | Judd Vinet | 8 | -56/+82 |
2005-12-26 | applied first try at sync conflict handling (VMiklos) plus a couple changes | Judd Vinet | 3 | -12/+132 |
2005-12-20 | patch from VMiklos: regarding the documentation, groups have to be renamed fr... | Judd Vinet | 1 | -11/+11 |
2005-11-21 | added Doxyfile | Judd Vinet | 2 | -1/+148 |
2005-11-09 | fixed a file descriptor leak | Aurelien Foret | 2 | -5/+20 |
2005-11-07 | cleanup | Aurelien Foret | 2 | -4/+3 |
2005-11-07 | fixed wrong prototype usage for trans_new() | Aurelien Foret | 1 | -3/+7 |
2005-11-07 | added a FREESYNC macro to release pointers to pmsyncpkg_t structures | Aurelien Foret | 2 | -2/+3 |
2005-11-07 | fixed compilation warnings | Aurelien Foret | 7 | -9/+10 |
2005-11-07 | added more pm_errnos | Aurelien Foret | 1 | -0/+9 |
2005-11-05 | Used the chroot syscall instead of the chroot binary | Aurelien Foret | 1 | -26/+34 |
2005-10-22 | do not free the cache right before using it! | Aurelien Foret | 1 | -14/+10 |
2005-10-21 | bugfix: before searching databases for a dependency, make sure one of the pac... | Judd Vinet | 1 | -1/+17 |
2005-10-21 | fixed a segfault that occured in special cases when propagating requiredby fi... | Judd Vinet | 1 | -0/+7 |
2005-10-20 | added INFRQ_DESC back to the package cache so the group cache will work | Judd Vinet | 1 | -1/+2 |