Age | Commit message (Expand) | Author | Files | Lines |
2008-01-12 | Only notify of dependency check in removal if performed | Allan McRae | 1 | -2/+2 |
2008-01-11 | Fix library interface | Dan McGee | 4 | -6/+6 |
2008-01-11 | Use dynamic string allocation in package structures | Dan McGee | 13 | -203/+284 |
2008-01-10 | Move the fallback on providers from backend to frontend. | Chantry Xavier | 1 | -26/+2 |
2008-01-08 | Remove upgradedelay and all code associated with it | Dan McGee | 5 | -42/+0 |
2008-01-08 | Remove unused date element from pmpkg_t struct | Dan McGee | 2 | -3/+3 |
2008-01-06 | conflict.c : fix for FS#8156, detect conflict between symlink and dir. | Chantry Xavier | 1 | -5/+12 |
2008-01-06 | Don't stat cachedir immediately | Dan McGee | 2 | -8/+3 |
2008-01-06 | sync.c: add sanity check so we don't dereference a null pointer | Dan McGee | 1 | -6/+8 |
2008-01-05 | conflict.c : fix for upgrade042. | Chantry Xavier | 1 | -17/+7 |
2008-01-05 | add.c : fix upgrade026 pactest. | Chantry Xavier | 1 | -0/+5 |
2008-01-05 | Update of German translation | Matthias Gorissen | 1 | -201/+186 |
2008-01-02 | Small code cleanups with indents/spaces | Dan McGee | 2 | -6/+7 |
2008-01-02 | Remove gettext calls from debug-level messages | Dan McGee | 2 | -2/+3 |
2008-01-02 | Fix another usage of pkg_new in _alpm_sync_addtarget | Dan McGee | 1 | -2/+1 |
2008-01-02 | Switch pkg_new -> pkg_dup in find_replacements | Dan McGee | 1 | -1/+1 |
2008-01-02 | new upgade042 pactest + bugfix in chk_filedifference. | Chantry Xavier | 1 | -0/+4 |
2007-12-29 | Remove .FILELIST generation from makepkg (and elsewhere) | Dan McGee | 1 | -45/+19 |
2007-12-29 | add a new upgrade026 pactest for backup handling. | Chantry Xavier | 1 | -3/+1 |
2007-12-29 | libalpm/add.c: disable buggy backup handling code that didn't do anything. | Chantry Xavier | 1 | -7/+18 |
2007-12-29 | french translation : one broken message caused a segfault. | Chantry Xavier | 1 | -2/+2 |
2007-12-29 | libalpm/remove.c : switch back to lstat usage. | Chantry Xavier | 1 | -1/+5 |
2007-12-29 | Allow NULL parameter in alpm_trans_commit | Allan McRae | 2 | -19/+31 |
2007-12-29 | Add remove counterparts to alpm_option_add_* functions | Allan McRae | 2 | -0/+89 |
2007-12-21 | Check ignored packages in _alpm_sync_addtarget(). | Nathan Jones | 1 | -0/+8 |
2007-12-21 | Fix memory leak in shortest_delta_path. | Nathan Jones | 1 | -2/+4 |
2007-12-21 | Add new Czech translation | Vojtěch Gondžala | 2 | -0/+677 |
2007-12-21 | Finish french translation. | Chantry Xavier | 1 | -381/+329 |
2007-12-20 | Updated Hungarian translation | Nagy Gabor | 1 | -9/+14 |
2007-12-19 | PM_DEP_MOD_LT and PM_DEP_MOD_GT depmods added | Nagy Gabor | 2 | -2/+21 |
2007-12-19 | Updated Hungarian translation | Nagy Gabor | 1 | -375/+307 |
2007-12-19 | Updated Italian Translation | Giovanni Scafora | 1 | -13/+17 |
2007-12-18 | Updated Italian Translation for pacman 3.1 | Giovanni Scafora | 1 | -154/+154 |
2007-12-17 | Check for errors on descfile extraction | Dan McGee | 1 | -1/+5 |
2007-12-11 | popen does NOT require /bin/sh in a subchroot | Aaron Griffin | 1 | -3/+3 |
2007-12-11 | Correct scriptlet usage pattern | Aaron Griffin | 1 | -5/+2 |
2007-12-11 | Update GNU GPL boilerplate and copyright dates | Dan McGee | 41 | -154/+74 |
2007-12-09 | Improve changelog handling through addition of open/read/close functions | Dan McGee | 2 | -0/+114 |
2007-12-09 | _alpm_unpack: return 1 when the file is not found. | Chantry Xavier | 1 | -1/+2 |
2007-12-07 | libalpm/server.c : fix segfault when downloading failed. | Chantry Xavier | 1 | -1/+1 |
2007-12-05 | Remove duplicated PM_TRANS_CONV_INSTALL_IGNOREPKG message | Nagy Gabor | 1 | -1/+3 |
2007-12-05 | libalpm/backup.c : simple refactoring. | Chantry Xavier | 2 | -14/+53 |
2007-12-03 | Update it translation for 3.1 | Giovanni Scafora | 1 | -30/+29 |
2007-12-03 | Update en_GB translation for 3.1 | Jeff Bailes | 1 | -57/+58 |
2007-12-03 | Update all translation files in anticipation of 3.1 release | Dan McGee | 10 | -2726/+3651 |
2007-12-03 | alpm_list : change the alpm_list_find* to return the matching item. | Chantry Xavier | 4 | -14/+16 |
2007-12-03 | Remove _alpm_depmiss_isin | Dan McGee | 2 | -20/+0 |
2007-12-03 | Add 4 new pactests to get better code coverage by pactest | Dan McGee | 2 | -2/+2 |
2007-12-02 | Add new --needed option for -S. | Chantry Xavier | 2 | -11/+11 |
2007-12-01 | Minor fixes in sync.c and deps.c. | Chantry Xavier | 2 | -5/+4 |