index
:
pacman
auto-pentium4
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pacman
/
add.c
Age
Commit message (
Expand
)
Author
2007-02-04
* Added archive verification when loading package metadata for -u and -A
Aaron Griffin
2007-02-03
Add newlines to error messages
Dan McGee
2007-02-01
* Tried to clean up newline display a bit in the frontend.
Dan McGee
2007-01-31
Debug logging changes:
Aaron Griffin
2007-01-31
More uninitialized stuff... I believe these were removed at some point. Should
Aaron Griffin
2007-01-24
* Shuffled some of the alpm_list free funtions - still not perfect, but better
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-22
* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)
Aaron Griffin
2006-11-22
* Fixed a double free which happened in 2 cases in --sync
Aaron Griffin
2006-11-20
* repo-add script - to add entries to a db file directly from package data (n...
Aaron Griffin
2006-11-14
* Numerous mini valgrind fixes.
Aaron Griffin
2006-10-15
Merged frugalware changes. Added a few other minor things too, but there's alot
Aaron Griffin
2006-05-15
first stage of i18n stuff from VMiklos
Judd Vinet
2006-02-05
added support for the PM_CONFLICT structure to handle file conflicts
Aurelien Foret
2006-01-27
added missing retval values in trans_release error cases
Aurelien Foret
2006-01-26
- fixed a compilation warning
Aurelien Foret
2006-01-17
code cleanup
Aurelien Foret
2006-01-13
code cleanup
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-10-29
fixed some compilation warnings
Aurelien Foret
2005-10-29
renamed pmconfig_t to config_t
Aurelien Foret
2005-10-28
added pmconfig_t structure to hold all the configuration
Aurelien Foret
2005-10-09
added conversation callback support for transactions
Judd Vinet
2005-04-17
fixed a user message
Aurelien Foret
2005-04-06
reworked MSG and ERR outputs
Aurelien Foret
2005-03-29
turned pmdepmissing_t into an opaque structure
Aurelien Foret
2005-03-19
Relocated log and transaction stuffs from pacman.c to log.c and trans.c
Aurelien Foret
2005-03-15
Initial revision
Judd Vinet