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
/
handle.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-18
handle: add hookdirs option
Andrew Gregory
1
-0
/
+59
2015-08-08
fill in name_hash for assumeinstalled options
Andrew Gregory
1
-0
/
+2
2015-08-08
copy assumeinstalled options
Andrew Gregory
1
-2
/
+9
2015-08-08
check assumeinstalled for meaningful mod
Andrew Gregory
1
-0
/
+2
2015-08-08
check dep versions before calling strcmp
Andrew Gregory
1
-1
/
+12
2015-07-15
Allow frontends to specify the sync database extension
Allan McRae
1
-0
/
+22
2015-02-01
Update copyright notices for 2015
Allan McRae
1
-1
/
+1
2014-12-18
add alpm_option_match_noupgrade
Andrew Gregory
1
-0
/
+5
2014-11-18
Add alpm_option_match_noextract
Allan McRae
1
-0
/
+5
2014-10-01
_alpm_key_in_keychain: cache known keys
Andrew Gregory
1
-0
/
+4
2014-09-30
Add --assume-installed option
Florian Pritz
1
-0
/
+56
2014-09-30
Revert "Remove log_cb, add ALPM_EVENT_LOG instead"
Andrew Gregory
1
-0
/
+13
2014-09-16
fix improper FREELIST calls
Andrew Gregory
1
-1
/
+0
2014-08-04
replace strdup with STRDUP
Andrew Gregory
1
-7
/
+3
2014-08-04
handle_unlock: log error when lock file is missing
Andrew Gregory
1
-6
/
+14
2014-08-04
handle_unlock: log lock removal failure
Andrew Gregory
1
-0
/
+4
2014-08-04
handle: factor out string list option handling
Andrew Gregory
1
-54
/
+35
2014-03-03
Remove log_cb, add ALPM_EVENT_LOG instead
Olivier Brunel
1
-13
/
+0
2014-01-28
Remove ts and sw from vim modeline when noet is set
Florian Pritz
1
-1
/
+1
2014-01-06
Use O_CLOEXEC as much as possible when opening files
Dan McGee
1
-1
/
+1
2014-01-06
Update copyright years for 2014
Allan McRae
1
-1
/
+1
2013-11-08
alpm_handle: store lock file descriptor
Andrew Gregory
1
-16
/
+9
2013-11-08
support ALPM_SIG_USE_DEFAULT for file siglevels
Andrew Gregory
1
-2
/
+10
2013-02-07
Add configuration option for Upgrade operation SigLevel
Allan McRae
1
-6
/
+46
2013-01-04
Fix open braces style
Gerardo Exequiel Pozzi
1
-2
/
+3
2013-01-04
Fix missing spaces in operators
Gerardo Exequiel Pozzi
1
-1
/
+1
2013-01-03
Update copyright year for 2013
Allan McRae
1
-1
/
+1
2012-04-30
Move short-lived realpath buffers to the stack
Dan McGee
1
-4
/
+1
2012-02-20
Update copyright years
Allan McRae
1
-1
/
+1
2012-02-06
ALPM API adjustments for sanity and consistency
Dan McGee
1
-12
/
+12
2012-01-19
Allow UseDelta option to specify a delta ratio
Dan McGee
1
-4
/
+8
2012-01-02
Only compile delta regex once
Dan McGee
1
-0
/
+3
2011-12-22
include config.h via Makefiles
Dave Reisner
1
-2
/
+0
2011-11-14
create a typedef for enum _alpm_errno_t
Jonathan Conder
1
-1
/
+1
2011-09-22
Move default siglevel value from backend to frontend
Dan McGee
1
-6
/
+1
2011-09-19
Use more efficient way of restoring working directory
Dan McGee
1
-1
/
+1
2011-09-03
Former transaction callback rename refactor
Dan McGee
1
-4
/
+4
2011-09-03
Move all callbacks up to the handle level
Dan McGee
1
-0
/
+39
2011-08-30
lib/libalpm/handle.c: Removed redundant if condition
Helder Martins
1
-4
/
+3
2011-07-19
Fix test suite when GPGME is disabled
Dan McGee
1
-0
/
+8
2011-07-06
Remove most usages of strncmp()
Dan McGee
1
-1
/
+1
2011-07-05
signing: move to new signing verification and return scheme
Dan McGee
1
-7
/
+8
2011-07-01
Prefix _alpm_errno_t members with ALPM
Allan McRae
1
-12
/
+12
2011-07-01
Prefix alpm_loglevel_t members with ALPM
Allan McRae
1
-3
/
+3
2011-06-29
Use ignoregroup rather than ignoregrp in the handle
Allan McRae
1
-6
/
+6
2011-06-29
Rename public functions with grp in their name
Allan McRae
1
-4
/
+4
2011-06-28
Rename pmerrno_t to alpm_errno_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
-53
/
+53
2011-06-24
Move locking functions to handle
Dan McGee
1
-0
/
+54
[next]