summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.c
Commit message (Expand)AuthorAge
* 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
* Use full path to ldconfigMarc - A. Dahlhaus2009-08-03
* Run ldconfig inside chroot.Xavier Chantry2009-07-16
* Update copyright headers and messagesDan McGee2009-07-01
* alpm_unpack : change prefix handling to workaround FS#12148.Xavier Chantry2009-01-20
* Merge branch 'maint'Dan McGee2009-01-18
|\
| * Use archive_entry_set_perm instead of archive_entry_set_modeNagy Gabor2009-01-18
* | Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor2009-01-12
* | libalpm: add PID to db.lckAllan McRae2009-01-03
|/
* libalpm: handle syscall interruption correctlyDan McGee2008-10-12
* Remove an usused variable from alpm/util.c/_alpm_lckmk()Nagy Gabor2008-08-19
* Fix segfault on x86_64 when using UseSyslogDan McGee2008-08-08