Age | Commit message (Expand) | Author | Files | Lines |
2007-10-23 | Ensure all localization stuff is correctly guarded | Dan McGee | 2 | -0/+5 |
2007-10-23 | Fix broken or missing includes | Dan McGee | 2 | -8/+9 |
2007-10-23 | Fix invalid static scoping of strverscmp | Dan McGee | 2 | -2/+2 |
2007-10-20 | Add download size to target list. | Nathan Jones | 2 | -0/+36 |
2007-10-20 | Download delta files if UseDelta is set. | Nathan Jones | 6 | -3/+271 |
2007-10-20 | Refactor md5sum checking. | Nathan Jones | 1 | -44/+89 |
2007-10-20 | Add pmdelta_t structure and functions to libalpm. | Nathan Jones | 11 | -1/+380 |
2007-10-18 | libalpm/package.c : fix requiredby with multiple providers. | Chantry Xavier | 1 | -5/+2 |
2007-10-15 | libalpm/trans.c : fix a recently introduced breakage in scriptlets handling. | Chantry Xavier | 1 | -6/+10 |
2007-10-15 | libalpm/trans.c : remove the DBPath <-> RootDir dependence in runscriptlet. | Chantry Xavier | 1 | -15/+21 |
2007-10-15 | Updates to fix Doxygen documentation generation | Dan McGee | 3 | -9/+7 |
2007-10-09 | Add gcc format attribute to _alpm_log, catch a few bugs in the process | Dan McGee | 4 | -6/+8 |
2007-10-09 | libalpm/package.c: ensure we use package name when loading packages | Dan McGee | 1 | -4/+7 |
2007-10-09 | Update usage of gcc __attribute__ flags | Dan McGee | 2 | -2/+2 |
2007-10-09 | Clean up the scriptlet fork code a bit, honor the child return value | Dan McGee | 1 | -3/+20 |
2007-10-09 | Fix backward compatibility with non-epoch builddates | Dan McGee | 1 | -3/+8 |
2007-10-05 | Fail loudly is scriptlets cannot be run via /bin/sh | Aaron Griffin | 1 | -0/+7 |
2007-09-29 | libalpm: Optimize/inline the md5 functionality | Dan McGee | 2 | -29/+5 |
2007-09-29 | libalpm/deps.c: fix memleak found by valgrind | Dan McGee | 1 | -0/+1 |
2007-09-29 | libalpm/be_files: Fix outdated code setting path for lastupdate file | Dan McGee | 1 | -2/+2 |
2007-09-28 | Minor "cannot remove" message cleanup | Aaron Griffin | 1 | -1/+2 |
2007-09-28 | Remove buildtype package accessor prototype | Aaron Griffin | 1 | -1/+0 |
2007-09-28 | Support for localized times in metadata | Aaron Griffin | 5 | -23/+44 |
2007-09-28 | Add 'full' parameter to alpm_pkg_load | Dan McGee | 4 | -18/+30 |
2007-09-28 | Update comments dealing with pkgext/dbext stripping | Dan McGee | 1 | -2/+1 |
2007-09-28 | Remove package name dependency from libalpm | Dan McGee | 6 | -157/+55 |
2007-09-28 | libalpm: Add newline to alpm log function output | Dan McGee | 1 | -1/+1 |
2007-09-26 | Preliminary support for optdepends | Dan McGee | 4 | -1/+31 |
2007-09-24 | libalpm/add.c: fix backup array issue | Dan McGee | 2 | -20/+26 |
2007-09-24 | libalpm/remove.c: fix up arguments to unlink_file | Dan McGee | 1 | -19/+15 |
2007-09-23 | alpm: removed unused strtoupper wrapper, remove installeddate on parse_descfile | Dan McGee | 3 | -16/+0 |
2007-09-23 | libalpm/package.c : fix for FS#8081, case sensitive comparisons in parse_desc... | Chantry Xavier | 1 | -17/+16 |
2007-09-19 | libalpm/add.c : fix backup handling (2) | Chantry Xavier | 1 | -2/+2 |
2007-09-18 | libalpm/add.c : newline fix. | Chantry Xavier | 1 | -2/+2 |
2007-09-18 | Avoid segfaults whet calling alpm_option_get_* before initialization | Stefano Esposito | 1 | -19/+164 |
2007-09-17 | trans.c : reworking of transaction interruptions | Chantry Xavier | 5 | -23/+31 |
2007-09-17 | Remove the DB consistency check from pacman and libalpm. | Chantry Xavier | 4 | -47/+0 |
2007-09-12 | make alpm_strerror binding friendly | Stefano Esposito | 3 | -1/+7 |
2007-09-12 | libalpm/deps.c : export _alpm_checkdeps (-> alpm_checkdeps). | Chantry Xavier | 2 | -1/+10 |
2007-09-12 | libalpm/package.c : add new alpm_pkg_compute_requiredby function. | Chantry Xavier | 2 | -38/+48 |
2007-09-07 | libalpm/trans.c : remove the lock even on interrupted transactions. | Chantry Xavier | 1 | -2/+3 |
2007-09-07 | Add a few missing includes, caught while compiling on cygwin | Dan McGee | 1 | -0/+1 |
2007-09-04 | libalpm: remove outdated files from POTFILES.in | Dan McGee | 1 | -2/+0 |
2007-09-04 | Fix compile-time error with de.po, runtime error with db.c | Travis Willard | 2 | -2/+6 |
2007-09-02 | Update German translation | Matthias Gorissen | 1 | -20/+17 |
2007-09-02 | libalpm/remove.c : avoid duplicated packages in removal list. | Chantry Xavier | 1 | -3/+5 |
2007-08-27 | separate local from sync dbs on filesystem | Travis Willard | 3 | -38/+88 |
2007-08-26 | libalpm/add.c : fix backup handling. | Chantry Xavier | 1 | -1/+1 |
2007-08-24 | libalpm: add newlines to all strings passed to log callback | Dan McGee | 14 | -301/+302 |
2007-08-24 | libalpm/remove.c: check for ability to unlink is wrong | Dan McGee | 1 | -1/+2 |