Age | Commit message (Expand) | Author | Files | Lines |
2006-01-05 | added .lastudate support for HTTP protocol | Aurelien Foret | 4 | -21/+110 |
2006-01-03 | added Miklos and Christian | Judd Vinet | 1 | -0/+3 |
2006-01-03 | Added AUTHORS file | Judd Vinet | 1 | -0/+2 |
2006-01-03 | renamed ChangeLog to NEWS | Judd Vinet | 1 | -0/+0 |
2006-01-03 | renamed configure.in to configure.ac | Judd Vinet | 1 | -0/+0 |
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 | fixed a corrupted argument | Aurelien Foret | 1 | -2/+1 |
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 | 68 | -80/+71 |
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 | 3 | -14/+9 |
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 | Added Cygwin target defines | Aurelien Foret | 1 | -1/+8 |
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 | - reworked verbose levels | Aurelien Foret | 3 | -11/+5 |
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 |
2006-01-01 | renamed error titles from XXX to xxx | Aurelien Foret | 1 | -6/+6 |
2006-01-01 | *** empty log message *** | Aurelien Foret | 1 | -3/+2 |
2005-12-31 | fixed a segfault and added more verbose outputs in group handling (patch from... | Aurelien Foret | 1 | -2/+4 |
2005-12-31 | added a missing code chunk of the ignore command line option (patch from VMik... | Aurelien Foret | 1 | -0/+8 |
2005-12-31 | don't complain on PM_ERR_DB_UPTODATE errors (patch from VMiklos <vmiklos@frug... | Aurelien Foret | 1 | -2/+6 |
2005-12-31 | do not consider duplicated targets as an error (patch from VMiklos <vmiklos@f... | Aurelien Foret | 1 | -0/+4 |
2005-12-31 | used defines from alpm.h instead of local ones (patch from VMiklos <vmiklos@f... | Aurelien Foret | 2 | -6/+3 |
2005-12-31 | removed an uneeded call to strtrim | Aurelien Foret | 1 | -1/+0 |
2005-12-31 | added a debug log when freeing the package cache | Aurelien Foret | 1 | -0/+3 |
2005-12-30 | Added .tbz2 extension to makepkg | Judd Vinet | 1 | -1/+1 |
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 | 9 | -58/+84 |
2005-12-26 | applied first try at sync conflict handling (VMiklos) plus a couple changes | Judd Vinet | 4 | -12/+139 |
2005-12-21 | VMiklos: add STRNCPY macro from alpm to pacman | Judd Vinet | 2 | -1/+6 |
2005-12-21 | VMiklos: --noconfirm fix | Judd Vinet | 1 | -0/+8 |
2005-12-21 | verbosity fix from VMiklos | Judd Vinet | 1 | -0/+1 |
2005-12-20 | patch from VMiklos: regarding the documentation, groups have to be renamed fr... | Judd Vinet | 1 | -11/+11 |
2005-12-14 | added frugalware patch for DistCC support | Judd Vinet | 2 | -4/+19 |
2005-12-14 | typo | Judd Vinet | 1 | -1/+1 |
2005-12-14 | added Frugalware patch: -Q --foreign to display packages not found in sync repos | Judd Vinet | 4 | -2/+55 |
2005-12-09 | Applied unset_lcall_lang.diff -- unset LANG/LC_ALL before building packages | Judd Vinet | 1 | -0/+2 |
2005-11-28 | don't die on missing package files, just warn (#3535) | Judd Vinet | 2 | -14/+19 |
2005-11-21 | added Doxyfile | Judd Vinet | 2 | -1/+148 |
2005-11-09 | fixed a file descriptor leak | Aurelien Foret | 2 | -5/+20 |