summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.c
Commit message (Expand)AuthorAge
* 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
* Remove unused strverscmp substituteDan McGee2008-07-24
* Use access() instead of stat() when possibleDan McGee2008-06-15
* Fix compilation warning on x86_64Dan McGee2008-05-14
* Update makepath to remove PATH_MAX usageDan McGee2008-05-10
* Updates to _alpm_copyfile()Dan McGee2008-04-28
* Completely rework delta algorithmChantry Xavier2008-04-26
* Some comments for _alpm_unpack.K. Piche2008-04-14
* Remove unnecessary header file, move one macro to util.cDan McGee2008-04-06
* libalpm error cleanup, step 1Dan McGee2008-04-06
* Add an archive_fgets() functionDan McGee2008-03-27
* libalpm: clean up of md5sum functions.Chantry Xavier2008-02-27
* FS#9183 : force correct permissions on tmp/.Jaroslaw Swierczynski2008-01-13
* Ensure correct dir permissions in the database.Chantry Xavier2008-01-13