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
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
2011-08-15
Add ALPM sha256sum routines
Dan McGee
1
-0
/
+80
2011-08-09
Don't walk off front of string when stripping newline
Dan McGee
1
-1
/
+1
2011-08-09
_alpm_access(): don't call gettext() in debug level loggers
Dan McGee
1
-4
/
+8
2011-08-02
Don't trim whitespace when reading database entries
Dan McGee
1
-0
/
+20
2011-07-18
add _alpm_access() wrapper
Florian Pritz
1
-0
/
+47
2011-07-18
Handle removal of empty directories properly
Dan McGee
1
-0
/
+42
2011-07-01
Prefix _alpm_errno_t members with ALPM
Allan McRae
1
-2
/
+2
2011-07-01
Prefix alpm_transevt_t members with ALPM
Allan McRae
1
-1
/
+1
2011-07-01
Prefix alpm_loglevel_t members with ALPM
Allan McRae
1
-25
/
+25
2011-06-30
Merge remote-tracking branch 'allan/breakshit'
Dan McGee
1
-7
/
+7
2011-06-30
lib/util: modify entry_prefix, not prefix
Dave Reisner
1
-1
/
+1
2011-06-28
Rename pmhandle_t to alpm_handle_t
Allan McRae
1
-7
/
+7
2011-06-27
Fix several -Wshadow warnings
Dan McGee
1
-9
/
+9
2011-06-24
Make sync DB reading a bit more flexible
Dan McGee
1
-19
/
+27
2011-06-24
archive_fgets(): ensure we return any trailing text with no newline
Dan McGee
1
-6
/
+12
2011-06-20
Clean up util md5sum method
Dan McGee
1
-2
/
+1
2011-06-14
Switch all logging to use handle directly
Dan McGee
1
-26
/
+25
2011-06-14
Move pm_errno onto the handle
Dan McGee
1
-26
/
+28
2011-06-09
Require handle argument to all alpm_option_(get|set)_*() methods
Dan McGee
1
-5
/
+7
[prev]
[next]