.. |
add.c
|
fixed possible memory corruption
|
2006-01-02 13:15:08 +00:00 |
add.h
|
reworked transaction prototypes
|
2005-04-16 16:42:43 +00:00 |
alpm.c
|
renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.cz
|
2005-12-26 16:48:37 +00:00 |
alpm.h
|
Allowed C++ usage (patch from VMiklos <vmiklos@frugalware.org>)
|
2005-12-28 10:38:12 +00:00 |
backup.c
|
fixed a pointer error
|
2005-05-04 21:20:43 +00:00 |
backup.h
|
code cleanup
|
2005-05-04 19:52:54 +00:00 |
cache.c
|
added a debug log when freeing the package cache
|
2005-12-31 16:54:57 +00:00 |
cache.h
|
make use of the new list_remove implementation
|
2005-05-03 17:43:02 +00:00 |
conflict.c
|
fixed a possible memory corruption
|
2006-01-02 10:16:27 +00:00 |
conflict.h
|
Merging in recent fixes/additions from 2.9.7
|
2005-10-07 23:29:49 +00:00 |
db.c
|
applied first try at sync conflict handling (VMiklos) plus a couple changes
|
2005-12-26 06:40:29 +00:00 |
db.h
|
- added 'lastupdate' field to pmdb_t
|
2005-04-02 23:20:00 +00:00 |
deps.c
|
Fixed a typo (spelling) fix (patch from VMiklos <vmiklos@frugalware.org>)
|
2005-12-28 10:31:23 +00:00 |
deps.h
|
added conversation callback support for transactions
|
2005-10-09 06:09:57 +00:00 |
Doxyfile
|
added Doxyfile
|
2005-11-21 22:14:32 +00:00 |
error.c
|
added more error messages, enabled the db permission check in trans_commit
|
2005-10-08 23:40:49 +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
|
fixed compilation warnings
|
2005-11-07 12:57:33 +00:00 |
handle.c
|
Fixed some memory leaks (patch from Essien Ita Essien <essiene@datavibe.net>)
|
2005-12-28 10:15:55 +00:00 |
handle.h
|
fixed compilation warnings
|
2005-11-07 12:57:33 +00:00 |
list.c
|
Merging in recent fixes/additions from 2.9.7
|
2005-10-07 23:29:49 +00:00 |
list.h
|
fixed compilation warnings
|
2005-11-07 12:57:33 +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.am
|
renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.cz
|
2005-12-26 16:48:37 +00:00 |
md5.c
|
added patch to use the system memcpy for md5 stuff
|
2005-10-18 18:47:10 +00:00 |
md5.h
|
Merging in recent fixes/additions from 2.9.7
|
2005-10-07 23:29:49 +00:00 |
md5driver.c
|
Initial revision
|
2005-03-15 01:51:43 +00:00 |
package.c
|
Fixed some memory leaks (patch from Essien Ita Essien <essiene@datavibe.net>)
|
2005-12-28 10:15:55 +00:00 |
package.h
|
fixed compilation warnings
|
2005-11-07 12:57:33 +00:00 |
provide.c
|
fixed compilation warnings
|
2005-11-07 12:57:33 +00:00 |
provide.h
|
Initial revision
|
2005-03-15 01:51:43 +00:00 |
remove.c
|
Fixed some logging issues (patch from VMiklos <vmiklos@frugalware.org>)
|
2005-12-28 10:27:01 +00:00 |
remove.h
|
reworked transaction prototypes
|
2005-04-16 16:42:43 +00:00 |
sync.c
|
removed some overlapping pm_errno assignments
|
2006-01-01 12:42:33 +00:00 |
sync.h
|
added a FREESYNC macro to release pointers to pmsyncpkg_t structures
|
2005-11-07 12:59:29 +00:00 |
trans.c
|
added a FREESYNC macro to release pointers to pmsyncpkg_t structures
|
2005-11-07 12:59:29 +00:00 |
trans.h
|
fixed compilation warnings
|
2005-11-07 12:57:33 +00:00 |
util.c
|
- fixed a regression with pacman 2.x (patch from VMiklos <vmiklos@frugalware.org>)
|
2006-01-01 12:20:36 +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 |
versioncmp.c
|
renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.cz
|
2005-12-26 16:48:37 +00:00 |
versioncmp.h
|
renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.cz
|
2005-12-26 16:48:37 +00:00 |