.. |
add.c
|
reworked transaction prototypes
|
2005-04-16 16:42:43 +00:00 |
add.h
|
reworked transaction prototypes
|
2005-04-16 16:42:43 +00:00 |
alpm.c
|
- general cleanup
|
2005-04-16 22:23:28 +00:00 |
alpm.h
|
renamed PM_ERR_INVALID_NAME to PM_ERR_PKG_INVALID_NAME
|
2005-04-17 10:01: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
|
added logs for cache generation
|
2005-04-05 17:21:08 +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
|
- added 'lastupdate' field to pmdb_t
|
2005-04-02 23:20:00 +00:00 |
db.h
|
- added 'lastupdate' field to pmdb_t
|
2005-04-02 23:20:00 +00:00 |
deps.c
|
removed a leftover comment
|
2005-04-08 17:27:03 +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
|
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 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
|
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
|
more sanity checks for pkg_load()
|
2005-04-17 10:00:49 +00:00 |
package.h
|
added function pkg_splitname (not used for now)
|
2005-04-08 20:43:13 +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
|
reworked transaction prototypes
|
2005-04-16 16:42:43 +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
|
- reworked pmsyncpkg_t structure
|
2005-04-16 22:15:50 +00:00 |
sync.h
|
- reworked pmsyncpkg_t structure
|
2005-04-16 22:15:50 +00:00 |
trans.c
|
- reworked transaction prototypes
|
2005-04-16 22:14:34 +00:00 |
trans.h
|
- reworked transaction prototypes
|
2005-04-16 22:14:34 +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 |