Age | Commit message (Expand) | Author | Files | Lines |
2008-07-16 | _alpm_db_add_pkgincache rework | Nagy Gabor | 1 | -2/+1 |
2008-06-16 | Use access() instead of stat() when possible | Dan McGee | 1 | -4/+4 |
2008-04-07 | Remove unnecessary header file, move one macro to util.c | Dan McGee | 1 | -1/+0 |
2008-03-18 | Kill PM_TRANS_TYPE_ADD. | Chantry Xavier | 1 | -3/+0 |
2008-03-11 | Remove trans->targets | Nagy Gabor | 1 | -18/+0 |
2008-01-24 | libalpm/cache.c : don't duplicate packages in pkgcache. | Chantry Xavier | 1 | -1/+2 |
2008-01-14 | FS#9183 : force correct permissions on tmp/. | Jaroslaw Swierczynski | 1 | -1/+1 |
2007-12-29 | Allow NULL parameter in alpm_trans_commit | Allan McRae | 1 | -1/+3 |
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 | 1 | -4/+2 |
2007-11-25 | Fix a memleak in _alpm_sync_free. | Chantry Xavier | 1 | -8/+2 |
2007-11-21 | Remove duplicated get_upgrades function, use sysupgrade instead. | Chantry Xavier | 1 | -1/+2 |
2007-11-18 | Fix sh and scriptlet interaction | Dan McGee | 1 | -4/+11 |
2007-11-18 | POSIX shell does not specify meaning of source operation | Dan McGee | 1 | -2/+2 |
2007-11-17 | Remove provide.c and provide.h . | Chantry Xavier | 1 | -1/+0 |
2007-11-17 | Fix memleak in _alpm_trans_free with package lists | Dan McGee | 1 | -8/+5 |
2007-11-17 | War on whitespace | Dan McGee | 1 | -2/+2 |
2007-11-15 | Remove REQUIREDBY usage from libalpm | Dan McGee | 1 | -65/+0 |
2007-11-05 | Remove the newline automatically added by alpm_logaction. | Chantry Xavier | 1 | -1/+1 |
2007-11-04 | Readd scriptlet logging that got lost in an earlier commit | Dan McGee | 1 | -2/+17 |
2007-10-29 | libalpm: introduce MALLOC and CALLOC macros | Dan McGee | 1 | -4/+1 |
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-09 | Clean up the scriptlet fork code a bit, honor the child return value | Dan McGee | 1 | -3/+20 |
2007-10-05 | Fail loudly is scriptlets cannot be run via /bin/sh | Aaron Griffin | 1 | -0/+7 |
2007-09-17 | trans.c : reworking of transaction interruptions | Chantry Xavier | 1 | -11/+23 |
2007-09-07 | libalpm/trans.c : remove the lock even on interrupted transactions. | Chantry Xavier | 1 | -2/+3 |
2007-08-24 | libalpm: add newlines to all strings passed to log callback | Dan McGee | 1 | -19/+19 |
2007-08-22 | Post trial install changes, round one | Dan McGee | 1 | -1/+1 |
2007-08-20 | libalpm/add.c,trans.c : cleanup of requiredby handling. | Nagy Gabor | 1 | -61/+12 |
2007-08-16 | Fix some errors spit out by -Wextra | Dan McGee | 1 | -1/+1 |
2007-07-14 | Ensure requiredby entries are removed during an upgrade | Dan McGee | 1 | -7/+14 |
2007-07-12 | Some doxygen comments. | Andrew Fyfe | 1 | -0/+5 |
2007-07-12 | Remove some more conditional include stuff | Dan McGee | 1 | -3/+0 |
2007-07-10 | Remove gettext calls from all PM_LOG_DEBUG messages | Dan McGee | 1 | -8/+8 |
2007-07-09 | libalpm/trans.c : exit the forked process correctly in case of errors. | Chantry Xavier | 1 | -2/+2 |
2007-07-09 | Clean up the alpm handle | Dan McGee | 1 | -6/+0 |
2007-07-09 | Remove gettext from any alpm_logaction calls | Dan McGee | 1 | -1/+1 |
2007-06-28 | Remove scriptlet START and DONE commands that we don't use | Dan McGee | 1 | -32/+1 |
2007-06-05 | Move functions out of alpm.c to where they belong | Dan McGee | 1 | -0/+166 |
2007-06-02 | Remove freespace checking code | Dan McGee | 1 | -79/+0 |
2007-05-14 | Remove unnecessary casts on malloc and elsewhere | Dan McGee | 1 | -3/+3 |
2007-04-29 | libalpm util.c and util.h cleanup | Dan McGee | 1 | -2/+256 |
2007-04-28 | Remove FREELISTPTR macro | Dan McGee | 1 | -1/+1 |
2007-04-28 | Remove FREEPKG macro and correctly type _alpm_pkg_free | Dan McGee | 1 | -1/+6 |
2007-04-28 | Remove FREEGRP macro and correctly type _alpm_grp_free | Dan McGee | 1 | -2/+2 |
2007-04-27 | Remove FREESYNC macro and correctly type _alpm_sync_free | Dan McGee | 1 | -1/+2 |
2007-04-27 | Remove FREETRANS macro and correctly type _alpm_trans_free | Dan McGee | 1 | -3/+1 |
2007-04-27 | Clean up gettext on the libalpm side | Dan McGee | 1 | -1/+0 |