Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
pacman
auto-pentium4
master
Archlinux32 fork of pacman
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
util.c
Age
Commit message (
Expand
)
Author
2011-06-13
Switch all logging to use handle directly
Dan McGee
2011-06-13
Move pm_errno onto the handle
Dan McGee
2011-06-09
Require handle argument to all alpm_option_(get|set)_*() methods
Dan McGee
2011-06-09
Require handle argument to alpm_logaction()
Dan McGee
2011-06-09
_alpm_lstat: only duplicate string if necessary
Dan McGee
2011-06-07
Add helper methods for setting directory options
Dan McGee
2011-06-03
Use standard errno codes in return from _alpm_archive_fgets
Dan McGee
2011-06-03
Remove global handle from util.c
Dan McGee
2011-06-03
Push down extern handle variable to files that need it
Dan McGee
2011-06-03
Remove ALPM_LOG_FUNC macro
Dan McGee
2011-04-20
Header inclusion cleanup
Dan McGee
2011-04-20
syntax: if/while statements should have no trailing space
Dan McGee
2011-04-20
style cleanup: cast as (type *) not (type*)
Dave Reisner
2011-04-05
Merge branch 'maint'
Dan McGee
2011-04-02
util.c: include limits.h for PATH_MAX macro
Rémy Oudompheng
2011-03-23
Merge branch 'maint'
Dan McGee
2011-03-21
Fix line_offset not being reset in _alpm_archive_fgets()
Dan McGee
2011-03-20
Style change: return(x) --> return x
Dan McGee
2011-02-28
Fix some easy to find double translations
Dan McGee
2011-02-28
Move locking functions to where they are needed
Dan McGee
2011-02-27
Fix double close of the lock file
Jonathan Conder
2011-02-04
Add more error checking and logging
Dan McGee
2011-02-04
Ensure found files are actually files
Dan McGee
2011-02-01
Fix locale.h/setlocale inclusion with --disable-nls
Dan McGee
2011-01-21
Improve splitname memory allocation
Dan McGee
2011-01-21
Add strndup fallback function to libalpm util
Dan McGee
2011-01-07
Fix some more simple conversion "errors"
Dan McGee
2011-01-07
Refactor old date parsing into single method
Dan McGee
2011-01-07
Update copyright years for 2011
Allan McRae
2011-01-02
Fix function indentation
Dan McGee
2010-12-21
Overhaul archive fgets function
Dan McGee
2010-12-14
When setting package name, set hash value as well
Dan McGee
2010-12-14
Add hash_sdbm function
Dan McGee
2010-12-12
Turn libarchive warnings into libalpm warnings
Dan McGee
2010-10-14
Move and rename splitname
Allan McRae
2010-09-02
Use OpenSSL MD5 crypto functions if available
Dan McGee
2010-08-27
use execv to avoid using sh just to run ldconfig
Jonathan Conder
2010-08-27
redirect scriptlet stderr synchronously through alpm
Jonathan Conder
2010-07-01
Check return value of chdir and getcwd
Allan McRae
2010-06-30
Check return value of fwrite when copying files
Allan McRae
2010-06-21
Clarify testing within conditional statements
Allan McRae
2010-03-14
Bump copyright dates to 2010
Dan McGee
2010-03-14
Only extract new DB entries
Xavier Chantry
2009-11-15
Refactor do/while cycle and multiple while cycles
Laszlo Papp
2009-11-10
Merge branch 'maint'
Dan McGee
2009-10-27
Fix opendir error condition checks
Dan McGee
2009-10-11
Rework the alpm_unpack functions
Xavier Chantry
2009-10-11
cygwin fix : use unsigned char for ctype function
Xavier Chantry
2009-10-11
libalpm: clean up lock function
Dan McGee
2009-10-11
int typing: s/unsigned short/int/ in libalpm
Dan McGee
[next]