index
:
archlinux32/pacman
auto-pentium4
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
trans.c
Age
Commit message (
Expand
)
Author
2016-02-23
make alpm_unlock and trans_interrupt async safe
Andrew Gregory
2016-01-15
Cast events to void* before passing to callback
Allan McRae
2016-01-04
Update copyright years for 2016
Allan McRae
2015-12-15
Add ALPM_EVENT_TRANSACTION_{START,DONE} events
Allan McRae
2015-11-28
allow specifying input to scriptlets
Andrew Gregory
2015-10-18
run hooks during trans_commit
Andrew Gregory
2015-09-20
check fileconflicts and diskspace outside commit
Andrew Gregory
2015-02-01
Update copyright notices for 2015
Allan McRae
2015-02-01
Merge branch 'maint'
Allan McRae
2015-02-01
trans_commit: restore pm_errno after updating log
Andrew Gregory
2014-12-24
_alpm_runscriptlet: free memory on error
Allan McRae
2014-10-13
sync.c: download packages before starting commit
Andrew Gregory
2014-09-23
wrap fgets to retry on EINTR
Andrew Gregory
2014-08-04
trans_commit: log beginning and end of transaction
Andrew Gregory
2014-08-04
handle_unlock: log lock removal failure
Andrew Gregory
2014-01-28
Remove ts and sw from vim modeline when noet is set
Florian Pritz
2014-01-06
Update copyright years for 2014
Allan McRae
2013-12-19
trans_prepare: always sort trans->remove by deps
Andrew Gregory
2013-11-15
Fix whitespace and other formatting issues
Jason St. John
2013-02-13
Add format attributes to all required functions
Allan McRae
2013-01-03
Update copyright year for 2013
Allan McRae
2012-09-18
Fix documentation typo
Allan McRae
2012-04-08
Various tweaks to support building with excessive GCC warning flags
Dan McGee
2012-04-07
Make selecting scriptlet shell work
Allan McRae
2012-02-20
Update copyright years
Allan McRae
2012-02-13
Allow specifying shell for running scriptlets
Allan McRae
2011-12-21
include config.h via Makefiles
Dave Reisner
2011-09-30
Refactor _alpm_runscriptlet()
Dan McGee
2011-09-28
Track unresolvable transaction packages
Dan McGee
2011-09-20
_alpm_runscriptlet(): remove clean_tmpdir variable
Dan McGee
2011-09-19
Be smarter about running ldconfig during removal transactions
Dan McGee
2011-09-02
Move all callbacks up to the handle level
Dan McGee
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
[next]