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
/
conflict.c
Age
Commit message (
Expand
)
Author
2011-07-02
Prefix alpm_transprog_t members with ALPM
Allan McRae
2011-07-02
Prefix alpm_loglevel_t members with ALPM
Allan McRae
2011-07-02
Prefix alpm_fileconflicttype_t members with ALPM
Allan McRae
2011-06-30
Fix a few warnings pointed out via clang scan-build
Dan McGee
2011-06-28
Rename pmfileconflict_t to alpm_fileconflict_t
Allan McRae
2011-06-28
Rename pmconflict_t to alpm_conflict_t
Allan McRae
2011-06-28
Rename pmdepend_t to alpm_depend_t
Allan McRae
2011-06-28
Rename pmtrans_t to alpm_trans_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 pmfileconflicttype_t to alpm_fileconflicttype_t
Allan McRae
2011-06-27
Merge branch 'maint'
Dan McGee
2011-06-27
Ensure a file can be replaced by a directory
Dan McGee
2011-06-27
File conflict code cleanups
Dan McGee
2011-06-16
Make struct pmconflict_t public
Dan McGee
2011-06-16
Make pmfileconflict_t type public
Dan McGee
2011-06-14
Ensure handle is valid and pm_errno is reset when calling into API
Dan McGee
2011-06-14
Conflict check and skip_remove code cleanups
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
Require handle for alpm_checkconflicts()
Dan McGee
2011-06-09
Kill all remaining 'PATH_MAX + 1' usages
Dan McGee
2011-06-03
Remove global handle dependencies from sync/upgrade paths
Dan McGee
2011-06-03
Push down extern handle variable to files that need it
Dan McGee
2011-06-03
Remove unnecessary handle != NULL asserts
Dan McGee
2011-06-03
Remove ALPM_LOG_FUNC macro
Dan McGee
2011-05-04
Fix warnings reported by -Wwrite-strings
Dan McGee
2011-03-30
Unify filelist operation functions in conflict checking
Dan McGee
2011-03-20
Style change: return(x) --> return x
Dan McGee
2011-02-25
alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcache
Dave Reisner
2011-02-16
Conflict checking code cleanup
Dan McGee
2011-02-11
Fix fileconflict progress with only one package
Dan McGee
2011-02-04
Read pkgcache into hash
Allan McRae
2011-01-10
Remove need for floating point division in backend
Dan McGee
2011-01-07
Fix some more simple conversion "errors"
Dan McGee
2011-01-07
Use size_t for alpm_list sizes
Allan McRae
2011-01-07
Update copyright years for 2011
Allan McRae
2010-12-12
alpm: don't expose alpm_depcmp
Xavier Chantry
2010-10-13
Move the cache stuff where it should be
Dan McGee
2010-08-23
Fix some whitespace issues
Allan McRae
2010-06-21
Clarify testing within conditional statements
Allan McRae
2010-03-14
Bump copyright dates to 2010
Dan McGee
2010-03-14
fix a few warnings reported by clang
Xavier Chantry
2009-09-08
Remove transaction type
Xavier Chantry
2009-09-08
Add a new reason field to pmconflict_t struct
Nagy Gabor
2009-07-20
Fix 2 minor memleaks
Xavier Chantry
2009-07-20
Fix klibc conflict case.
Xavier Chantry
2009-07-20
Fix fileconflict004
Xavier Chantry
2009-07-01
Update copyright headers and messages
Dan McGee
[next]