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
/
backup.c
Age
Commit message (
Expand
)
Author
2016-01-04
Update copyright years for 2016
Allan McRae
2015-10-27
Alpm, check for NULL in free-functions
Rikard Falkeborn
2015-02-01
Update copyright notices for 2015
Allan McRae
2014-12-24
_alpm_split_backup: free memory on error
Allan McRae
2014-11-18
_alpm_backup_dup: fix memory leak in error case
Allan McRae
2014-01-28
Remove ts and sw from vim modeline when noet is set
Florian Pritz
2014-01-06
Update copyright years for 2014
Allan McRae
2013-01-03
Update copyright year for 2013
Allan McRae
2012-02-20
Update copyright years
Allan McRae
2011-12-21
include config.h via Makefiles
Dave Reisner
2011-07-14
Allow fileconflict if unowned file moving into backup array
Dan McGee
2011-06-30
Fix a few warnings pointed out via clang scan-build
Dan McGee
2011-06-28
Rename pmbackup_t to alpm_backup_t
Allan McRae
2011-06-28
Rename pmpkg_t to alpm_pkg_t
Allan McRae
2011-06-27
Fix several -Wshadow warnings
Dan McGee
2011-06-22
Convert backup list to new pmbackup_t type
Dan McGee
2011-06-03
Remove ALPM_LOG_FUNC macro
Dan McGee
2011-03-20
Style change: return(x) --> return x
Dan McGee
2011-01-07
Update copyright years for 2011
Allan McRae
2010-03-14
Bump copyright dates to 2010
Dan McGee
2009-10-11
typing: a few more fixes for special int types
Dan McGee
2009-07-01
Update copyright headers and messages
Dan McGee
2008-03-23
memleak fix: ensure backup fname isn't lost if unused
Dan McGee
2007-12-10
Update GNU GPL boilerplate and copyright dates
Dan McGee
2007-12-04
libalpm/backup.c : simple refactoring.
Chantry Xavier
2007-11-16
War on whitespace
Dan McGee
2007-08-16
Remove support for SHA1 from pacman.
Andrew Fyfe
2007-06-05
Const correctness!
Dan McGee
2007-03-05
This commit looks much more monumental than it is. Almost all just #include
Dan McGee
2007-02-17
* A whole mess of backup changes
Aaron Griffin
2007-01-30
K. Piche <kevin.piche@cgi.com>
Aaron Griffin
2007-01-19
Preliminary checkin for alpm_list conversion
Aaron Griffin
2006-12-22
Cleanup from Dan McGee <dpmcgee@gmail.com> and Jürgen Hötzel <juergen@hoet...
Aaron Griffin
2006-10-31
Numerous changes:
Aaron Griffin
2006-10-20
A handful of minor changes:
Aaron Griffin
2006-10-15
Merged frugalware changes (too many to list). Also added some config file
Aaron Griffin
2006-01-02
patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION
Judd Vinet
2005-05-04
fixed a pointer error
Aurelien Foret
2005-05-04
code cleanup
Aurelien Foret
2005-03-15
Initial revision
Judd Vinet