pacman/lib/libalpm
Aaron Griffin 92ad556512 * A whole mess of backup changes
- 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-02-17 08:55:05 +00:00
..
po * A whole mess of backup changes 2007-02-17 08:55:05 +00:00
.cvsignore added .cvsignore files 2006-03-27 17:17:35 +00:00
Doxyfile added Doxyfile 2005-11-21 22:14:32 +00:00
Makefile.am * Remove -fno-strict-aliasing as it is now unnecessary to compile. 2007-01-30 05:41:13 +00:00
add.c * A whole mess of backup changes 2007-02-17 08:55:05 +00:00
add.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
alpm.c * Removed needless checking of package infolevel- leave it to the 2007-02-14 05:34:21 +00:00
alpm.h * Updated the README file 2007-02-12 04:45:21 +00:00
alpm_list.c K. Piche <kpiche@rogers.com> 2007-01-30 07:47:19 +00:00
alpm_list.h * Removed unnecessary #define 2007-02-16 22:41:51 +00:00
backup.c * A whole mess of backup changes 2007-02-17 08:55:05 +00:00
backup.h * A whole mess of backup changes 2007-02-17 08:55:05 +00:00
be_files.c Removed desc_localized for the time being. We don't have localized 2007-02-13 01:46:33 +00:00
cache.c Fix corrupt DB entry handling when loading package entries. 2007-01-31 06:48:06 +00:00
cache.h This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
conflict.c * Updated a too-verbose message in pacman/add.c. (shouldn't be an issue withi 2007-02-14 04:52:17 +00:00
conflict.h This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
db.c Debug logging changes: 2007-01-31 06:10:21 +00:00
db.h slight line spacing/indent updates 2007-01-31 02:58:12 +00:00
deps.c * Removed unnecessary #define 2007-02-16 22:41:51 +00:00
deps.h * Forgot the int->enum header checkin 2007-01-31 08:10:01 +00:00
error.c * Fixed some missing error values in strerror 2007-02-09 10:10:49 +00:00
error.h * Cosmetic changes and typo fixes 2006-12-01 09:32:29 +00:00
group.c K. Piche <kevin.piche@cgi.com> 2007-01-30 08:14:10 +00:00
group.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
handle.c * Updated the README file 2007-02-12 04:45:21 +00:00
handle.h * Updated the README file 2007-02-12 04:45:21 +00:00
log.c This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
log.h K. Piche <kevin.piche@cgi.com> 2007-01-30 08:14:10 +00:00
md5.c Merged frugalware changes (too many to list). Also added some config file 2006-10-15 19:31:03 +00:00
md5.h Merged frugalware changes (too many to list). Also added some config file 2006-10-15 19:31:03 +00:00
md5driver.c K. Piche <kevin.piche@cgi.com> 2007-01-30 08:14:10 +00:00
package.c * A whole mess of backup changes 2007-02-17 08:55:05 +00:00
package.h * A whole mess of backup changes 2007-02-17 08:55:05 +00:00
provide.c K. Piche <kevin.piche@cgi.com> 2007-01-30 08:14:10 +00:00
provide.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
remove.c * A whole mess of backup changes 2007-02-17 08:55:05 +00:00
remove.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
server.c Wasn't clearing out the 'pkgname' variable, which was causing goofy output 2007-02-12 06:31:39 +00:00
server.h * Fixed some missing error values in strerror 2007-02-09 10:10:49 +00:00
sha1.c K. Piche <kevin.piche@cgi.com> 2007-01-30 08:14:10 +00:00
sha1.h Dan McGee <dpmcgee@gmail.com> 2007-01-18 16:52:57 +00:00
sync.c * Refactored conflict checking within packages. Profiling from Dan showed an 2007-02-13 08:15:38 +00:00
sync.h This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
trans.c K. Piche <kevin.piche@cgi.com> 2007-01-30 08:14:10 +00:00
trans.h This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
util.c * strlen -> mbstowcs (multibyte str to wide char str) conversion where we 2007-02-14 15:54:35 +00:00
util.h * strlen -> mbstowcs (multibyte str to wide char str) conversion where we 2007-02-14 15:54:35 +00:00
versioncmp.c * I made "alpm_versioncmp" public a while back, without noticing this was already done (alpm_pkg_vercmp). I dropped this change, making versioncmp "private" again. (alpm_versioncmp -> _alpm_versioncmp, hidden symbol) 2007-02-09 21:08:10 +00:00
versioncmp.h * Fix compile errors/warnings. 2007-02-09 21:54:57 +00:00