summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.h
Commit message (Expand)AuthorAge
...
* Switch all logging to use handle directlyDan McGee2011-06-13
* Move pm_errno onto the handleDan McGee2011-06-13
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Require handle argument to alpm_logaction()Dan McGee2011-06-09
* Remove global handle from util.cDan McGee2011-06-03
* Deal with unused function parameters correctlyAllan McRae2011-05-04
* Merge branch 'maint'Dan McGee2011-03-29
|\
| * alpm/handle.c: ensure handle is not NULL before proceedingRémy Oudompheng2011-03-29
* | lib/dload.c: fix compiler warnings generated by -Wfloat-equalDave Reisner2011-03-23
* | Style change: return(x) --> return xDan McGee2011-03-20
|/
* Add missing include for size_tDan McGee2011-03-20
* Move locking functions to where they are neededDan McGee2011-02-28
* Fix double close of the lock fileJonathan Conder2011-02-27
* Add strndup fallback function to libalpm utilDan McGee2011-01-21
* Refactor old date parsing into single methodDan McGee2011-01-07
* Update copyright years for 2011Allan McRae2011-01-07
* Overhaul archive fgets functionDan McGee2010-12-21
* Always specify arguement type in function delcarationsAllan McRae2010-12-20
* Add hash_sdbm functionDan McGee2010-12-14
* Move MAX_DELTA_RATIO definitionAllan McRae2010-12-12
* Move and rename splitnameAllan McRae2010-10-14
* use execv to avoid using sh just to run ldconfigJonathan Conder2010-08-27
* Bump copyright dates to 2010Dan McGee2010-03-14
* Rework the alpm_unpack functionsXavier Chantry2009-10-11
* int typing: s/unsigned short/int/ in libalpmDan McGee2009-10-11
* libalpm/util.c : remove _alpm_strreplaceXavier Chantry2009-09-06
* Run ldconfig inside chroot.Xavier Chantry2009-07-16
* Update copyright headers and messagesDan McGee2009-07-01
* Remove unused strverscmp substituteDan McGee2008-07-24
* Remove unnecessary NULL check in FREE() macroDan McGee2008-04-19
* Remove unnecessary header file, move one macro to util.cDan McGee2008-04-06
* Add an archive_fgets() functionDan McGee2008-03-27
* 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