summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.h
Commit message (Expand)AuthorAge
* Remove strtrim function from backendDan McGee2011-12-23
* include config.h via MakefilesDave Reisner2011-12-21
* added doxygen documentationandrew.gregory.8@gmail.com2011-11-22
* Add helper method for creating and opening archive objectDan McGee2011-11-16
* add support for back end fnmatch'd optionsDave Reisner2011-11-13
* Fix size reported in CALLOC allocation failure messageDan McGee2011-11-01
* Add OPEN() and CLOSE() util macrosDan McGee2011-11-01
* Merge branch 'maint'Dan McGee2011-11-01
|\
| * Introduce ALPM_BUFFER_SIZE constantDan McGee2011-10-27
* | Convert MALLOC to actually call malloc()Dan McGee2011-10-12
* | Introduce alpm_time_t typeDan McGee2011-10-12
|/
* _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