summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.h
Commit message (Expand)AuthorAge
* libalpm: clean up of md5sum functions.Chantry Xavier2008-02-27
* Merge branch 'maint'Dan McGee2008-01-14
|\
| * FS#9183 : force correct permissions on tmp/.Jaroslaw Swierczynski2008-01-13
* | Use dynamic string allocation in package structuresDan McGee2008-01-11
|/
* Update GNU GPL boilerplate and copyright datesDan McGee2007-12-10
* War on whitespaceDan McGee2007-11-16
* libalpm: simplify sync db lastupdateDan McGee2007-11-16
* Add STRDUP macro to mirror MALLOC/CALLOCAaron Griffin2007-11-06
* libalpm: use an lstat wrapper so we never dereference dir symlinksDan McGee2007-11-04
* When printing size_t, use %zdDan McGee2007-10-29
* libalpm: introduce MALLOC and CALLOC macrosDan McGee2007-10-29
* Ensure all localization stuff is correctly guardedDan McGee2007-10-22
* Fix broken or missing includesDan McGee2007-10-22
* Fix invalid static scoping of strverscmpDan McGee2007-10-22
* Download delta files if UseDelta is set.Nathan Jones2007-10-19
* Update usage of gcc __attribute__ flagsDan McGee2007-10-08
* alpm: removed unused strtoupper wrapper, remove installeddate on parse_descfileDan McGee2007-09-23
* Add a few missing includes, caught while compiling on cygwinDan McGee2007-09-06
* Fix for FS 6404 and functionalize some cachedir handling stuffDan McGee2007-08-20
* Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee2007-07-12
* Remove scriptlet START and DONE commands that we don't useDan McGee2007-06-27
* Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee2007-06-09
* Move DB and cache dirs away from there dependence on ROOTDIRDan McGee2007-05-31
* Allow $repo expansion in 'Server' config linesAaron Griffin2007-05-18
* libalpm util.c and util.h cleanupDan McGee2007-04-29
* Remove STRNCPY macro from libalpmDan McGee2007-04-29
* Clean up gettext on the libalpm sideDan McGee2007-04-26
* Big commit this time:Aaron Griffin2007-03-03
* * strlen -> mbstowcs (multibyte str to wide char str) conversion where weDan McGee2007-02-14
* * Refactored conflict checking within packages. Profiling from Dan showed anAaron Griffin2007-02-13
* K. Piche <kpiche@rogers.com>Aaron Griffin2007-01-30
* This mainly deals with code clarity- removing currently unneededAaron Griffin2007-01-24
* Preliminary checkin for alpm_list conversionAaron Griffin2007-01-19
* * Misc logging changesAaron Griffin2007-01-17
* Jürgen Hötzel <juergen@hoetzel.info>Aaron Griffin2007-01-17
* * Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin2006-11-22
* * Initial changes to gensync - makepkg changes were not checked in from anotherAaron Griffin2006-11-15
* * Numerous mini valgrind fixes.Aaron Griffin2006-11-14
* Numerous changes:Aaron Griffin2006-10-31
* Moved downloaded db unpacking to the backend files, to easier allow conversionAaron Griffin2006-10-25
* A handful of minor changes:Aaron Griffin2006-10-20
* Merged frugalware changes (too many to list). Also added some config fileAaron Griffin2006-10-15
* removed libtar support in favour of libarchiveJudd Vinet2006-09-28
* first stage of i18n stuff from VMiklosJudd Vinet2006-05-15
* dropped the MALLOC macroAurelien Foret2006-02-20
* - grep is now a static functionAurelien Foret2006-02-16
* - merged pkg_new and pkg_dummy functionsAurelien Foret2006-01-09
* patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet2006-01-02
* Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when ...Aurelien Foret2005-03-29
* Initial revisionJudd Vinet2005-03-15