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
/
trans.c
Age
Commit message (
Expand
)
Author
2011-08-19
Remove alpm_option_get_* usage from backend
Dan McGee
2011-08-18
Remove use of no-op accessor functions in library
Dan McGee
2011-07-18
replace access() calls for debug info where applicable
Florian Pritz
2011-07-05
Allow invalid sync DBs to be returned by the library
Dan McGee
2011-07-02
Prefix _alpm_errno_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-06-28
Rename pmtransflag_t to alpm_transflag_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-24
Move locking functions to handle
Dan McGee
2011-06-24
Add a 'valid' flag to the database object
Dan McGee
2011-06-24
Move database 'version' check to registration time
Dan McGee
2011-06-14
Ensure handle is valid and pm_errno is reset when calling into API
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-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-03
Remove global handle dependencies from sync/upgrade paths
Dan McGee
2011-06-03
Remove global handle from remove.c
Dan McGee
2011-06-03
Remove global handle from util.c
Dan McGee
2011-06-03
Push down extern handle variable to files that need it
Dan McGee
2011-06-03
Remove ALPM_LOG_FUNC macro
Dan McGee
2011-06-01
Merge branch 'maint'
Dan McGee
2011-05-19
Bail early if we don't have a valid lockfile path
Dan McGee
2011-05-19
Merge branch 'maint'
Dan McGee
2011-05-16
trans.c: create transaction prior to checking DB version
Dave Reisner
2011-05-04
Deal with unused function parameters correctly
Allan McRae
2011-04-20
Header inclusion cleanup
Dan McGee
2011-04-20
syntax: if/while statements should have no trailing space
Dan McGee
2011-04-15
Merge branch 'maint'
Dan McGee
2011-04-09
Move documentation of public transaction functions to alpm.h
Rémy Oudompheng
2011-04-09
Fix broken documentation for alpm_trans_prepare()
Rémy Oudompheng
2011-04-09
libalpm: set pm_errno correctly in alpm_trans_get_flags()
Rémy Oudompheng
2011-03-20
Style change: return(x) --> return x
Dan McGee
2011-02-28
Check local DB version before continuing transaction
Dan McGee
2011-02-28
Move locking functions to where they are needed
Dan McGee
2011-02-28
Fix trans no-argument function definitions
Dan McGee
2011-02-27
Fix double close of the lock file
Jonathan Conder
2011-02-22
Remove trans->skip_add
Dan McGee
2011-01-07
Update copyright years for 2011
Allan McRae
2010-12-29
Detect undefined PATH_MAX
Allan McRae
2010-12-12
Merge branch 'maint'
Dan McGee
2010-12-10
Fix possible null pointer deref in check_arch
Dan McGee
2010-10-13
Move the cache stuff where it should be
Dan McGee
2010-08-27
use execv to avoid using sh just to run ldconfig
Jonathan Conder
2010-08-23
fgets invocation cleanup
Dan McGee
[next]