summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/util.h
AgeCommit message (Expand)AuthorFilesLines
2007-06-09Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee1-1/+1
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee1-2/+2
2007-05-18Allow $repo expansion in 'Server' config linesAaron Griffin1-0/+1
2007-04-29libalpm util.c and util.h cleanupDan McGee1-13/+1
2007-04-29Remove STRNCPY macro from libalpmDan McGee1-5/+1
2007-04-27Clean up gettext on the libalpm sideDan McGee1-5/+2
2007-03-03Big commit this time:Aaron Griffin1-7/+9
2007-02-14* strlen -> mbstowcs (multibyte str to wide char str) conversion where weDan McGee1-0/+1
2007-02-13* Refactored conflict checking within packages. Profiling from Dan showed anAaron Griffin1-0/+2
2007-01-30K. Piche <kpiche@rogers.com>Aaron Griffin1-0/+4
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin1-1/+1
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-1/+1
2007-01-17* Misc logging changesAaron Griffin1-1/+1
2007-01-17Jürgen Hötzel <juergen@hoetzel.info>Aaron Griffin1-1/+0
2006-11-22* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin1-2/+2
2006-11-15* Initial changes to gensync - makepkg changes were not checked in from anotherAaron Griffin1-1/+0
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin1-0/+1
2006-10-31Numerous changes:Aaron Griffin1-0/+1
2006-10-25Moved downloaded db unpacking to the backend files, to easier allow conversionAaron Griffin1-1/+1
2006-10-20A handful of minor changes:Aaron Griffin1-1/+1
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin1-4/+29
2006-09-28removed libtar support in favour of libarchiveJudd Vinet1-1/+5
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet1-0/+2
2006-02-20dropped the MALLOC macroAurelien Foret1-11/+0
2006-02-16- grep is now a static functionAurelien Foret1-1/+0
2006-01-09- merged pkg_new and pkg_dummy functionsAurelien Foret1-1/+1
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2005-03-29Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when ...Aurelien Foret1-0/+5
2005-03-15Initial revisionJudd Vinet1-0/+57