summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* added --no-check-certificateJudd Vinet2005-10-28
|
* stripped end of linesAurelien Foret2005-10-28
|
* removed entry dealing with pacman configuration structureAurelien Foret2005-10-28
|
* added pmconfig_t structure to hold all the configurationAurelien Foret2005-10-28
| | | | (patch from VMiklos <vmiklos@frugalware.org>)
* added pacman-optimize to Makefile.amJudd Vinet2005-10-25
|
* added patch from VMiklos - fixes ownership problems when building in a ↵Judd Vinet2005-10-25
| | | | chroot w/ fakeroot
* added a missing line feed in a MSG callAurelien Foret2005-10-22
|
* do not free the cache right before using it!Aurelien Foret2005-10-22
|
* bugfix: before searching databases for a dependency, make sure one of the ↵Judd Vinet2005-10-21
| | | | packages in the final list doesn't already provide that dependency
* fixed a segfault that occured in special cases when propagating requiredby ↵Judd Vinet2005-10-21
| | | | fields during package replacements
* improved the Replace question format a bitJudd Vinet2005-10-20
|
* copied up-to-date scripts from pacman 2.9.7Judd Vinet2005-10-20
|
* Added CacheDir directiveJudd Vinet2005-10-20
|
* added a default cachedirJudd Vinet2005-10-20
|
* removed debug commentJudd Vinet2005-10-20
|
* remove dupes from group lists in syncJudd Vinet2005-10-20
|
* removed an uneeded variable declarationAurelien Foret2005-10-20
|
* added INFRQ_DESC back to the package cache so the group cache will workJudd Vinet2005-10-20
|
* added alpm.h to delivery targets (Jason)Aurelien Foret2005-10-20
|
* added patch to use the system memcpy for md5 stuffJudd Vinet2005-10-18
|
* added idea from christian to TODOJudd Vinet2005-10-18
|
* removed useless getenv() callsAurelien Foret2005-10-18
|
* bumped up PACMAN_VERSIONJudd Vinet2005-10-17
|
* added first part of the autoconf stuff - patch from Christian Hamar ↵Judd Vinet2005-10-17
| | | | <krics@linuxforum.hu>
* added a missing header file declarationAurelien Foret2005-10-10
|
* added PM_OPT_CACHEDIR library optionAurelien Foret2005-10-10
|
* pacman update to cope with the CACHEDIR option from the libraryAurelien Foret2005-10-10
|
* removed a leftover commentAurelien Foret2005-10-10
|
* improved query_fileowner() functionAurelien Foret2005-10-10
|
* pacman should work without its configuration file!Aurelien Foret2005-10-10
|
* - more sanity checksAurelien Foret2005-10-10
| | | | - alpm_pkg_free can now return an error code
* Fixed EVENT and QUESTION macrosAurelien Foret2005-10-10
|
* Fixed missing parameter in trans_init() callAurelien Foret2005-10-10
|
* removed debug stmtJudd Vinet2005-10-09
|
* started some doxygen comment blocksJudd Vinet2005-10-09
|
* added conversation callback support for transactionsJudd Vinet2005-10-09
|
* fixed a segfault w/ the skiplistJudd Vinet2005-10-09
|
* correct a trans_commit protocolJudd Vinet2005-10-08
|
* added more error messages, enabled the db permission check in trans_commitJudd Vinet2005-10-08
|
* Added an error string for lock file creation failureAurelien Foret2005-10-08
|
* updateAurelien Foret2005-10-08
|
* Fixed an text formatting issueAurelien Foret2005-10-08
|
* Code update to make use of PKG_FULLNAME_LENAurelien Foret2005-10-08
|
* Reworked the cache handling to only load DEPENDS info by defaultAurelien Foret2005-10-08
|
* Moved the REPLACES and FORCE package fields from DESC to DEPENDS db entryAurelien Foret2005-10-08
|
* Merging in recent fixes/additions from 2.9.7Judd Vinet2005-10-07
|
* patch from vmiklos -- properly remove each db entry instead of rmrf'ing the ↵Judd Vinet2005-10-07
| | | | whole thing
* Applied patch from Christian Hamar (krics@linuxforum.hu)Aurelien Foret2005-10-06
|
* Added a missing include for CYGWIN targetAurelien Foret2005-10-06
|
* Added a CYGWIN define to include header files required to build in a Cygwin ↵Aurelien Foret2005-10-06
| | | | environment