index
:
pacman
master
threads
working
working-maint
Main repository is at http://projects.archlinux.org/pacman.git/
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
trans.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-28
allow specifying input to scriptlets
Andrew Gregory
1
-1
/
+1
2015-10-18
run hooks during trans_commit
Andrew Gregory
1
-0
/
+6
2015-09-20
check fileconflicts and diskspace outside commit
Andrew Gregory
1
-1
/
+5
2015-02-01
Update copyright notices for 2015
Allan McRae
1
-1
/
+1
2015-02-01
Merge branch 'maint'
Allan McRae
1
-0
/
+4
2015-02-01
trans_commit: restore pm_errno after updating log
Andrew Gregory
1
-0
/
+4
2014-12-24
_alpm_runscriptlet: free memory on error
Allan McRae
1
-1
/
+1
2014-10-13
sync.c: download packages before starting commit
Andrew Gregory
1
-0
/
+10
2014-09-23
wrap fgets to retry on EINTR
Andrew Gregory
1
-1
/
+1
2014-08-04
trans_commit: log beginning and end of transaction
Andrew Gregory
1
-0
/
+10
2014-08-04
handle_unlock: log lock removal failure
Andrew Gregory
1
-6
/
+1
2014-01-28
Remove ts and sw from vim modeline when noet is set
Florian Pritz
1
-1
/
+1
2014-01-06
Update copyright years for 2014
Allan McRae
1
-1
/
+1
2013-12-19
trans_prepare: always sort trans->remove by deps
Andrew Gregory
1
-0
/
+16
2013-11-15
Fix whitespace and other formatting issues
Jason St. John
1
-1
/
+1
2013-02-13
Add format attributes to all required functions
Allan McRae
1
-2
/
+2
2013-01-03
Update copyright year for 2013
Allan McRae
1
-1
/
+1
2012-09-18
Fix documentation typo
Allan McRae
1
-1
/
+1
2012-04-09
Various tweaks to support building with excessive GCC warning flags
Dan McGee
1
-2
/
+5
2012-04-07
Make selecting scriptlet shell work
Allan McRae
1
-1
/
+1
2012-02-20
Update copyright years
Allan McRae
1
-1
/
+1
2012-02-13
Allow specifying shell for running scriptlets
Allan McRae
1
-1
/
+1
2011-12-22
include config.h via Makefiles
Dave Reisner
1
-2
/
+0
2011-09-30
Refactor _alpm_runscriptlet()
Dan McGee
1
-18
/
+35
2011-09-28
Track unresolvable transaction packages
Dan McGee
1
-0
/
+3
2011-09-20
_alpm_runscriptlet(): remove clean_tmpdir variable
Dan McGee
1
-7
/
+4
2011-09-19
Be smarter about running ldconfig during removal transactions
Dan McGee
1
-1
/
+1
2011-09-03
Move all callbacks up to the handle level
Dan McGee
1
-6
/
+1
2011-08-20
Remove alpm_option_get_* usage from backend
Dan McGee
1
-3
/
+3
2011-08-18
Remove use of no-op accessor functions in library
Dan McGee
1
-2
/
+2
2011-07-18
replace access() calls for debug info where applicable
Florian Pritz
1
-2
/
+1
2011-07-05
Allow invalid sync DBs to be returned by the library
Dan McGee
1
-8
/
+0
2011-07-01
Prefix _alpm_errno_t members with ALPM
Allan McRae
1
-19
/
+19
2011-07-01
Prefix alpm_transflag_t members with ALPM
Allan McRae
1
-3
/
+3
2011-07-01
Prefix alpm_loglevel_t members with ALPM
Allan McRae
1
-6
/
+6
2011-06-28
Rename pmtransflag_t to alpm_transflag_t
Allan McRae
1
-2
/
+2
2011-06-28
Rename pmtrans_t to alpm_trans_t
Allan McRae
1
-7
/
+7
2011-06-28
Rename pmpkg_t to alpm_pkg_t
Allan McRae
1
-1
/
+1
2011-06-28
Rename pmdb_t to alpm_db_t
Allan McRae
1
-1
/
+1
2011-06-28
Rename pmhandle_t to alpm_handle_t
Allan McRae
1
-10
/
+10
2011-06-24
Move locking functions to handle
Dan McGee
1
-50
/
+2
2011-06-24
Add a 'valid' flag to the database object
Dan McGee
1
-0
/
+8
2011-06-24
Move database 'version' check to registration time
Dan McGee
1
-12
/
+0
2011-06-14
Ensure handle is valid and pm_errno is reset when calling into API
Dan McGee
1
-8
/
+8
2011-06-14
Switch all logging to use handle directly
Dan McGee
1
-7
/
+7
2011-06-14
Move pm_errno onto the handle
Dan McGee
1
-42
/
+28
2011-06-09
Require handle argument to all alpm_trans_*() methods
Dan McGee
1
-13
/
+10
2011-06-09
Require handle argument to all alpm_option_(get|set)_*() methods
Dan McGee
1
-3
/
+3
2011-06-09
Require handle argument to alpm_logaction()
Dan McGee
1
-1
/
+1
2011-06-03
Remove global handle dependencies from sync/upgrade paths
Dan McGee
1
-2
/
+2
[next]