index
:
pacman
master
threads
working
working-maint
Main repository is at http://projects.archlinux.org/pacman.git/
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-09
Remove _alpm_csum
Allan McRae
1
-3
/
+3
2012-02-21
Use "mode" in _alpm_makepath_mode
Allan McRae
1
-2
/
+2
2012-02-20
util: reduce pointer hell in _alpm_makepath_mode
Dave Reisner
1
-25
/
+30
2012-02-13
Reset errno before opening archive
Allan McRae
1
-0
/
+1
2012-02-13
use _alpm_access in a few more places for increased debugging info
Florian Pritz
1
-1
/
+1
2012-01-23
Remove rmrf implementation from backend
Dan McGee
1
-46
/
+0
2012-01-23
Merge branch 'maint'
Dan McGee
1
-5
/
+5
2012-01-19
Update copyright on changed files since beginning of year
Dan McGee
1
-1
/
+1
2012-01-19
util.c, rmrf(): only create string when needed
Olivier Brunel
1
-3
/
+3
2012-01-18
Use isdigit() rather than character range comparisons
Dan McGee
1
-1
/
+1
2012-01-08
Fix segfaults on opening invalid archive files
Dan McGee
1
-8
/
+13
2012-01-01
Simplify hash function to a single multiplication
Dan McGee
1
-1
/
+1
2011-12-23
Remove strtrim function from backend
Dan McGee
1
-41
/
+0
2011-12-22
Created hex_representation() in lib/libalpm/util.c
Diogo Sousa
1
-33
/
+27
2011-12-22
include config.h via Makefiles
Dave Reisner
1
-2
/
+0
2011-12-12
code syntax cleanup
Dave Reisner
1
-13
/
+13
2011-12-07
Merge branch 'maint'
Dan McGee
1
-1
/
+1
2011-12-06
Use correct size in memset
Dan McGee
1
-1
/
+1
2011-12-01
Merge branch 'maint'
Dan McGee
1
-1
/
+1
2011-12-01
_alpm_ldconfig: return value from _alpm_run_chroot
Dan McGee
1
-1
/
+1
2011-11-22
added doxygen documentation
andrew.gregory.8@gmail.com
1
-29
/
+123
2011-11-16
Add helper method for creating and opening archive object
Dan McGee
1
-22
/
+73
2011-11-13
add support for back end fnmatch'd options
Dave Reisner
1
-0
/
+6
2011-11-07
Merge branch 'maint'
Dan McGee
1
-1
/
+1
2011-11-02
Fix thinko in _alpm_strip_newline
Dan McGee
1
-1
/
+1
2011-11-01
libalpm/util: don't use sprintf to convert from bin to hex
Dan McGee
1
-10
/
+14
2011-11-01
libalpm/util: use low-level I/O for copyfile and checksum routines
Dan McGee
1
-55
/
+61
2011-11-01
Add OPEN() and CLOSE() util macros
Dan McGee
1
-20
/
+10
2011-11-01
Merge branch 'maint'
Dan McGee
1
-12
/
+8
2011-10-27
Introduce ALPM_BUFFER_SIZE constant
Dan McGee
1
-12
/
+8
2011-10-26
libalpm/util: two stat() related cleanups
Dan McGee
1
-14
/
+13
2011-10-13
Fix some strict 32-bit gcc warnings
Dan McGee
1
-1
/
+3
2011-10-12
_alpm_archive_fgets: optimize EOL search
Dan McGee
1
-17
/
+17
2011-10-12
Introduce alpm_time_t type
Dan McGee
1
-6
/
+6
2011-10-12
_alpm_parsedate: use strtoll() to parse numeric value
Dan McGee
1
-1
/
+20
2011-10-04
Parse '0' as a valid package installed size
Dan McGee
1
-1
/
+1
2011-09-28
Use the full buffer when computing md5/sha256 sums
Dan McGee
1
-4
/
+6
2011-09-20
Remove all usages of alpm_list_getdata() from the library
Dan McGee
1
-2
/
+2
2011-09-19
Use more efficient way of restoring working directory
Dan McGee
1
-16
/
+24
2011-09-18
Ensure entire struct is zeroed in _alpm_parsedate()
Dan McGee
1
-1
/
+2
2011-09-06
avoid blowing out the filecache list when using tmpdir
Dave Reisner
1
-4
/
+2
2011-09-03
Former transaction callback rename refactor
Dan McGee
1
-1
/
+1
2011-09-03
Move all callbacks up to the handle level
Dan McGee
1
-1
/
+1
2011-09-01
_alpm_parsedate(): return time_t and not long
Dan McGee
1
-2
/
+2
2011-08-30
Parse > 2GiB file sizes correctly
Dan McGee
1
-0
/
+25
2011-08-29
lib/libalpm/util.c: Fix two memory leaks
Lukas Fleischer
1
-0
/
+2
2011-08-26
strtrim: don't move empty string
Dan McGee
1
-1
/
+6
2011-08-19
Rework finding a writable cache directory
Dan McGee
1
-15
/
+29
2011-08-18
Remove usages of alpm_list_next() in backend
Dan McGee
1
-2
/
+2
2011-08-15
Validate the sha256sum if available
Dan McGee
1
-19
/
+26
[next]