1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/lib/libalpm
2005-03-29 22:18:00 +00:00
..
add.c removed an uneeded call to db_scan 2005-03-29 22:18:00 +00:00
add.h Initial revision 2005-03-15 01:51:43 +00:00
alpm.c changed alpm_db_register() prototype 2005-03-29 20:52:22 +00:00
alpm.h changed alpm_db_register() prototype 2005-03-29 20:52:22 +00:00
backup.c Initial revision 2005-03-15 01:51:43 +00:00
backup.h Initial revision 2005-03-15 01:51:43 +00:00
cache.c Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when copying strings 2005-03-29 17:18:59 +00:00
cache.h Initial revision 2005-03-15 01:51:43 +00:00
conflict.c moved db_find_conflicts from db.c to conflict.c 2005-03-22 20:21:12 +00:00
conflict.h moved db_find_conflicts from db.c to conflict.c 2005-03-22 20:21:12 +00:00
db.c put back 3 _alpm_log() calls 2005-03-29 20:58:43 +00:00
db.h - removed db_find_conflicts() declaration from db.h 2005-03-23 20:06:58 +00:00
deps.c Turned pmdepmissing_t into an opaque structure 2005-03-29 20:31:03 +00:00
deps.h Turned pmdepmissing_t into an opaque structure 2005-03-29 20:31:03 +00:00
error.c Initial revision 2005-03-15 01:51:43 +00:00
error.h improved logs (use _alpm_log instead of fprintf) 2005-03-28 08:21:17 +00:00
group.c Initial revision 2005-03-15 01:51:43 +00:00
group.h Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when copying strings 2005-03-29 17:18:59 +00:00
handle.c reworked dbpath handling to make it possible to use databases stored at different locations at the same time 2005-03-28 19:59:33 +00:00
handle.h Renamed PACXXX defines to PM_XXX 2005-03-16 19:18:09 +00:00
list.c rewrote list_free to not be recursive anymore 2005-03-26 20:56:08 +00:00
list.h added a FREELISTPTR macro to free a PMList without freeing its data 2005-03-28 07:45:24 +00:00
log.c Code cleanup 2005-03-16 22:06:31 +00:00
log.h removed duplicated prototype 2005-03-24 21:39:20 +00:00
Makefile moved db_find_conflicts from db.c to conflict.c 2005-03-22 20:21:12 +00:00
md5.c Initial revision 2005-03-15 01:51:43 +00:00
md5.h Initial revision 2005-03-15 01:51:43 +00:00
md5driver.c Initial revision 2005-03-15 01:51:43 +00:00
package.c Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when copying strings 2005-03-29 17:18:59 +00:00
package.h Removed hardcoded reference to fields of packages 2005-03-16 22:57:12 +00:00
provide.c improved logs (use _alpm_log instead of fprintf) 2005-03-28 08:21:17 +00:00
provide.h Initial revision 2005-03-15 01:51:43 +00:00
remove.c maked use of db->path instead of handle->root+handle->dbpath+db->treename 2005-03-28 20:01:11 +00:00
remove.h Initial revision 2005-03-15 01:51:43 +00:00
rpmvercmp.c Initial revision 2005-03-15 01:51:43 +00:00
rpmvercmp.h Initial revision 2005-03-15 01:51:43 +00:00
sync.c updated comments 2005-03-26 08:50:27 +00:00
sync.h Initial revision 2005-03-15 01:51:43 +00:00
trans.c Renamed PM_RET_ERR to RET_ERR (no need for a PM_ prefix for internal 2005-03-16 22:10:05 +00:00
trans.h Initial revision 2005-03-15 01:51:43 +00:00
util.c fixed a log mask 2005-03-29 22:17:27 +00:00
util.h Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when copying strings 2005-03-29 17:18:59 +00:00