.. |
add.c
|
Added a CYGWIN define to include header files required to build in a Cygwin environment
|
2005-10-06 07:28:30 +00:00 |
add.h
|
reworked transaction prototypes
|
2005-04-16 16:42:43 +00:00 |
alpm.c
|
Applied reworked patch from VMiklos (vmiklos@frugalware.org)
|
2005-10-05 21:50:58 +00:00 |
alpm.h
|
event transaction callback rework to prepare the introduction of a conversation callback
|
2005-05-04 19:55:23 +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
|
make use of the new list_remove implementation
|
2005-05-03 17:43:02 +00:00 |
cache.h
|
make use of the new list_remove implementation
|
2005-05-03 17:43:02 +00:00 |
conflict.c
|
Added a CYGWIN define to include header files required to build in a Cygwin environment
|
2005-10-06 07:28:30 +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 a missing include for CYGWIN target
|
2005-10-06 07:39:44 +00:00 |
db.h
|
- added 'lastupdate' field to pmdb_t
|
2005-04-02 23:20:00 +00:00 |
deps.c
|
fixed a memory leak and avoided to modify a read-only parameter
|
2005-05-04 19:30: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
|
Applied reworked patch from VMiklos (vmiklos@frugalware.org)
|
2005-10-05 21:50:58 +00:00 |
handle.h
|
Applied reworked patch from VMiklos (vmiklos@frugalware.org)
|
2005-10-05 21:50:58 +00:00 |
list.c
|
reimplemented list_remove to deal with lists of any kind of data
|
2005-05-03 17:24:20 +00:00 |
list.h
|
reimplemented list_remove to deal with lists of any kind of data
|
2005-05-03 17:24:20 +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
|
Added a PKG_FULLNAME_LEN macro
|
2005-10-05 20:49:32 +00:00 |
package.h
|
Added a PKG_FULLNAME_LEN macro
|
2005-10-05 20:49:32 +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
|
Added a CYGWIN define to include header files required to build in a Cygwin environment
|
2005-10-06 07:28:30 +00:00 |
remove.h
|
reworked transaction prototypes
|
2005-04-16 16:42:43 +00:00 |
rpmvercmp.c
|
- fixed a small memory leak
|
2005-05-04 19:28:56 +00:00 |
rpmvercmp.h
|
- fixed a small memory leak
|
2005-05-04 19:28:56 +00:00 |
sync.c
|
Added a CYGWIN define to include header files required to build in a Cygwin environment
|
2005-10-06 07:28:30 +00:00 |
sync.h
|
more work for sync_commit()
|
2005-04-17 20:09:06 +00:00 |
trans.c
|
event transaction callback rework to prepare the introduction of a conversation callback
|
2005-05-04 19:55:23 +00:00 |
trans.h
|
event transaction callback rework to prepare the introduction of a conversation callback
|
2005-05-04 19:55:23 +00:00 |
util.c
|
Added a CYGWIN define to include header files required to build in a Cygwin environment
|
2005-10-06 07:28:30 +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 |