Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
pacman
auto-pentium4
master
Archlinux32 fork of pacman
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
deps.c
Age
Commit message (
Expand
)
Author
2013-06-26
deps.c: check for indirect deps when ordering
Andrew Gregory
2013-05-18
Fix comment typo
Allan McRae
2013-04-18
Fix spelling errors using 'codespell' tool
Anatol Pomozov
2013-01-03
Update copyright year for 2013
Allan McRae
2012-12-14
Make alpm_pkg_find public
Allan McRae
2012-12-14
Fix overzealous package removal with unmet dependencies
Andrew Gregory
2012-05-20
fix -Wshadow warnings as reported by gcc 4.4.3
Dave Reisner
2012-04-08
Various tweaks to support building with excessive GCC warning flags
Dan McGee
2012-03-08
Allow alpm_depend_t to have a description
Dan McGee
2012-02-20
Merge branch 'maint'
Dan McGee
2012-02-20
Update copyright years
Allan McRae
2012-02-15
Revert "Add -S --recursive operation"
Dan McGee
2012-01-23
libalpm/deps.c: access trans flags directly
Dan McGee
2011-12-21
include config.h via Makefiles
Dave Reisner
2011-12-12
code syntax cleanup
Dave Reisner
2011-11-15
Allow sync_prepare to work in certain cases without sync databases
Dan McGee
2011-09-27
_alpm_splitdep: use malloc instead of calloc
Dan McGee
2011-09-22
Update Doxyfile and fix some documentation errors caught by Doxygen
Dan McGee
2011-09-20
Remove all usages of alpm_list_getdata() from the library
Dan McGee
2011-09-02
Former transaction callback rename refactor
Dan McGee
2011-09-02
Move all callbacks up to the handle level
Dan McGee
2011-08-29
Streamline alpm_splitdep() comparisons
Dan McGee
2011-08-28
_alpm_splitdep(): don't pass bogus length value to strndup
Dan McGee
2011-08-19
Be more robust when copying package data
Dan McGee
2011-08-18
Convert resolvedep() to use _alpm_depcmp_literal()
Dan McGee
2011-08-18
Add an _alpm_depcmp_literal() function
Dan McGee
2011-08-18
Remove usages of alpm_list_next() in backend
Dan McGee
2011-08-15
Parse conflicts/provides/replaces at database load time
Dan McGee
2011-08-11
Add -S --recursive operation
Dan McGee
2011-08-11
Dependency code style cleanups
Dan McGee
2011-08-09
Depend on name_hash being set
Dan McGee
2011-07-03
Merge remote-tracking branch 'allan/ALPM'
Dan McGee
2011-07-03
checkdeps: remove unnecessary list join and copy
Dan McGee
2011-07-02
Prefix _alpm_errno_t members with ALPM
Allan McRae
2011-07-02
Prefix alpm_transconv_t members with ALPM
Allan McRae
2011-07-02
Prefix alpm_transflag_t members with ALPM
Allan McRae
2011-07-02
Prefix alpm_loglevel_t members with ALPM
Allan McRae
2011-07-02
Prefix alpm_depmod_t members with ALPM
Allan McRae
2011-07-02
Prefix alpm_pkgreason_t members with ALPM
Allan McRae
2011-06-28
Rename pmgraph_t to alpm_graph_t
Allan McRae
2011-06-28
Rename pmdepmissing_t to alpm_depmissing_t
Allan McRae
2011-06-28
Rename pmdepend_t to alpm_depend_t
Allan McRae
2011-06-28
Rename pmpkg_t to alpm_pkg_t
Allan McRae
2011-06-28
Rename pmdb_t to alpm_db_t
Allan McRae
2011-06-28
Rename pmhandle_t to alpm_handle_t
Allan McRae
2011-06-28
Rename pmdepmod_t to alpm_depmod_t
Allan McRae
2011-06-16
Make pmdepend_t and pmdepmissing_t public
Dan McGee
2011-06-14
Ensure handle is valid and pm_errno is reset when calling into API
Dan McGee
2011-06-14
Add handle argument to _alpm_pkg_should_ignore()
Dan McGee
2011-06-13
Switch all logging to use handle directly
Dan McGee
[next]