Age | Commit message (Expand) | Author | Files | Lines |
2010-06-20 | Clarify testing within conditional statements | Allan McRae | 1 | -2/+2 |
2010-03-15 | Bump copyright dates to 2010 | Dan McGee | 1 | -1/+1 |
2009-11-16 | Refactor do/while cycle and multiple while cycles | Laszlo Papp | 1 | -1/+4 |
2009-10-19 | Size handling was changed in fgets() functions | Laszlo Papp | 1 | -1/+2 |
2009-10-11 | Rework the alpm_unpack functions | Xavier Chantry | 1 | -1/+1 |
2009-10-11 | typing: a few more fixes for special int types | Dan McGee | 1 | -2/+2 |
2009-09-12 | Change the interface for target loading | Xavier Chantry | 1 | -94/+0 |
2009-09-09 | Remove transaction type | Xavier Chantry | 1 | -198/+173 |
2009-09-09 | Use sync.c for upgrade transaction prepare and commit | Nagy Gabor | 1 | -13/+3 |
2009-09-06 | Check package arch before installing | Xavier Chantry | 1 | -0/+33 |
2009-07-23 | Introduce -Suu | Nagy Gabor | 1 | -2/+2 |
2009-07-16 | Run ldconfig inside chroot. | Xavier Chantry | 1 | -87/+1 |
2009-07-01 | Update copyright headers and messages | Dan McGee | 1 | -1/+2 |
2009-06-07 | Introduce _alpm_pkg_free_trans() | Nagy Gabor | 1 | -6/+1 |
2009-06-02 | Introduce PM_TRANS_FLAG_NOLOCK | Nagy Gabor | 1 | -12/+20 |
2009-04-11 | Remove pmsyncpkg_t | Nagy Gabor | 1 | -1/+6 |
2009-03-15 | Revert "popen does NOT require /bin/sh in a subchroot" | Xavier Chantry | 1 | -7/+0 |
2009-03-15 | runscriptlet : Flush open fds before fork() to avoid cloning buffers | Xavier Chantry | 1 | -0/+3 |
2008-11-01 | -Qu rework | Nagy Gabor | 1 | -12/+1 |
2008-10-29 | Merge branch 'maint' | Dan McGee | 1 | -3/+3 |
2008-10-19 | Correctly close the pipe used for scriptlet execution | Dan McGee | 1 | -3/+3 |
2008-10-13 | Merge branch 'maint' | Dan McGee | 1 | -3/+2 |
2008-10-13 | libalpm: handle syscall interruption correctly | Dan McGee | 1 | -3/+2 |
2008-09-03 | Remove unnecessary initialization in new functions | Dan McGee | 1 | -9/+0 |
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 |