.. |
add.c
|
fixed a small memory leak with md5sums handling
|
2005-05-03 16:46:18 +00:00 |
add.h
|
reworked transaction prototypes
|
2005-04-16 16:42:43 +00:00 |
alpm.c
|
do not register an already registered db
|
2005-05-02 17:54:44 +00:00 |
alpm.h
|
updated REASON constants to be consistent with databases from pacman 2.9.x
|
2005-05-02 07:42:18 +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
|
logs cleanup
|
2005-04-24 11:15:27 +00:00 |
cache.h
|
rework the cache handling to avoid as much as possible calls to db_scan()
|
2005-04-23 17:18:31 +00:00 |
conflict.c
|
fixed a commented MLK in db_find_conflicts()/CHECK1
|
2005-04-24 20:04:26 +00:00 |
conflict.h
|
moved db_find_conflicts from db.c to conflict.c
|
2005-03-22 20:21:12 +00:00 |
db.c
|
code cleanup
|
2005-05-02 07:50:51 +00:00 |
db.h
|
- added 'lastupdate' field to pmdb_t
|
2005-04-02 23:20:00 +00:00 |
deps.c
|
got ride of an ORE tag in resolvedeps()
|
2005-04-24 20:06:00 +00:00 |
deps.h
|
started the work on "pacman_sync"
|
2005-03-30 22:32:43 +00:00 |
error.c
|
renamed PM_ERR_INVALID_NAME to PM_ERR_PKG_INVALID_NAME
|
2005-04-17 10:01:22 +00:00 |
error.h
|
improved logs (use _alpm_log instead of fprintf)
|
2005-03-28 08:21:17 +00:00 |
group.c
|
code cleanup
|
2005-04-24 21:36:30 +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 handle structure initialization
|
2005-04-16 16:43:55 +00:00 |
handle.h
|
- general cleanup
|
2005-04-16 22:23:28 +00:00 |
list.c
|
renamed list_is_ptrin() in list_is_in()
|
2005-04-23 08:28:13 +00:00 |
list.h
|
renamed list_is_ptrin() in list_is_in()
|
2005-04-23 08:28:13 +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
|
fixed potential memory leaks
|
2005-04-24 21:36:18 +00:00 |
package.h
|
code cleanup
|
2005-04-24 21:36:30 +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
|
avoided to load twice the same target in remove_loadtarget()
|
2005-04-24 21:27:35 +00:00 |
remove.h
|
reworked transaction prototypes
|
2005-04-16 16:42: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
|
code cleanup
|
2005-05-02 18:18:27 +00:00 |
sync.h
|
more work for sync_commit()
|
2005-04-17 20:09:06 +00:00 |
trans.c
|
added support for the package reason field
|
2005-04-24 20:11:10 +00:00 |
trans.h
|
code cleanup
|
2005-04-24 11:15:37 +00:00 |
util.c
|
fixed some potential resource leaks
|
2005-04-24 09:14:25 +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 |