W3C CVS

CVS log for rpmfind/autoupdate.c

[BACK] Up to [Public] / rpmfind

Request diff between arbitrary revisions


Default branch: 1

Revision 1.49 / (download) - annotate - [select for diffs] , Tue Sep 12 18:15:30 2000 UTC (8 years, 1 month ago) by veillard
CVS Tags: RPMFIND_1_6, HEAD
Changes since 1.48: +6 -3 lines
Diff to previous 1.48 (colored)
Fixed autoupgrade which was forcing too many packages, daniel.

Revision 1.48 / (download) - annotate - [select for diffs] , Mon Aug 28 09:29:17 2000 UTC (8 years, 1 month ago) by veillard
Changes since 1.47: +9 -5 lines
Diff to previous 1.47 (colored)
Made the progressive resolution less verbose, Daniel.

Revision 1.47 / (download) - annotate - [select for diffs] , Mon Aug 28 09:25:46 2000 UTC (8 years, 1 month ago) by veillard
Changes since 1.46: +371 -43 lines
Diff to previous 1.46 (colored)
Added a different algorithm for conflict resolution by sorting
packages with dependancies, theorically insufficient but helpful
anyway in practice, Daniel

Revision 1.46 / (download) - annotate - [select for diffs] , Fri Aug 25 13:28:32 2000 UTC (8 years, 1 month ago) by veillard
Changes since 1.45: +54 -26 lines
Diff to previous 1.45 (colored)
grin .. never finished, Daniel.

Revision 1.45 / (download) - annotate - [select for diffs] , Fri Aug 25 12:30:24 2000 UTC (8 years, 1 month ago) by veillard
Changes since 1.44: +2 -1 lines
Diff to previous 1.44 (colored)
chased another stupid bug, Daniel

Revision 1.44 / (download) - annotate - [select for diffs] , Fri Aug 25 11:24:56 2000 UTC (8 years, 1 month ago) by veillard
Changes since 1.43: +1 -25 lines
Diff to previous 1.43 (colored)
Fixed 2 more errors, Daniel.

Revision 1.43 / (download) - annotate - [select for diffs] , Fri Aug 25 11:04:14 2000 UTC (8 years, 1 month ago) by veillard
Changes since 1.42: +15 -18 lines
Diff to previous 1.42 (colored)
changes to recursive behaviour in resulution algorithm, Daniel.

Revision 1.42 / (download) - annotate - [select for diffs] , Fri Aug 25 01:41:32 2000 UTC (8 years, 1 month ago) by veillard
Changes since 1.41: +68 -57 lines
Diff to previous 1.41 (colored)
Can upgrade 6.2 to pinstripe, rpm is the weak factor, Daniel.

Revision 1.41 / (download) - annotate - [select for diffs] , Fri Aug 25 00:18:23 2000 UTC (8 years, 1 month ago) by veillard
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)
Samll fix in autoupgradeLookupDep, Daniel

Revision 1.40 / (download) - annotate - [select for diffs] , Thu Aug 24 22:36:41 2000 UTC (8 years, 1 month ago) by veillard
Changes since 1.39: +6 -180 lines
Diff to previous 1.39 (colored)
Seems to work better, Daniel.

Revision 1.39 / (download) - annotate - [select for diffs] , Thu Aug 24 22:11:47 2000 UTC (8 years, 1 month ago) by veillard
Changes since 1.38: +11 -5 lines
Diff to previous 1.38 (colored)
more debugging on replace, Daniel.

Revision 1.38 / (download) - annotate - [select for diffs] , Thu Aug 24 21:51:23 2000 UTC (8 years, 1 month ago) by veillard
Changes since 1.37: +51 -11 lines
Diff to previous 1.37 (colored)
trying to introduce remapping, Daniel.

Revision 1.37 / (download) - annotate - [select for diffs] , Thu Aug 24 21:18:11 2000 UTC (8 years, 1 month ago) by veillard
Changes since 1.36: +251 -14 lines
Diff to previous 1.36 (colored)
test, Daniel.

Revision 1.36 / (download) - annotate - [select for diffs] , Thu Aug 24 19:04:32 2000 UTC (8 years, 1 month ago) by veillard
Changes since 1.35: +149 -12 lines
Diff to previous 1.35 (colored)
Work on autoupgrade from 6.2 to 7.0, Daniel

Revision 1.35 / (download) - annotate - [select for diffs] , Thu Aug 24 12:33:31 2000 UTC (8 years, 1 month ago) by veillard
Changes since 1.34: +7 -2 lines
Diff to previous 1.34 (colored)
better autoupgrade initial list, Daniel

Revision 1.34 / (download) - annotate - [select for diffs] , Tue Aug 22 11:00:24 2000 UTC (8 years, 1 month ago) by veillard
Changes since 1.33: +24 -4 lines
Diff to previous 1.33 (colored)
Applied "Yoshi.KAJIKI" <kajiki@3dpro.tao.go.jp> patch for release change
detections on autoupgrades, great !, Daniel

Revision 1.33 / (download) - annotate - [select for diffs] , Sun Jul 9 10:08:13 2000 UTC (8 years, 3 months ago) by veillard
Changes since 1.32: +26 -14 lines
Diff to previous 1.32 (colored)
added nodelete, updated TODO, Daniel.

Revision 1.32 / (download) - annotate - [select for diffs] , Wed Jun 21 19:18:13 2000 UTC (8 years, 3 months ago) by daniel
CVS Tags: RPMFINd_1_5
Changes since 1.31: +104 -55 lines
Diff to previous 1.31 (colored)
More bug fixing, applied Jeff Johnson <jbj@redhat.com>, set of patches, Daniel

Revision 1.31 / (download) - annotate - [select for diffs] , Wed Jun 21 19:10:05 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.30: +12 -1 lines
Diff to previous 1.30 (colored)
- loading libc first in autoupgrades
- added --dist option
- fixed incompatibilities in teh RDF lib with libxml2
Daniel

Revision 1.30 / (download) - annotate - [select for diffs] , Wed Jun 21 13:26:51 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.29: +107 -28 lines
Diff to previous 1.29 (colored)
Applied Jeff Johnson <jbj@redhat.com> patches for rpm-4.0, Daniel.

Revision 1.29 / (download) - annotate - [select for diffs] , Wed May 31 09:02:53 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.28: +10 -8 lines
Diff to previous 1.28 (colored)
More work on autoupdate and package signature, daniel.

Revision 1.28 / (download) - annotate - [select for diffs] , Tue May 30 17:12:18 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.27: +2 -0 lines
Diff to previous 1.27 (colored)
Work on auto install of GPG/PGP, Daniel.

Revision 1.27 / (download) - annotate - [select for diffs] , Tue May 30 15:34:23 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)
Signature stuff, Daniel.

Revision 1.26 / (download) - annotate - [select for diffs] , Tue May 30 14:03:16 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.25: +20 -3 lines
Diff to previous 1.25 (colored)
started adding the framework for signature checking, modularization, Daniel.

Revision 1.25 / (download) - annotate - [select for diffs] , Tue May 30 10:20:16 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.24: +9 -2 lines
Diff to previous 1.24 (colored)
Added no_autoupgrade to the config file, Daniel.

Revision 1.24 / (download) - annotate - [select for diffs] , Mon May 29 14:43:27 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.23: +44 -65 lines
Diff to previous 1.23 (colored)
Fixed couple of remaining errors, added load balancing, Daniel

Revision 1.23 / (download) - annotate - [select for diffs] , Mon May 29 12:55:40 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.22: +148 -20 lines
Diff to previous 1.22 (colored)
Added autolookup of missing deps, Daniel

Revision 1.22 / (download) - annotate - [select for diffs] , Mon May 29 09:06:23 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.21: +63 -1 lines
Diff to previous 1.21 (colored)
Added the code to guess info from filenames if possible, Daniel.

Revision 1.21 / (download) - annotate - [select for diffs] , Sun May 28 14:36:11 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.20: +46 -12 lines
Diff to previous 1.20 (colored)
Fixed auto lookup of new deps

Revision 1.20 / (download) - annotate - [select for diffs] , Fri May 26 19:16:40 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.19: +20 -12 lines
Diff to previous 1.19 (colored)
New attempt, Daniel.

Revision 1.19 / (download) - annotate - [select for diffs] , Fri May 26 17:12:42 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.18: +97 -21 lines
Diff to previous 1.18 (colored)
applied patched for upcomings rpmlib version, Daniel.

Revision 1.18 / (download) - annotate - [select for diffs] , Tue Mar 21 11:39:13 2000 UTC (8 years, 6 months ago) by daniel
Changes since 1.17: +3 -0 lines
Diff to previous 1.17 (colored)
Upgraded to libxml2, frequent save of autoupgrade list, Daniel.

Revision 1.17 / (download) - annotate - [select for diffs] , Sun Feb 6 02:29:35 2000 UTC (8 years, 8 months ago) by daniel
Changes since 1.16: +14 -3 lines
Diff to previous 1.16 (colored)
Fixed an ugly filedescriptor leak bug, Daniel.

Revision 1.16 / (download) - annotate - [select for diffs] , Sun Feb 6 01:57:11 2000 UTC (8 years, 8 months ago) by veillard
Changes since 1.15: +12 -1 lines
Diff to previous 1.15 (colored)
Skipping kernel* by default ... Daniel

Revision 1.15 / (download) - annotate - [select for diffs] , Sat Feb 5 20:06:27 2000 UTC (8 years, 8 months ago) by veillard
Changes since 1.14: +17 -5 lines
Diff to previous 1.14 (colored)
Working/debugging on RH-6.0 to RH-6.1 upgrade, Daniel

Revision 1.14 / (download) - annotate - [select for diffs] , Sat Feb 5 18:58:06 2000 UTC (8 years, 8 months ago) by veillard
Changes since 1.13: +34 -25 lines
Diff to previous 1.13 (colored)
Fixed problems in batch mode, Daniel.

Revision 1.13 / (download) - annotate - [select for diffs] , Sat Feb 5 18:00:22 2000 UTC (8 years, 8 months ago) by daniel
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored)
Fixed verbosity and noarch prob, Daniel.

Revision 1.12 / (download) - annotate - [select for diffs] , Sat Feb 5 17:42:46 2000 UTC (8 years, 8 months ago) by daniel
Changes since 1.11: +242 -123 lines
Diff to previous 1.11 (colored)
Worked on batch updates, Daniel

Revision 1.11 / (download) - annotate - [select for diffs] , Fri Feb 4 23:53:43 2000 UTC (8 years, 8 months ago) by veillard
Changes since 1.10: +1 -11 lines
Diff to previous 1.10 (colored)
Fixed the multiple provides problem, daniel.

Revision 1.10 / (download) - annotate - [select for diffs] , Fri Feb 4 23:48:38 2000 UTC (8 years, 8 months ago) by daniel
Changes since 1.9: +37 -2 lines
Diff to previous 1.9 (colored)
Patch for possibly multiple package providing an updated resource, Daniel

Revision 1.9 / (download) - annotate - [select for diffs] , Wed Feb 2 18:53:56 2000 UTC (8 years, 8 months ago) by daniel
Changes since 1.8: +72 -16 lines
Diff to previous 1.8 (colored)
Commit of work in progress, Daniel.

Revision 1.8 / (download) - annotate - [select for diffs] , Wed Feb 2 02:15:59 2000 UTC (8 years, 8 months ago) by daniel
Changes since 1.7: +363 -30 lines
Diff to previous 1.7 (colored)
Lot of work on handling errors in autoupdates, Daniel

Revision 1.7 / (download) - annotate - [select for diffs] , Mon Jan 31 13:08:24 2000 UTC (8 years, 8 months ago) by daniel
Changes since 1.6: +178 -53 lines
Diff to previous 1.6 (colored)
Multiple upgrade dirs, single FTP session, reverse dir order, Daniel

Revision 1.6 / (download) - annotate - [select for diffs] , Mon Jan 31 12:57:55 2000 UTC (8 years, 8 months ago) by daniel
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored)
Avoid fteching .src.rpm or .spm, Daniel.

Revision 1.5 / (download) - annotate - [select for diffs] , Mon Jan 31 09:36:21 2000 UTC (8 years, 8 months ago) by daniel
Changes since 1.4: +20 -9 lines
Diff to previous 1.4 (colored)
Fixed a blurb for non-installed packages, Daniel.

Revision 1.4 / (download) - annotate - [select for diffs] , Sun Jan 30 19:05:01 2000 UTC (8 years, 8 months ago) by daniel
Changes since 1.3: +69 -33 lines
Diff to previous 1.3 (colored)
Seems to work now !, need to be extended though, Daniel.

Revision 1.3 / (download) - annotate - [select for diffs] , Sun Jan 30 17:49:14 2000 UTC (8 years, 8 months ago) by daniel
Changes since 1.2: +159 -117 lines
Diff to previous 1.2 (colored)
More fixups, Daniel.

Revision 1.2 / (download) - annotate - [select for diffs] , Sat Jan 29 23:14:14 2000 UTC (8 years, 8 months ago) by daniel
Changes since 1.1: +23 -12 lines
Diff to previous 1.1 (colored)
More work seems needed on autoupgrades :-(, Daniel.

Revision 1.1 / (download) - annotate - [select for diffs] , Sat Jan 29 22:53:23 2000 UTC (8 years, 8 months ago) by daniel
Diff
Worked (a lot) on an autoupdate module, Daniel.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a 

Sort log by:

Webmaster