summaryrefslogtreecommitdiff
path: root/lib/libalpm/Makefile.am
Commit message (Expand)AuthorAge
* Add sha2 (sha256) routines from PolarSSLDan McGee2011-08-15
* lib/rawstr: borrow raw string functions from curlDave Reisner2011-07-05
* Allow conditional compilation with GPGMEDan McGee2011-04-27
* Move graph.h functions into graph.cDan McGee2011-04-15
* buildsys: use libcurl's m4 macro for buildtime detectionDave Reisner2011-03-23
* Integrate GPGME into libalpmDan McGee2011-03-23
* Add base64 algorithms from PolarSSL to libalpmDan McGee2011-03-23
* Add a hash table for holding packagesAllan McRae2011-02-04
* Prototype disk space checking functionalityAllan McRae2010-12-12
* Separate be_files into be_sync and be_localAllan McRae2010-10-14
* Move the cache stuff where it should beDan McGee2010-10-13
* Use OpenSSL MD5 crypto functions if availableDan McGee2010-09-02
* Move vercmp code into a separate fileDan McGee2010-05-04
* Refactor pkg_load/parse_descfile into a new backend fileDan McGee2008-05-11
* Merge branch 'maint'Dan McGee2008-04-15
|\
| * More non-Linux build updates, mostly DarwinDan McGee2008-04-15
| * Fix gettext on non-Linux platformsDan McGee2008-04-14
* | Remove unnecessary header file, move one macro to util.cDan McGee2008-04-06
* | Remove pmserver_t abstractionDan McGee2008-02-24
* | Move download code out of server.cDan McGee2008-02-24
* | Move pmgraph_t struct and functions to their own header fileDan McGee2008-02-16
|/
* Remove provide.c and provide.h .Chantry Xavier2007-11-17
* Add some more autoconf macros to filter our CFLAGS usageDan McGee2007-11-04
* Clean up LDADD usageDan McGee2007-10-26
* Add pmdelta_t structure and functions to libalpm.Nathan Jones2007-10-19
* Update usage of gcc __attribute__ flagsDan McGee2007-10-08
* Clean up MD5 code.Andrew Fyfe2007-08-16
* Remove support for SHA1 from pacman.Andrew Fyfe2007-08-16
* Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee2007-07-12
* Move Doxygen manpage generation to doc/ directoryDan McGee2007-07-01
* Remove lockfile configuration from frontend, make it job of libalpmDan McGee2007-06-27
* Implement simple topological sort algorithm for sortbydepsNagy Gabor2007-06-10
* Fix compilation with GCC 4.2.0Dan McGee2007-06-05
* Autotool clean up.Andrew Fyfe2007-06-04
* Remove hardcoded defines from libalpmDan McGee2007-06-04
* Move DB and cache dirs away from there dependence on ROOTDIRDan McGee2007-05-31
* * Removed ${CFLAGS} from Makefile.am(s) as it was causing all CFLAGS to beDan McGee2007-03-12
* * Fix group comparison issue and associated compilation warnings by usingDan McGee2007-03-11
* Big commit here, I'll try to cover all the bases.Dan McGee2007-02-22
* * A lot of Makefile.am updates to try to get 'make dist' and 'make distcheck'Dan McGee2007-02-22
* * Remove -fno-strict-aliasing as it is now unnecessary to compile.Dan McGee2007-01-30
* * Fix building outside $(srcdir).Jürgen Hötzel2007-01-29
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-26
* Preliminary checkin for alpm_list conversionAaron Griffin2007-01-19
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-18
* * Dan McGee's makepkg updates http://www.archlinux.org/pipermail/pacman-dev/2...Aaron Griffin2006-12-14
* * Numerous mini valgrind fixes.Aaron Griffin2006-11-14
* Numerous changes:Aaron Griffin2006-10-31
* Merged frugalware changes (too many to list). Also added some config fileAaron Griffin2006-10-15
* i18n stuffJudd Vinet2006-06-28