Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
pacman
auto-pentium4
master
Archlinux32 fork of pacman
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libalpm
Age
Commit message (
Collapse
)
Author
2006-01-06
fixed the usage of 4 list_is_in calls (should have been list_is_strin)
Aurelien Foret
2006-01-06
- fixed a regression with pacman 2.x (reworked patch from VMiklos ↵
Aurelien Foret
<vmiklos@frugalware.org>): if pacman is desiganted as a target in a sysupgrade operation, it should be able to upgrade itself first upon user request. - removed uneeded sanity checks in alpm interface calls - replaced printf by MSG in pacman
2006-01-05
- started to rename list_XXX calls to _alpm_list_XXX
Aurelien Foret
- fixed 2 compilation warnings
2006-01-05
various code cleanup
Aurelien Foret
2006-01-05
tweaked a log (patch from VMiklos <vmiklos@frugalware.org>)
Aurelien Foret
2006-01-05
- fix for sync conflicts (patch from VMiklos <vmiklos@frugalware.org>)
Aurelien Foret
- sync code cleanup - added the deps check for targets to be removed in sync_prepare()
2006-01-05
terminated .lastupdate implementation for HTTP protocol
Aurelien Foret
2006-01-02
fixed a segfault in removdeps
Aurelien Foret
updated removedeps to keep in sync with pacman 2.9.x
2006-01-02
code cleanup
Aurelien Foret
2006-01-02
code cleanup
Aurelien Foret
2006-01-02
patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION
Judd Vinet
2006-01-02
more sanity checks: do not add or remove databases while a trasaction is running
Aurelien Foret
2006-01-02
code cleanup
Aurelien Foret
2006-01-02
code cleanup
Aurelien Foret
2006-01-02
fixed possible memory corruption
Aurelien Foret
2006-01-02
fixed various memory leaks
Aurelien Foret
2006-01-02
fixed a typo
Aurelien Foret
2006-01-02
code cleanup
Aurelien Foret
2006-01-02
fixed a possible memory leak
Aurelien Foret
2006-01-02
fixed a possible memory corruption
Aurelien Foret
2006-01-01
removed some overlapping pm_errno assignments
Aurelien Foret
2006-01-01
- fixed a regression with pacman 2.x (patch from VMiklos ↵
Aurelien Foret
<vmiklos@frugalware.org>) - code reowrk to ensure the /tmp/alpm_foo directory is always removed
2005-12-31
added a debug log when freeing the package cache
Aurelien Foret
2005-12-28
Allowed C++ usage (patch from VMiklos <vmiklos@frugalware.org>)
Aurelien Foret
2005-12-28
Fixed a typo (spelling) fix (patch from VMiklos <vmiklos@frugalware.org>)
Aurelien Foret
2005-12-28
Fixed some logging issues (patch from VMiklos <vmiklos@frugalware.org>)
Aurelien Foret
2005-12-28
Fixed some memory leaks (patch from Essien Ita Essien <essiene@datavibe.net>)
Aurelien Foret
2005-12-26
renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.cz
Judd Vinet
2005-12-26
applied first try at sync conflict handling (VMiklos) plus a couple changes
Judd Vinet
2005-12-19
patch from VMiklos: regarding the documentation, groups have to be renamed ↵
Judd Vinet
from foo to alpm_foo
2005-11-21
added Doxyfile
Judd Vinet
2005-11-09
fixed a file descriptor leak
Aurelien Foret
2005-11-07
cleanup
Aurelien Foret
2005-11-07
fixed wrong prototype usage for trans_new()
Aurelien Foret
2005-11-07
added a FREESYNC macro to release pointers to pmsyncpkg_t structures
Aurelien Foret
2005-11-07
fixed compilation warnings
Aurelien Foret
2005-11-07
added more pm_errnos
Aurelien Foret
2005-11-05
Used the chroot syscall instead of the chroot binary
Aurelien Foret
(patch from Christian Hamaer <krics@linuxforum.hu>)
2005-10-22
do not free the cache right before using it!
Aurelien Foret
2005-10-21
bugfix: before searching databases for a dependency, make sure one of the ↵
Judd Vinet
packages in the final list doesn't already provide that dependency
2005-10-21
fixed a segfault that occured in special cases when propagating requiredby ↵
Judd Vinet
fields during package replacements
2005-10-20
added INFRQ_DESC back to the package cache so the group cache will work
Judd Vinet
2005-10-20
added alpm.h to delivery targets (Jason)
Aurelien Foret
2005-10-18
added patch to use the system memcpy for md5 stuff
Judd Vinet
2005-10-17
added first part of the autoconf stuff - patch from Christian Hamar ↵
Judd Vinet
<krics@linuxforum.hu>
2005-10-10
added PM_OPT_CACHEDIR library option
Aurelien Foret
2005-10-10
removed a leftover comment
Aurelien Foret
2005-10-10
- more sanity checks
Aurelien Foret
- alpm_pkg_free can now return an error code
2005-10-10
Fixed EVENT and QUESTION macros
Aurelien Foret
2005-10-10
Fixed missing parameter in trans_init() call
Aurelien Foret
[next]