summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-11-04Add some more autoconf macros to filter our CFLAGS usageDan McGee3-1/+54
2007-11-04Use an autoconf macro to see if -fstack-protector is availableDan McGee2-2/+44
2007-11-04Revise configure.acDan McGee1-22/+7
2007-11-04Update libtool files and macros to newest versionsDan McGee4-265/+524
2007-11-04Update my TODODan McGee1-28/+4
2007-11-04Add a little const correctness fix to alpm_listDan McGee1-3/+4
2007-11-04Fix basename usage in pacman and utilitiesDan McGee3-9/+35
2007-11-04Add support for arch='any'Roman Kyrylych3-0/+10
2007-11-04Remove final use of the math library from pacmanDan McGee2-5/+1
2007-11-04Added optdepends support to pactestJeff Mickey4-0/+12
2007-10-30abs: prefer csup to cvsupDan McGee1-5/+5
2007-10-30Pick best python program available for 'make check'Dan McGee2-2/+3
2007-10-30When printing size_t, use %zdDan McGee5-7/+9
2007-10-30libalpm/handle.c: make realpath() call portableDan McGee1-4/+3
2007-10-30pacman/query.c: add missing free()Dan McGee1-2/+1
2007-10-30Small updates to documentation.Scott Horowitz2-13/+81
2007-10-30Copy pmdelta_t objects in _alpm_pkg_dup()Dan McGee1-0/+2
2007-10-30Make general list copy functionDan McGee2-2/+25
2007-10-29simple pactest renaming : split conflict* into depconflict* and fileconflict*.Chantry Xavier6-2/+1
2007-10-29doxygen: preprocess SYMHIDDEN/SYMEXPORT macros so they don't show in docsDan McGee1-3/+3
2007-10-29libalpm/delta: add const to most methodsDan McGee3-9/+9
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee11-78/+30
2007-10-29Add some more debugging output to dep checking codeDan McGee2-6/+11
2007-10-29pactest: generate the filelist the correct wayDan McGee1-6/+16
2007-10-29extend type001 pactest with a symlink.Chantry Xavier1-5/+9
2007-10-29makepkg: add explicit dir to find callsDan McGee1-3/+3
2007-10-27Integrate versionpkg into makepkgScott Horowitz1-4/+86
2007-10-27Clean up LDADD usageDan McGee2-5/+2
2007-10-27Fix mcheck detection and usageDan McGee2-7/+9
2007-10-27Explicitly cast void* to char* during printf callDan McGee1-4/+4
2007-10-27dependency error message fix in libalpm/remove.cNagy Gabor1-1/+1
2007-10-27Dependency error/log messages fixNagy Gabor3-9/+17
2007-10-27makepkg: readd -p option that was lost in getopt conversionDan McGee1-0/+1
2007-10-25Add alpm_dep_get_string methodNagy Gabor5-31/+44
2007-10-24_alpm_depmiss_isin fixNagy Gabor1-2/+5
2007-10-24Add strndup implemention for environments that are missing itDan McGee2-0/+26
2007-10-24One more added include to help compilation elsewhereDan McGee1-0/+1
2007-10-24Replace UK mirror with a new updated oneDan McGee1-1/+1
2007-10-23Print and typecast time_t correctlyDan McGee1-4/+3
2007-10-23Ensure all localization stuff is correctly guardedDan McGee4-6/+14
2007-10-23Fix broken or missing includesDan McGee4-8/+11
2007-10-23Fix invalid static scoping of strverscmpDan McGee2-2/+2
2007-10-20Add download size to target list.Nathan Jones6-7/+47
2007-10-20Download delta files if UseDelta is set.Nathan Jones9-4/+300
2007-10-20Refactor md5sum checking.Nathan Jones1-44/+89
2007-10-20Add pmdelta_t structure and functions to libalpm.Nathan Jones11-1/+380
2007-10-20Add delta information to the repository database.Nathan Jones1-1/+55
2007-10-19Add Hungarian mirrorDan McGee1-0/+2
2007-10-19scripts/makepkg.sh.in: Strip bins/libs in all {bin, sbin, lib} directories.Andrew Fyfe1-1/+1
2007-10-18libalpm/package.c : fix requiredby with multiple providers.Chantry Xavier1-5/+2