summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.h
Commit message (Expand)AuthorAge
* Update copyright yearsAllan McRae2017-01-04
* Represent bitfields as ints, not enumsIvy Foster2016-10-22
* Add ALPM_ERR_OK to _alpm_errno_tIvy Foster2016-10-22
* Do not #define _RESERVED_IDENTIFIERSIvy Foster2016-09-25
* make alpm_unlock and trans_interrupt async safeAndrew Gregory2016-02-23
* Update copyright years for 2016Allan McRae2016-01-04
* allow specifying input to scriptletsAndrew Gregory2015-11-28
* merge _alpm_logaction into alpm_logactionAndrew Gregory2015-05-12
* Update copyright notices for 2015Allan McRae2015-02-01
* move _alpm_lstat into util-commonAndrew Gregory2014-08-03
* util: Add _alpm_realloc() and _alpm_greedy_grow()Florian Pritz2014-03-03
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* Update copyright years for 2014Allan McRae2014-01-06
* Fix build warnings with --disable-nlsAllan McRae2014-01-06
* do not check error from close(2)Dave Reisner2013-07-05
* Enable inverted patterns in NoExtract and NoUpgrade.Patrick Steinhardt2013-06-26
* Add format attributes to all required functionsAllan McRae2013-02-13
* add caller prefix to alpm_logactionAndrew Gregory2013-01-28
* Split common utility functions for libalpm and pacmanAllan McRae2013-01-04
* Update copyright year for 2013Allan McRae2013-01-03
* add real_line_size to alpm_read_bufferDave Reisner2012-06-25
* Convert ALLOC_FAIL macro into a functionDan McGee2012-04-29
* Various tweaks to support building with excessive GCC warning flagsDan McGee2012-04-08
* Remove _alpm_csumAllan McRae2012-03-08
* Update copyright yearsAllan McRae2012-02-20
* Remove rmrf implementation from backendDan McGee2012-01-23
* 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