Age | Commit message (Expand) | Author | Files | Lines |
2011-06-14 | Ensure handle is valid and pm_errno is reset when calling into API | Dan McGee | 15 | -69/+128 |
2011-06-14 | Avoid setting sigverify option twice | Dan McGee | 1 | -1/+0 |
2011-06-14 | Conflict check and skip_remove code cleanups | Dan McGee | 2 | -39/+55 |
2011-06-14 | Small handle related cleanups | Dan McGee | 3 | -5/+3 |
2011-06-14 | Add handle argument to _alpm_pkg_should_ignore() | Dan McGee | 4 | -13/+14 |
2011-06-14 | Merge remote-tracking branch 'florian/sodeps' | Dan McGee | 2 | -2/+94 |
2011-06-14 | doc/PKGBUILD: misc changes | Florian Pritz | 1 | -41/+40 |
2011-06-14 | Merge branch 'maint' | Dan McGee | 3 | -9/+15 |
2011-06-14 | Remove alpm_db_get_url() | Dan McGee | 3 | -30/+7 |
2011-06-14 | Added check option to BUILDENV array in makepkg.conf man page | Eric BĂ©langer | 1 | -1/+1 |
2011-06-14 | Add a helper method for retrieving the DB signature path | Dan McGee | 2 | -0/+15 |
2011-06-14 | alpm_db_update(): refactor out sync dir create/check | Dan McGee | 1 | -22/+31 |
2011-06-14 | conf: do batch processing of repo sections | Dan McGee | 1 | -49/+100 |
2011-06-14 | conf: _parseconfig() cleanups and documentation | Dan McGee | 1 | -19/+38 |
2011-06-14 | Always pass data to trans_commit() | Dan McGee | 1 | -2/+4 |
2011-06-14 | Remove global handle variable | Dan McGee | 3 | -15/+0 |
2011-06-14 | Switch all logging to use handle directly | Dan McGee | 22 | -368/+360 |
2011-06-14 | Move pm_errno onto the handle | Dan McGee | 39 | -442/+422 |
2011-06-14 | Add handle argument to two more alpm methods | Dan McGee | 7 | -33/+41 |
2011-06-14 | Require handle for alpm_checkconflicts() | Dan McGee | 5 | -12/+16 |
2011-06-14 | Require handle for alpm_pkg_load() | Dan McGee | 8 | -17/+20 |
2011-06-14 | Add handle argument to alpm_(add|remove)_pkg() | Dan McGee | 6 | -14/+19 |
2011-06-14 | Added initialization code for database siglevel | Kerrick Staley | 1 | -0/+1 |
2011-06-14 | Fix memory leak if package sig was invalid | Dan McGee | 1 | -0/+1 |
2011-06-14 | Fix all current return(x) usages | Dan McGee | 3 | -12/+12 |
2011-06-14 | Fix list_display on non-ttys and other output fixes | Dan McGee | 1 | -7/+12 |
2011-06-09 | doc/PKGBUILD: document libdeps | Florian Pritz | 1 | -0/+9 |
2011-06-09 | commit_single_pkg(): Use handle object directly | Dan McGee | 1 | -6/+6 |
2011-06-09 | Require handle for alpm_sync_sysupgrade() | Dan McGee | 3 | -6/+4 |
2011-06-09 | Require handle for alpm_db_register_sync() | Dan McGee | 5 | -8/+7 |
2011-06-09 | Require handle argument to all alpm_trans_*() methods | Dan McGee | 8 | -45/+50 |
2011-06-09 | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee | 32 | -325/+275 |
2011-06-09 | Require handle argument to alpm_logaction() | Dan McGee | 10 | -36/+36 |
2011-06-09 | Kill all remaining 'PATH_MAX + 1' usages | Dan McGee | 6 | -9/+9 |
2011-06-09 | _alpm_lstat: only duplicate string if necessary | Dan McGee | 1 | -7/+8 |
2011-06-09 | Fix bracket type in makefile | Allan McRae | 1 | -1/+1 |
2011-06-08 | Merge remote-tracking branch 'allan/working' | Dan McGee | 4 | -9/+17 |
2011-06-08 | Fix graph free valgrind warnings | Dan McGee | 1 | -11/+0 |
2011-06-08 | pactest: only create install file if necessary | Dan McGee | 1 | -2/+2 |
2011-06-08 | Plug a memory leak | Dan McGee | 1 | -0/+1 |
2011-06-08 | Fix name of original files in scripts | Allan McRae | 1 | -1/+1 |
2011-06-08 | pacman-key: add vim modeline and fix whitespace issues | Allan McRae | 1 | -6/+8 |
2011-06-08 | pkgdelta: add vim modeline | Allan McRae | 1 | -0/+2 |
2011-06-08 | Remove incorrect output with download only and IgnorePkg | Allan McRae | 1 | -2/+6 |
2011-06-07 | Add late-breaking 3.5.3 NEWS | Dan McGee | 1 | -1/+2 |
2011-06-07 | Merge branch 'maint' | Dan McGee | 4 | -81/+85 |
2011-06-07 | pacman-key: update copyright | Allan McRae | 1 | -1/+1 |
2011-06-07 | Revamp pacman setup code to handle new alpm initialize routine | Dan McGee | 3 | -133/+140 |
2011-06-07 | Update utilities for new initialize/release methods | Dan McGee | 4 | -34/+29 |
2011-06-07 | New signatures for alpm initialize and release | Dan McGee | 7 | -91/+72 |