pacman/lib/libalpm
Allan McRae 92febc847c Merge branch 'maint' 2015-01-21 14:27:25 +10:00
..
po Update translations from transifex 2014-12-19 13:53:35 +10:00
.gitignore libalpm: add pkg-config file 2012-04-25 20:02:36 -04:00
Makefile.am Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
add.c extract_single_file: fix memory leak in error condition 2014-11-18 11:58:26 +10:00
add.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
alpm.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
alpm.h libalpm: Add accessors for the base field 2014-12-24 11:19:30 +10:00
alpm_list.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
alpm_list.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
backup.c _alpm_split_backup: free memory on error 2014-12-24 11:19:29 +10:00
backup.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
base64.c base64.c: comment out unused variable 2014-01-15 15:54:56 +10:00
base64.h base64: don't compile base64_encode() function 2011-10-17 12:03:02 -05:00
be_local.c Merge branch 'maint' 2015-01-21 14:27:25 +10:00
be_package.c be_package.c: fix style violation 2015-01-02 21:48:59 +10:00
be_sync.c libalpm: Parse and write PKGBASEs 2014-12-24 11:19:30 +10:00
conflict.c Initialize memory to prevent issues when freeing on error 2014-12-27 17:08:32 +10:00
conflict.h alpm: export *_free functions 2014-02-04 13:48:37 +10:00
db.c initialize pointers passed to _alpm_pkg_dup 2015-01-02 21:48:59 +10:00
db.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
delta.c _alpm_delta_parse: free memory on error 2014-12-24 11:19:29 +10:00
delta.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
deps.c initialize pointers passed to _alpm_pkg_dup 2015-01-02 21:48:59 +10:00
deps.h libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_free 2014-09-30 22:20:53 +10:00
diskspace.c mount_point_list: free memory on error 2014-12-24 11:19:30 +10:00
diskspace.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
dload.c create_tempfile: fix memory leak on error 2014-12-24 11:19:30 +10:00
dload.h dload: mark final_url as const 2014-10-19 20:48:40 +10:00
error.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
filelist.c filelist_intersection: manually compare paths 2014-08-03 18:46:31 +10:00
filelist.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
graph.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
graph.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
group.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
group.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
handle.c add alpm_option_match_noupgrade 2014-12-18 22:22:35 +10:00
handle.h _alpm_key_in_keychain: cache known keys 2014-10-01 09:12:54 +10:00
libalpm.pc.in Use libalpm version in pkg-config file 2013-04-26 12:43:53 +10:00
libarchive-compat.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
log.c Use correct mode bits for the log file (0000 -> 0644) 2014-12-24 11:15:25 +10:00
log.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
md5.c Use 32-bit wide integer type in PolarSSL code 2012-01-07 11:27:41 -06:00
md5.h Update MD5 routines with changes from PolarSSL 2011-08-11 20:17:21 -05:00
package.c Merge branch 'maint' 2014-12-27 17:07:04 +10:00
package.h libalpm: Add accessors for the base field 2014-12-24 11:19:30 +10:00
pkghash.c Use MALLOC throughtout libalpm 2014-03-08 16:58:30 +10:00
pkghash.h Update copyright years for 2014 2014-01-06 14:38:50 +10:00
rawstr.c Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
remove.c remove.c: honor inverted patterns in noupgrade 2014-12-18 22:22:35 +10:00
remove.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
sha2.c Use 32-bit wide integer type in PolarSSL code 2012-01-07 11:27:41 -06:00
sha2.h Add sha2 (sha256) routines from PolarSSL 2011-08-15 07:07:13 -05:00
signing.c _alpm_key_in_keychain: cache known keys 2014-10-01 09:12:54 +10:00
signing.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
sync.c apply_deltas: fix memory leak on error 2014-12-27 17:08:32 +10:00
sync.h sync.c: download packages before starting commit 2014-10-13 14:28:29 +10:00
trans.c _alpm_runscriptlet: free memory on error 2014-12-24 11:19:30 +10:00
trans.h Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
util-common.c Split common utility functions for libalpm and pacman 2013-01-04 21:49:37 +10:00
util-common.h Split common utility functions for libalpm and pacman 2013-01-04 21:49:37 +10:00
util.c Merge branch 'maint' 2015-01-21 14:27:25 +10:00
util.h move _alpm_lstat into util-common 2014-08-03 18:46:32 +10:00
version.c version: fix memory leak in early return 2014-11-19 14:14:04 +10:00