summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-05Fix compilation with GCC 4.2.0Dan McGee1-1/+1
2007-06-05Autotool clean up.Andrew Fyfe1-0/+2
2007-06-04Remove hardcoded defines from libalpmDan McGee1-5/+1
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee1-2/+10
2007-03-12* Removed ${CFLAGS} from Makefile.am(s) as it was causing all CFLAGS to beDan McGee1-1/+1
2007-03-11* Fix group comparison issue and associated compilation warnings by usingDan McGee1-1/+1
2007-02-22Big commit here, I'll try to cover all the bases.Dan McGee1-1/+1
2007-02-22* A lot of Makefile.am updates to try to get 'make dist' and 'make distcheck'Dan McGee1-32/+33
2007-01-30* Remove -fno-strict-aliasing as it is now unnecessary to compile.Dan McGee1-3/+1
2007-01-29* Fix building outside $(srcdir).Jürgen Hötzel1-1/+1
2007-01-26Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-1/+1
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-2/+2
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-1/+1
2006-12-14* Dan McGee's makepkg updates http://www.archlinux.org/pipermail/pacman-dev/2...Aaron Griffin1-1/+3
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin1-3/+3
2006-10-31Numerous changes:Aaron Griffin1-4/+3
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin1-4/+7