summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.c
Commit message (Expand)AuthorAge
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Require handle argument to alpm_logaction()Dan McGee2011-06-09
* _alpm_lstat: only duplicate string if necessaryDan McGee2011-06-09
* Add helper methods for setting directory optionsDan McGee2011-06-07
* Use standard errno codes in return from _alpm_archive_fgetsDan McGee2011-06-03
* Remove global handle from util.cDan McGee2011-06-03
* Push down extern handle variable to files that need itDan McGee2011-06-03
* Remove ALPM_LOG_FUNC macroDan McGee2011-06-03
* Header inclusion cleanupDan McGee2011-04-20
* syntax: if/while statements should have no trailing spaceDan McGee2011-04-20
* style cleanup: cast as (type *) not (type*)Dave Reisner2011-04-20
* Merge branch 'maint'Dan McGee2011-04-05
|\
| * util.c: include limits.h for PATH_MAX macroRémy Oudompheng2011-04-02
* | Merge branch 'maint'Dan McGee2011-03-23
|\|
| * Fix line_offset not being reset in _alpm_archive_fgets()Dan McGee2011-03-21
* | Style change: return(x) --> return xDan McGee2011-03-20
|/
* Fix some easy to find double translationsDan McGee2011-02-28
* Move locking functions to where they are neededDan McGee2011-02-28
* Fix double close of the lock fileJonathan Conder2011-02-27
* Add more error checking and loggingDan McGee2011-02-04
* Ensure found files are actually filesDan McGee2011-02-04
* Fix locale.h/setlocale inclusion with --disable-nlsDan McGee2011-02-01
* Improve splitname memory allocationDan McGee2011-01-21
* Add strndup fallback function to libalpm utilDan McGee2011-01-21
* Fix some more simple conversion "errors"Dan McGee2011-01-07
* Refactor old date parsing into single methodDan McGee2011-01-07
* Update copyright years for 2011Allan McRae2011-01-07
* Fix function indentationDan McGee2011-01-02
* Overhaul archive fgets functionDan McGee2010-12-21
* When setting package name, set hash value as wellDan McGee2010-12-14
* Add hash_sdbm functionDan McGee2010-12-14
* Turn libarchive warnings into libalpm warningsDan McGee2010-12-12
* Move and rename splitnameAllan McRae2010-10-14
* Use OpenSSL MD5 crypto functions if availableDan McGee2010-09-02
* use execv to avoid using sh just to run ldconfigJonathan Conder2010-08-27
* redirect scriptlet stderr synchronously through alpmJonathan Conder2010-08-27
* Check return value of chdir and getcwdAllan McRae2010-07-01
* Check return value of fwrite when copying filesAllan McRae2010-06-30
* Clarify testing within conditional statementsAllan McRae2010-06-21
* Bump copyright dates to 2010Dan McGee2010-03-14
* Only extract new DB entriesXavier Chantry2010-03-14
* Refactor do/while cycle and multiple while cyclesLaszlo Papp2009-11-15
* Merge branch 'maint'Dan McGee2009-11-10
|\
| * Fix opendir error condition checksDan McGee2009-10-27
* | Rework the alpm_unpack functionsXavier Chantry2009-10-11
* | cygwin fix : use unsigned char for ctype functionXavier Chantry2009-10-11
* | libalpm: clean up lock functionDan McGee2009-10-11
* | int typing: s/unsigned short/int/ in libalpmDan McGee2009-10-11
* | libalpm/util.c : remove _alpm_strreplaceXavier Chantry2009-09-06
|/
* Add a missing newline.Xavier Chantry2009-08-03