index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-07 | Update copyright years for 2011 | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-03-14 | Bump copyright dates to 2010 | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-07-01 | Update copyright headers and messages | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-12-10 | Update GNU GPL boilerplate and copyright dates | Dan McGee | |
Update the GPL boilerplate to direct people to the GNU website for a copy of the license, as well as bump all of Judd's copyrights to 2007. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-12-04 | libalpm/backup.c : simple refactoring. | Chantry Xavier | |
Signed-off-by: Chantry Xavier <shiningxc@gmail.com> | |||
2007-11-16 | War on whitespace | Dan McGee | |
Run the kernel's cleanfile script on all of our source files. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-06-05 | Const correctness! | Dan McGee | |
Add some 'const' keywords all over the code to make it a bit more strict on what you can and can't do with data. This is especially important when we return pointers to the pacman frontend- ideally this would always be untouchable data. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-02-17 | * A whole mess of backup changes | Aaron Griffin | |
- the code should be clearer, more organized, commented, and have worthwhile variable names now - proactive backup=()s now work. That is, adding a file to a backup array does what it should on the upgrade to that package, no longer forcing you to wait a full upgrade cycle for it to take effect * ldconfig was being run twice on an upgrade operation - fixed * fixed another pm_fprintf/printf output corruption with the progress bars * refactored some duplicate code for adjusting 'requiredby' lists * Added config.rpath to .cvsignore | |||
2007-01-19 | Preliminary checkin for alpm_list conversion | Aaron Griffin | |
* renamed pmlist_t -> alpm_list_t * made alpm_list_t a public type (alpm_list.h header) * removed additional storage for registered DBs in pacman source * some code cleanup * removed duplicate (pm)list_display functions from pacman source * misc code cleanup | |||
2006-10-20 | A handful of minor changes: | Aaron Griffin | |
* Removed the PMList typedef, in favor of the same naming scheme other structs use 'pmlist_t' * Added a time stamp on debug output, to make it more informational * Moved alpm_db_register to _alpm_db_register, making the public function not take a callback parameter | |||
2006-01-02 | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | |
2005-05-04 | code cleanup | Aurelien Foret | |
2005-03-15 | Initial revision | Judd Vinet | |