summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.c
Commit message (Expand)AuthorAge
...
* Remove _alpm_csumAllan McRae2012-03-08
* Use "mode" in _alpm_makepath_modeAllan McRae2012-02-20
* util: reduce pointer hell in _alpm_makepath_modeDave Reisner2012-02-20
* Reset errno before opening archiveAllan McRae2012-02-13
* use _alpm_access in a few more places for increased debugging infoFlorian Pritz2012-02-13
* Remove rmrf implementation from backendDan McGee2012-01-23
* Merge branch 'maint'Dan McGee2012-01-23
|\
| * Update copyright on changed files since beginning of yearDan McGee2012-01-18
| * util.c, rmrf(): only create string when neededOlivier Brunel2012-01-18
| * Use isdigit() rather than character range comparisonsDan McGee2012-01-18
* | Fix segfaults on opening invalid archive filesDan McGee2012-01-08
* | Simplify hash function to a single multiplicationDan McGee2011-12-31
* | Remove strtrim function from backendDan McGee2011-12-23
* | Created hex_representation() in lib/libalpm/util.cDiogo Sousa2011-12-21
* | include config.h via MakefilesDave Reisner2011-12-21
* | code syntax cleanupDave Reisner2011-12-12
* | Merge branch 'maint'Dan McGee2011-12-07
|\|
| * Use correct size in memsetDan McGee2011-12-05
* | Merge branch 'maint'Dan McGee2011-11-30
|\|
| * _alpm_ldconfig: return value from _alpm_run_chrootDan McGee2011-11-30
* | 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
* | Merge branch 'maint'Dan McGee2011-11-07
|\|
| * Fix thinko in _alpm_strip_newlineDan McGee2011-11-01
* | libalpm/util: don't use sprintf to convert from bin to hexDan McGee2011-11-01
* | libalpm/util: use low-level I/O for copyfile and checksum routinesDan 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
* | libalpm/util: two stat() related cleanupsDan McGee2011-10-26
* | Fix some strict 32-bit gcc warningsDan McGee2011-10-13
* | _alpm_archive_fgets: optimize EOL searchDan McGee2011-10-12
* | Introduce alpm_time_t typeDan McGee2011-10-12
* | _alpm_parsedate: use strtoll() to parse numeric valueDan McGee2011-10-12
|/
* Parse '0' as a valid package installed sizeDan McGee2011-10-04
* Use the full buffer when computing md5/sha256 sumsDan McGee2011-09-28
* Remove all usages of alpm_list_getdata() from the libraryDan McGee2011-09-20
* Use more efficient way of restoring working directoryDan McGee2011-09-19
* Ensure entire struct is zeroed in _alpm_parsedate()Dan McGee2011-09-18
* avoid blowing out the filecache list when using tmpdirDave Reisner2011-09-06
* Former transaction callback rename refactorDan McGee2011-09-02
* Move all callbacks up to the handle levelDan McGee2011-09-02
* _alpm_parsedate(): return time_t and not longDan McGee2011-09-01
* Parse > 2GiB file sizes correctlyDan McGee2011-08-29
* lib/libalpm/util.c: Fix two memory leaksLukas Fleischer2011-08-28
* strtrim: don't move empty stringDan McGee2011-08-25
* Rework finding a writable cache directoryDan McGee2011-08-19
* Remove usages of alpm_list_next() in backendDan McGee2011-08-18
* Validate the sha256sum if availableDan McGee2011-08-15