Age | Commit message (Expand) | Author |
2011-06-15 | makepkg: create source package inside fakeroot | Allan McRae |
2011-06-15 | Clean up makefile for script generation | Allan McRae |
2011-06-15 | parse_options: adjust error messages | Allan McRae |
2011-06-15 | scripts/library: add README file | Allan McRae |
2011-06-15 | scripts: refactor output formatting functions | Allan McRae |
2011-06-15 | makepkg: move option parsing code to separate file | Allan McRae |
2011-06-15 | Merge branch 'maint' | Dan McGee |
2011-06-15 | Ensure humanize_size works for negative values | Jakob Gruber |
2011-06-15 | Use pm_fprintpf in table_create_format | Jakob Gruber |
2011-06-15 | makepkg: reword purge message | Allan McRae |
2011-06-15 | list_display: fix incorrect assignment | Dan McGee |
2011-06-15 | Fix man page generation for out of tree build | Allan McRae |
2011-06-14 | valgrind.supp: add known leak exposed by cURL | Dan McGee |
2011-06-14 | doc/PKGBUILD: misc changes | Florian Pritz |
2011-06-14 | Rename and rework signing helper methods | Dan McGee |
2011-06-14 | Alpm pkg accessors: ensure pkg argument is non-NULL | Dan McGee |
2011-06-14 | Ensure handle is valid and pm_errno is reset when calling into API | Dan McGee |
2011-06-14 | Avoid setting sigverify option twice | Dan McGee |
2011-06-14 | Conflict check and skip_remove code cleanups | Dan McGee |
2011-06-14 | Small handle related cleanups | Dan McGee |
2011-06-14 | Add handle argument to _alpm_pkg_should_ignore() | Dan McGee |
2011-06-14 | Merge remote-tracking branch 'florian/sodeps' | Dan McGee |
2011-06-14 | doc/PKGBUILD: misc changes | Florian Pritz |
2011-06-14 | Merge branch 'maint' | Dan McGee |
2011-06-14 | Remove alpm_db_get_url() | Dan McGee |
2011-06-13 | Added check option to BUILDENV array in makepkg.conf man page | Eric BĂ©langer |
2011-06-13 | Add a helper method for retrieving the DB signature path | Dan McGee |
2011-06-13 | alpm_db_update(): refactor out sync dir create/check | Dan McGee |
2011-06-13 | conf: do batch processing of repo sections | Dan McGee |
2011-06-13 | conf: _parseconfig() cleanups and documentation | Dan McGee |
2011-06-13 | Always pass data to trans_commit() | Dan McGee |
2011-06-13 | Remove global handle variable | Dan McGee |
2011-06-13 | Switch all logging to use handle directly | Dan McGee |
2011-06-13 | Move pm_errno onto the handle | Dan McGee |
2011-06-13 | Add handle argument to two more alpm methods | Dan McGee |
2011-06-13 | Require handle for alpm_checkconflicts() | Dan McGee |
2011-06-13 | Require handle for alpm_pkg_load() | Dan McGee |
2011-06-13 | Add handle argument to alpm_(add|remove)_pkg() | Dan McGee |
2011-06-13 | Added initialization code for database siglevel | Kerrick Staley |
2011-06-13 | Fix memory leak if package sig was invalid | Dan McGee |
2011-06-13 | Fix all current return(x) usages | Dan McGee |
2011-06-13 | Fix list_display on non-ttys and other output fixes | Dan McGee |
2011-06-09 | doc/PKGBUILD: document libdeps | Florian Pritz |
2011-06-09 | commit_single_pkg(): Use handle object directly | Dan McGee |
2011-06-09 | Require handle for alpm_sync_sysupgrade() | Dan McGee |
2011-06-09 | Require handle for alpm_db_register_sync() | Dan McGee |
2011-06-09 | Require handle argument to all alpm_trans_*() methods | Dan McGee |
2011-06-09 | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee |
2011-06-09 | Require handle argument to alpm_logaction() | Dan McGee |
2011-06-09 | Kill all remaining 'PATH_MAX + 1' usages | Dan McGee |