summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'allan/breakshit'Dan McGee2011-06-30
|\
| * Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* | lib/util: modify entry_prefix, not prefixDave Reisner2011-06-30
|/
* Fix several -Wshadow warningsDan McGee2011-06-27
* Make sync DB reading a bit more flexibleDan McGee2011-06-24
* archive_fgets(): ensure we return any trailing text with no newlineDan McGee2011-06-24
* Clean up util md5sum methodDan McGee2011-06-20
* 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
* _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