Age | Commit message (Expand) | Author | Files | Lines |
2007-05-18 | Allow $repo expansion in 'Server' config lines | Aaron Griffin | 3 | -22/+72 |
2007-05-18 | Fix extraneous "ignoring upgrade" output on Ignore'd packages | Chantry Xavier | 1 | -6/+8 |
2007-05-18 | Continue scanning when an invalid DB entry is found | Aaron Griffin | 1 | -1/+3 |
2007-05-18 | Remove trailing slashes from Server URLs | Aaron Griffin | 1 | -0/+4 |
2007-05-18 | Fix libarchive permission extraction | Aaron Griffin | 1 | -0/+2 |
2007-05-14 | Use alpm_depcmp in _alpm_pkg_update_requiredby | Nagy Gabor | 1 | -28/+13 |
2007-05-14 | Remove unnecessary casts on malloc and elsewhere | Dan McGee | 8 | -20/+20 |
2007-05-10 | Fix IgnorePkg handling with replacement packages | Aaron Griffin | 1 | -1/+3 |
2007-04-29 | libalpm util.c and util.h cleanup | Dan McGee | 7 | -290/+292 |
2007-04-29 | Remove STRNCPY macro from libalpm | Dan McGee | 9 | -33/+29 |
2007-04-29 | Remove 'removes' array from libalpm | Dan McGee | 4 | -40/+1 |
2007-04-28 | Remove FREELISTPTR macro | Dan McGee | 7 | -22/+20 |
2007-04-28 | Remove FREEPKG macro and correctly type _alpm_pkg_free | Dan McGee | 9 | -26/+35 |
2007-04-28 | Remove FREEHANDLE macro and correctly type _alpm_handle_free | Dan McGee | 3 | -8/+6 |
2007-04-28 | Remove FREESERVER macro and correctly type _alpm_server_free | Dan McGee | 4 | -8/+7 |
2007-04-28 | Remove FREEGRP macro and correctly type _alpm_grp_free | Dan McGee | 5 | -13/+7 |
2007-04-27 | Remove FREESYNC macro and correctly type _alpm_sync_free | Dan McGee | 4 | -11/+14 |
2007-04-27 | Remove FREETRANS macro and correctly type _alpm_trans_free | Dan McGee | 6 | -25/+19 |
2007-04-27 | Clean up gettext on the libalpm side | Dan McGee | 20 | -25/+2 |
2007-04-27 | Set the correct type on the log callback function | Dan McGee | 1 | -1/+1 |
2007-04-25 | Update Doxyfile for v1.5.2 | Dan McGee | 1 | -5/+7 |
2007-04-25 | add.c and remove.c cleanup | Dan McGee | 1 | -2/+2 |
2007-04-25 | Update the pot language files | Dan McGee | 1 | -100/+110 |
2007-04-25 | Update all translation po files | Dan McGee | 8 | -730/+811 |
2007-04-25 | Updated French Translation | Nam | 1 | -400/+414 |
2007-04-23 | Updating German Translation | Pierre Schmitz | 1 | -100/+104 |
2007-04-23 | Using wrong variable for depend lookup in sortbydeps | Nagy Gabor | 1 | -1/+1 |
2007-04-23 | Let IgnorePkg superceed the FORCE package flag | Chantry Xavier | 1 | -7/+9 |
2007-04-23 | Added Spanish translation | Juan Pablo González T | 2 | -2/+1518 |
2007-04-17 | Update German translation | Matthias Gorissen | 1 | -111/+110 |
2007-04-17 | Add Polish language translation | Mateusz Jędrasik | 2 | -0/+1508 |
2007-04-17 | ldconfig changes from CVS | Aaron Griffin | 1 | -1/+1 |
2007-04-05 | Really run scriptlet on pre_remove and post_remove | Roman Kyrylych | 1 | -2/+2 |
2007-04-04 | Backport changes from 3.0.1 | Aaron Griffin | 2 | -17/+27 |
2007-04-02 | Move the 100% progress bar call before remove scriptlet for output reasons | VMiklos | 1 | -4/+6 |
2007-03-30 | Make all paths and file locations configurable | Dan McGee | 1 | -10/+0 |
2007-03-30 | Report an error on setmntent failure | Aaron Griffin | 1 | -1/+3 |
2007-03-29 | Fix a 0 and '/0' switch | Dan McGee | 1 | -1/+1 |
2007-03-29 | Doxygen fixups for libalpm | Dan McGee | 5 | -96/+287 |
2007-03-28 | Fix --ignore behavior on sysupgrade | Dan McGee | 1 | -5/+13 |
2007-03-28 | Move .cvsignore -> .gitignore | Dan McGee | 2 | -0/+0 |
2007-03-24 | * Added a mirror list for [testing] (it appears most mirrors mirror testing) | Aaron Griffin | 8 | -124/+124 |
2007-03-23 | * Updated German translation | Dan McGee | 1 | -1/+1 |
2007-03-22 | Fixed alpm_log call- too many parameters passed. (bardo on #archlinux-pacman) | Dan McGee | 1 | -1/+1 |
2007-03-22 | Clarify some English messages as suggested by Nagy Gabor. I even did the hard | Dan McGee | 8 | -114/+109 |
2007-03-22 | Lots of translation updates before we release. | Dan McGee | 8 | -958/+2474 |
2007-03-22 | I was mistaken, newpkg->data IS useful here, as the scriptlet isn't in the FS at | Aaron Griffin | 1 | -2/+2 |
2007-03-22 | * Correct install scriptlet usage (reuse of handle->root when not needed) | Aaron Griffin | 3 | -14/+15 |
2007-03-22 | * Fix conflict checking to ignore symlinks that were in previous version of | Dan McGee | 1 | -8/+30 |
2007-03-21 | * dont use XferCommand if retrieving local files, fixes wget error: | Jürgen Hötzel | 1 | -1/+1 |