summaryrefslogtreecommitdiff
path: root/lib/libalpm/Makefile.am
AgeCommit message (Expand)Author
2019-03-07Remove support for deltas from libalpmAllan McRae
2018-05-14Remove all modelines from the projectEli Schwartz
2016-10-22Allow replacing libcrypto with libnettle in pacmanFlorian Weigelt
2016-10-10Remove internal md5 and sha2 implementationsAllan McRae
2015-10-18run hooks during trans_commitAndrew Gregory
2015-10-18handle: add hookdirs optionAndrew Gregory
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-10Fix build with --disable-gpgmeAllan McRae
2014-01-06Remove -fgnu89-inline from compile optionsDan McGee
2013-02-07inline libarchive compat wrappersDave Reisner
2013-01-29add libarchive compatability objectDave Reisner
2013-01-04Split common utility functions for libalpm and pacmanAllan McRae
2012-11-27buildsys: eschew use of DEFS, prefer AM_CPPFLAGSDave Reisner
2012-08-02Move filelist functions into separate source fileDan McGee
2012-04-25libalpm: add pkg-config fileDave Reisner
2012-04-08buildsys: define warning CFLAGS in separate varDave Reisner
2012-04-08buildsys: cleanup gpgme compile time checkDave Reisner
2012-04-08buildsys: use pkg-config for libcurl detectionDave Reisner
2012-04-08buildsys: use pkg-config for libarchive detectionDave Reisner
2012-04-08buildsys: use pkg-config for openssl detectionDave Reisner
2011-12-21include config.h via MakefilesDave Reisner
2011-08-15Add sha2 (sha256) routines from PolarSSLDan McGee
2011-07-05lib/rawstr: borrow raw string functions from curlDave Reisner
2011-04-27Allow conditional compilation with GPGMEDan McGee
2011-04-15Move graph.h functions into graph.cDan McGee
2011-03-23buildsys: use libcurl's m4 macro for buildtime detectionDave Reisner
2011-03-23Integrate GPGME into libalpmDan McGee
2011-03-23Add base64 algorithms from PolarSSL to libalpmDan McGee
2011-02-04Add a hash table for holding packagesAllan McRae
2010-12-12Prototype disk space checking functionalityAllan McRae
2010-10-14Separate be_files into be_sync and be_localAllan McRae
2010-10-13Move the cache stuff where it should beDan McGee
2010-09-02Use OpenSSL MD5 crypto functions if availableDan McGee
2010-05-04Move vercmp code into a separate fileDan McGee
2008-05-11Refactor pkg_load/parse_descfile into a new backend fileDan McGee
2008-04-15Merge branch 'maint'Dan McGee
2008-04-15More non-Linux build updates, mostly DarwinDan McGee
2008-04-14Fix gettext on non-Linux platformsDan McGee
2008-04-06Remove unnecessary header file, move one macro to util.cDan McGee
2008-02-24Remove pmserver_t abstractionDan McGee
2008-02-24Move download code out of server.cDan McGee
2008-02-16Move pmgraph_t struct and functions to their own header fileDan McGee
2007-11-17Remove provide.c and provide.h .Chantry Xavier
2007-11-04Add some more autoconf macros to filter our CFLAGS usageDan McGee
2007-10-26Clean up LDADD usageDan McGee
2007-10-19Add pmdelta_t structure and functions to libalpm.Nathan Jones
2007-10-08Update usage of gcc __attribute__ flagsDan McGee
2007-08-16Clean up MD5 code.Andrew Fyfe
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe
2007-07-12Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee