summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.h
Commit message (Expand)AuthorAge
* Introduce ALPM_BUFFER_SIZE constantDan McGee2011-10-27
* _alpm_parsedate(): return time_t and not longDan McGee2011-09-01
* Parse > 2GiB file sizes correctlyDan McGee2011-08-29
* Validate the sha256sum if availableDan McGee2011-08-15
* Don't trim whitespace when reading database entriesDan McGee2011-08-02
* add _alpm_access() wrapperFlorian Pritz2011-07-18
* Handle removal of empty directories properlyDan McGee2011-07-18
* lib/rawstr: borrow raw string functions from curlDave Reisner2011-07-05
* Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
* Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* Make sync DB reading a bit more flexibleDan McGee2011-06-24
* lib/util: call _alpm_log before setting handle->pm_errnoDave Reisner2011-06-20
* Ensure handle is valid and pm_errno is reset when calling into APIDan McGee2011-06-14
* 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
|/