summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Remove internal md5 and sha2 implementationsAllan McRae1-6/+0
2015-10-18run hooks during trans_commitAndrew Gregory1-0/+2
2015-10-18handle: add hookdirs optionAndrew Gregory1-0/+1
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-10Fix build with --disable-gpgmeAllan McRae1-5/+1
2014-01-06Remove -fgnu89-inline from compile optionsDan McGee1-3/+0
2013-02-07inline libarchive compat wrappersDave Reisner1-1/+1
2013-01-29add libarchive compatability objectDave Reisner1-0/+1
2013-01-04Split common utility functions for libalpm and pacmanAllan McRae1-0/+1
2012-11-27buildsys: eschew use of DEFS, prefer AM_CPPFLAGSDave Reisner1-3/+2
2012-08-02Move filelist functions into separate source fileDan McGee1-0/+1
2012-04-26libalpm: add pkg-config fileDave Reisner1-0/+3
2012-04-09buildsys: define warning CFLAGS in separate varDave Reisner1-1/+1
2012-04-09buildsys: cleanup gpgme compile time checkDave Reisner1-0/+2
2012-04-09buildsys: use pkg-config for libcurl detectionDave Reisner1-1/+3
2012-04-09buildsys: use pkg-config for libarchive detectionDave Reisner1-0/+2
2012-04-09buildsys: use pkg-config for openssl detectionDave Reisner1-1/+8
2011-12-22include config.h via MakefilesDave Reisner1-0/+3
2011-08-15Add sha2 (sha256) routines from PolarSSLDan McGee1-1/+2
2011-07-05lib/rawstr: borrow raw string functions from curlDave Reisner1-0/+1
2011-04-27Allow conditional compilation with GPGMEDan McGee1-1/+5
2011-04-16Move graph.h functions into graph.cDan McGee1-1/+1
2011-03-23buildsys: use libcurl's m4 macro for buildtime detectionDave Reisner1-1/+1
2011-03-23Integrate GPGME into libalpmDan McGee1-0/+1
2011-03-23Add base64 algorithms from PolarSSL to libalpmDan McGee1-0/+1
2011-02-04Add a hash table for holding packagesAllan McRae1-0/+1
2010-12-13Prototype disk space checking functionalityAllan McRae1-0/+1
2010-10-14Separate be_files into be_sync and be_localAllan McRae1-1/+2
2010-10-13Move the cache stuff where it should beDan McGee1-1/+0
2010-09-02Use OpenSSL MD5 crypto functions if availableDan McGee1-1/+5
2010-05-05Move vercmp code into a separate fileDan McGee1-1/+2
2008-05-12Refactor pkg_load/parse_descfile into a new backend fileDan McGee1-0/+1
2008-04-16Merge branch 'maint'Dan McGee1-0/+5
2008-04-15More non-Linux build updates, mostly DarwinDan McGee1-0/+4
2008-04-15Fix gettext on non-Linux platformsDan McGee1-0/+1
2008-04-07Remove unnecessary header file, move one macro to util.cDan McGee1-1/+1
2008-02-25Remove pmserver_t abstractionDan McGee1-1/+0
2008-02-25Move download code out of server.cDan McGee1-0/+1
2008-02-16Move pmgraph_t struct and functions to their own header fileDan McGee1-0/+1
2007-11-17Remove provide.c and provide.h .Chantry Xavier1-1/+0
2007-11-04Add some more autoconf macros to filter our CFLAGS usageDan McGee1-1/+8
2007-10-27Clean up LDADD usageDan McGee1-1/+0
2007-10-20Add pmdelta_t structure and functions to libalpm.Nathan Jones1-0/+1
2007-10-09Update usage of gcc __attribute__ flagsDan McGee1-1/+1
2007-08-16Clean up MD5 code.Andrew Fyfe1-1/+0
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe1-1/+0
2007-07-12Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee1-2/+1
2007-07-02Move Doxygen manpage generation to doc/ directoryDan McGee1-10/+0
2007-06-28Remove lockfile configuration from frontend, make it job of libalpmDan McGee1-5/+0
2007-06-11Implement simple topological sort algorithm for sortbydepsNagy Gabor1-1/+1