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
/
trans.h
Age
Commit message (
Expand
)
Author
2007-12-10
Update GNU GPL boilerplate and copyright dates
Dan McGee
2007-11-16
War on whitespace
Dan McGee
2007-11-14
Remove REQUIREDBY usage from libalpm
Dan McGee
2007-11-04
Readd scriptlet logging that got lost in an earlier commit
Dan McGee
2007-08-16
Fix some errors spit out by -Wextra
Dan McGee
2007-06-02
Remove freespace checking code
Dan McGee
2007-04-29
libalpm util.c and util.h cleanup
Dan McGee
2007-04-27
Remove FREETRANS macro and correctly type _alpm_trans_free
Dan McGee
2007-03-06
* Added missing header include guards in md5.h and sha1.h.
Dan McGee
2007-02-20
* Updated conflict checking one last time. You can finally have a file move
Dan McGee
2007-02-18
Moved the update_depends function to trans.c, as it depends on a transaction
Aaron Griffin
2007-01-24
This mainly deals with code clarity- removing currently unneeded
Aaron Griffin
2007-01-19
Preliminary checkin for alpm_list conversion
Aaron Griffin
2006-11-20
* repo-add script - to add entries to a db file directly from package data (n...
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-07-14
Patch from FW: Better control over CTRL-C interruptions -- do not leave the D...
Judd Vinet
2006-07-14
spelling fix
Judd Vinet
2006-03-04
- changed flags type from char to int
Aurelien Foret
2006-02-22
improved _alpm_list_free handling
Aurelien Foret
2006-02-17
prepend library function names with _alpm (helped with the patch from VMiklos...
Aurelien Foret
2006-01-07
sync_commit can now return conflicting files with a trans_prepare like data s...
Aurelien Foret
2006-01-02
patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION
Judd Vinet
2005-11-07
fixed compilation warnings
Aurelien Foret
2005-10-10
Fixed EVENT and QUESTION macros
Aurelien Foret
2005-10-09
added conversation callback support for transactions
Judd Vinet
2005-10-07
Merging in recent fixes/additions from 2.9.7
Judd Vinet
2005-05-04
event transaction callback rework to prepare the introduction of a conversati...
Aurelien Foret
2005-04-24
code cleanup
Aurelien Foret
2005-04-16
- reworked transaction prototypes
Aurelien Foret
2005-04-06
reverted back to trans->packages instead of install and remove queues
Aurelien Foret
2005-04-06
replaced transaction 'packages' field by 2 queues: one for packages to be ins...
Aurelien Foret
2005-03-15
Initial revision
Judd Vinet