platform/upstream/libzypp.git
18 years ago- Add "openSUSE", "ATI Technologies Inc." and "Nvidia" to
Michael Andres [Mon, 17 Jul 2006 11:02:26 +0000 (11:02 +0000)]
- Add "openSUSE", "ATI Technologies Inc." and "Nvidia" to
  trusted vendors. (#189573)

18 years agoforward-port fix for #191311 stalle tmpfile
Duncan Mac-Vicar P [Thu, 13 Jul 2006 11:03:01 +0000 (11:03 +0000)]
forward-port fix for #191311 stalle tmpfile

18 years agoignore
Duncan Mac-Vicar P [Tue, 11 Jul 2006 16:03:02 +0000 (16:03 +0000)]
ignore

18 years agomake the cache initializer testeable
Duncan Mac-Vicar P [Tue, 11 Jul 2006 15:54:34 +0000 (15:54 +0000)]
make the cache initializer testeable

18 years ago- Added result asserts to test_url2, test_url3, test_url4
Marius Tomaschewski [Tue, 11 Jul 2006 15:34:52 +0000 (15:34 +0000)]
- Added result asserts to test_url2, test_url3, test_url4
- Merged test cases test_url and test_url5 into test_url1

18 years agomissing
Duncan Mac-Vicar P [Tue, 11 Jul 2006 14:36:06 +0000 (14:36 +0000)]
missing

18 years agonot use dejagnu for zypp core testcases.
Duncan Mac-Vicar P [Tue, 11 Jul 2006 14:07:54 +0000 (14:07 +0000)]
not use dejagnu for zypp core testcases.
Por Url testcases in a single Url.cc testsuite. Marious should add the
assertions to test_url3,4 5

18 years ago- finally the cacher and parser connect together
Duncan Mac-Vicar P [Tue, 11 Jul 2006 09:52:42 +0000 (09:52 +0000)]
- finally the cacher and parser connect together

18 years agomonday progres...
Duncan Mac-Vicar P [Mon, 10 Jul 2006 16:32:19 +0000 (16:32 +0000)]
monday progres...

YUMSOurceCacher downloads metadata,
using MediaSetAccess, trying to
connect it with the source cache now
and parse it with sax

18 years ago- first working checksum checker
Duncan Mac-Vicar P [Fri, 7 Jul 2006 14:37:22 +0000 (14:37 +0000)]
- first working checksum checker
- removeunused istream constructor

18 years ago- new testcases for core classes
Duncan Mac-Vicar P [Fri, 7 Jul 2006 13:20:46 +0000 (13:20 +0000)]
- new testcases for core classes
- ported some of the old ones to boost:test
- PublicKey test, embed the key in the code because
  I have no idea to know the path of a file from a testcase

18 years agofile checkers
Duncan Mac-Vicar P [Thu, 6 Jul 2006 16:22:54 +0000 (16:22 +0000)]
file checkers

18 years ago- Bug #172608, changed to implement default constructor
Marius Tomaschewski [Thu, 6 Jul 2006 14:52:39 +0000 (14:52 +0000)]
- Bug #172608, changed to implement default constructor
  in the UrlBase.cc instead of an inline implementation.
- Fixed to use proper character set for fragment encoding
  (it is not necessary to encode the "@/?" characters)

18 years agomore progress on fixing horrible broken design:
Duncan Mac-Vicar P [Wed, 5 Jul 2006 16:31:27 +0000 (16:31 +0000)]
more progress on fixing horrible broken design:

- This class (probably will be renamed later) is what media set always
  should have been.
- basically ripping out code from SourceImpl that not belongs there,
  togeether with code from MediaSet, and making it not coupled with
sources, therefore teteable as a unit.

18 years agomore skeletons
Duncan Mac-Vicar P [Tue, 4 Jul 2006 16:51:11 +0000 (16:51 +0000)]
more skeletons

18 years agoadded a minimalistic package for the build service
Martin Vidner [Tue, 4 Jul 2006 07:47:56 +0000 (07:47 +0000)]
added a minimalistic package for the build service

18 years agomove initializing code to a separate class, it will be easier for testing
Duncan Mac-Vicar P [Mon, 3 Jul 2006 15:02:34 +0000 (15:02 +0000)]
move initializing code to a separate class, it will be easier for testing

18 years agocomment boost docu
Duncan Mac-Vicar P [Fri, 30 Jun 2006 13:56:49 +0000 (13:56 +0000)]
comment boost docu

18 years ago- PublicKey testcase to boost
Duncan Mac-Vicar P [Fri, 30 Jun 2006 13:51:26 +0000 (13:51 +0000)]
- PublicKey testcase to boost

18 years ago- Add testcase for CheckSum
Duncan Mac-Vicar P [Fri, 30 Jun 2006 13:40:59 +0000 (13:40 +0000)]
- Add testcase for CheckSum
- start using Boost::Test for complex testcases

18 years ago- Make checksum throw if invalid at construction
Duncan Mac-Vicar P [Fri, 30 Jun 2006 11:20:16 +0000 (11:20 +0000)]
- Make checksum throw if invalid at construction
- move checksum code to a cc file. It was growing too much to be
kept in a header
- svn:ignore

18 years agomove utils to here
Duncan Mac-Vicar P [Thu, 29 Jun 2006 16:23:18 +0000 (16:23 +0000)]
move utils to here

18 years agomore cache improveements
Duncan Mac-Vicar P [Thu, 29 Jun 2006 16:22:54 +0000 (16:22 +0000)]
more cache improveements

18 years ago- this will be the common classes to transport data from parsers to
Duncan Mac-Vicar P [Thu, 29 Jun 2006 13:48:03 +0000 (13:48 +0000)]
- this will be the common classes to transport data from parsers to
  cache as we cant expose the sqlite schema to source cachers or then
  we will need to fix it everywhere if the schema changed

  so we will say goodbye to yum data soon.

18 years ago- Updated MediaCurl URL query parameters documentation.
Marius Tomaschewski [Thu, 29 Jun 2006 10:14:47 +0000 (10:14 +0000)]
- Updated MediaCurl URL query parameters documentation.

18 years agomade callback messages human readable
Martin Vidner [Thu, 29 Jun 2006 08:53:01 +0000 (08:53 +0000)]
made callback messages human readable

18 years agocompile
Duncan Mac-Vicar P [Wed, 28 Jun 2006 17:24:29 +0000 (17:24 +0000)]
compile

18 years agoSourceCacher will be the class responsible for:
Duncan Mac-Vicar P [Wed, 28 Jun 2006 16:07:23 +0000 (16:07 +0000)]
SourceCacher will be the class responsible for:
- download metadata (and checking)
- insert data to cache (not directly, trough SourceCache)
- mean to be subclassed by YUM and SuSEtags

SourceCache:
- recives structs with data and inserts into the database

Later, we introduce a source which uses SourceCache to create
resolvables

18 years agoadditional output
Stefan Schubert [Wed, 28 Jun 2006 15:27:16 +0000 (15:27 +0000)]
additional output

18 years agono bash for i668 available
Stefan Schubert [Wed, 28 Jun 2006 14:53:36 +0000 (14:53 +0000)]
no bash for i668 available

18 years agosolutions added
Stefan Schubert [Wed, 28 Jun 2006 14:42:40 +0000 (14:42 +0000)]
solutions added

18 years agoadded build.mvidner
Martin Vidner [Wed, 28 Jun 2006 14:14:08 +0000 (14:14 +0000)]
added build.mvidner

18 years agoremoved some dependencies in order to get a define result
Stefan Schubert [Wed, 28 Jun 2006 13:53:44 +0000 (13:53 +0000)]
removed some dependencies in order to get a define result

18 years agoinstalling package will be shown now
Stefan Schubert [Wed, 28 Jun 2006 13:40:43 +0000 (13:40 +0000)]
installing package will be shown now

18 years agoported to libzypp
Martin Vidner [Wed, 28 Jun 2006 13:14:03 +0000 (13:14 +0000)]
ported to libzypp

18 years agoordering output
Stefan Schubert [Wed, 28 Jun 2006 13:10:55 +0000 (13:10 +0000)]
ordering output

18 years agoordering output
Stefan Schubert [Wed, 28 Jun 2006 13:10:49 +0000 (13:10 +0000)]
ordering output

18 years agoadded dumpRangeLine
Michael Andres [Wed, 28 Jun 2006 12:50:17 +0000 (12:50 +0000)]
added dumpRangeLine

18 years agoit is better not calling this testcase at all
Stefan Schubert [Wed, 28 Jun 2006 12:00:01 +0000 (12:00 +0000)]
it is better not calling this testcase at all

18 years agoordering has been changed
Stefan Schubert [Wed, 28 Jun 2006 11:45:37 +0000 (11:45 +0000)]
ordering has been changed

18 years agoatoms will not be regarded for update anymore Bug 184714
Stefan Schubert [Wed, 28 Jun 2006 11:43:53 +0000 (11:43 +0000)]
atoms will not be regarded for update anymore Bug 184714

18 years ago- updated changelog (disabled automounter disabling)
Marius Tomaschewski [Wed, 28 Jun 2006 11:21:13 +0000 (11:21 +0000)]
- updated changelog (disabled automounter disabling)

18 years ago- deactivated media manager code disabling the automounter
Marius Tomaschewski [Wed, 28 Jun 2006 11:20:44 +0000 (11:20 +0000)]
- deactivated media manager code disabling the automounter

18 years agooutput has been changed
Stefan Schubert [Wed, 28 Jun 2006 10:54:37 +0000 (10:54 +0000)]
output has been changed

18 years ago- allow to set SourceInfo bools as undeterminate too.
Duncan Mac-Vicar P [Wed, 28 Jun 2006 09:37:26 +0000 (09:37 +0000)]
- allow to set SourceInfo bools as undeterminate too.
- implement knownSources()
- test it in a test program

18 years agonvidia has wrong modalias dependencies
Stefan Schubert [Wed, 28 Jun 2006 09:30:07 +0000 (09:30 +0000)]
nvidia has wrong modalias dependencies

18 years agoadded installation_sources from y2pm,
Martin Vidner [Wed, 28 Jun 2006 09:19:28 +0000 (09:19 +0000)]
added installation_sources from y2pm,
https://svn.suse.de/svn/yast/trunk/packagemanager/src r25445

18 years agodoes not run without system resolvable
Stefan Schubert [Wed, 28 Jun 2006 08:16:22 +0000 (08:16 +0000)]
does not run without system resolvable

18 years agopropset svn:ignore
Michael Andres [Tue, 27 Jun 2006 22:41:12 +0000 (22:41 +0000)]
propset svn:ignore

18 years agocan initialize the KnownSourcesCache, and import the old sources.
Duncan Mac-Vicar P [Tue, 27 Jun 2006 16:19:00 +0000 (16:19 +0000)]
can initialize the KnownSourcesCache, and import the old sources.
next steps: implement knownSources, port SourceManager

18 years agofixed CheckSum Stream output operator
Michael Andres [Tue, 27 Jun 2006 12:02:15 +0000 (12:02 +0000)]
fixed CheckSum Stream output operator

18 years agopropset svn:ignore
Michael Andres [Tue, 27 Jun 2006 09:53:35 +0000 (09:53 +0000)]
propset svn:ignore

18 years agouse common code to detemine the system architecture
Michael Andres [Tue, 27 Jun 2006 09:48:06 +0000 (09:48 +0000)]
use common code to detemine the system architecture

18 years agoadd sqlite to spec
Duncan Mac-Vicar P [Mon, 26 Jun 2006 19:32:51 +0000 (19:32 +0000)]
add sqlite to spec

18 years agochanges
Duncan Mac-Vicar P [Mon, 26 Jun 2006 15:27:34 +0000 (15:27 +0000)]
changes

18 years ago- fix refresh in trunk, aka #186115
Duncan Mac-Vicar P [Mon, 26 Jun 2006 15:16:33 +0000 (15:16 +0000)]
- fix refresh in trunk, aka #186115

18 years ago- adapt everything to SourceInfo with accesors and tribool status
Duncan Mac-Vicar P [Mon, 26 Jun 2006 09:25:28 +0000 (09:25 +0000)]
- adapt everything to SourceInfo with accesors and tribool status
for autorefresh and enabled

18 years agoadd sqlite check for sqlite source
Duncan Mac-Vicar P [Mon, 26 Jun 2006 09:24:45 +0000 (09:24 +0000)]
add sqlite check for sqlite source

18 years agofix path for downloading unsigned sources
Duncan Mac-Vicar P [Fri, 23 Jun 2006 15:18:12 +0000 (15:18 +0000)]
fix path for downloading unsigned sources

18 years agoRemoved obsoete @Review stuff
Michael Andres [Fri, 23 Jun 2006 13:50:58 +0000 (13:50 +0000)]
Removed obsoete @Review stuff

18 years agofix revisions of forward ports
Duncan Mac-Vicar P [Fri, 23 Jun 2006 11:49:48 +0000 (11:49 +0000)]
fix revisions of forward ports

18 years agoforward port
Duncan Mac-Vicar P [Fri, 23 Jun 2006 11:48:47 +0000 (11:48 +0000)]
forward port

18 years ago- forward port from SLE branch
Duncan Mac-Vicar P [Fri, 23 Jun 2006 11:48:14 +0000 (11:48 +0000)]
- forward port from SLE branch

18 years agoUnify SourceInfo class, probably breaks backend, I will fix it after
Duncan Mac-Vicar P [Fri, 23 Jun 2006 10:15:04 +0000 (10:15 +0000)]
Unify SourceInfo class, probably breaks backend, I will fix it after
lunch.

This class includes a trstate autorefresh, supposed to fix the
non working autorefresh.

18 years agobackport ma changes
Duncan Mac-Vicar P [Thu, 22 Jun 2006 14:26:33 +0000 (14:26 +0000)]
backport ma changes

18 years ago- testcases for PublicKey class
Duncan Mac-Vicar P [Thu, 22 Jun 2006 14:23:30 +0000 (14:23 +0000)]
- testcases for PublicKey class

18 years agofork of Klaus dbsource, will be used as cache soon or later
Duncan Mac-Vicar P [Thu, 22 Jun 2006 14:14:22 +0000 (14:14 +0000)]
fork of Klaus dbsource, will be used as cache soon or later
as we redesign the sources.

18 years agoto be filled. as discussed with ma
Duncan Mac-Vicar P [Thu, 22 Jun 2006 14:12:00 +0000 (14:12 +0000)]
to be filled. as discussed with ma

18 years agobackport from sles
Duncan Mac-Vicar P [Wed, 21 Jun 2006 14:17:26 +0000 (14:17 +0000)]
backport from sles

18 years ago- Hook modalias() supplements without package to "kernel" (#184840)
Duncan Mac-Vicar P [Wed, 21 Jun 2006 14:15:56 +0000 (14:15 +0000)]
- Hook modalias() supplements without package to "kernel" (#184840)
- Keep modalias() supplements without package in place (#184840)
- Allow on-demand SourceManager::restore() (#186678)

18 years ago- Source::provideResolvables not implemented in yum source type.
Duncan Mac-Vicar P [Wed, 21 Jun 2006 14:11:10 +0000 (14:11 +0000)]
- Source::provideResolvables not implemented in yum source type.
  Product not set for packages that are available from update source
  (#186920)
- Strip self provides without edition in Resolvable ctor.
  (#186079)

18 years agonew PublicKey class to replace the dumb struct in KeyRing later
Duncan Mac-Vicar P [Tue, 20 Jun 2006 16:40:57 +0000 (16:40 +0000)]
new PublicKey class to replace the dumb struct in KeyRing later

18 years agoadd test for translated text
Duncan Mac-Vicar P [Tue, 20 Jun 2006 11:13:04 +0000 (11:13 +0000)]
add test for translated text

18 years agomerge make-it-cool
Duncan Mac-Vicar P [Mon, 19 Jun 2006 13:58:17 +0000 (13:58 +0000)]
merge make-it-cool

- download algorithm
- target timestamp

18 years ago- Updated changelog - Bug #181606 (resolve mount point paths)
Marius Tomaschewski [Mon, 19 Jun 2006 13:24:23 +0000 (13:24 +0000)]
- Updated changelog - Bug #181606 (resolve mount point paths)

18 years ago- Fix for Bug #181606 - impropelly resolved path names
Marius Tomaschewski [Mon, 19 Jun 2006 13:21:09 +0000 (13:21 +0000)]
- Fix for Bug #181606 - impropelly resolved path names
  was compared with resolved mount points.

18 years agochanges
Duncan Mac-Vicar P [Mon, 19 Jun 2006 12:29:46 +0000 (12:29 +0000)]
changes

18 years agochanges
Duncan Mac-Vicar P [Mon, 19 Jun 2006 11:52:49 +0000 (11:52 +0000)]
changes

18 years agoright fix for tmpdir initialized in static constructor
Duncan Mac-Vicar P [Mon, 19 Jun 2006 11:50:34 +0000 (11:50 +0000)]
right fix for tmpdir initialized in static constructor

18 years agoimprove log
Klaus Kaempf [Fri, 16 Jun 2006 10:01:18 +0000 (10:01 +0000)]
improve log

18 years agorev
Martin Vidner [Thu, 15 Jun 2006 16:57:10 +0000 (16:57 +0000)]
rev

18 years agoautodocs: use find+xargs to overcome command length limit,
Martin Vidner [Thu, 15 Jun 2006 15:49:31 +0000 (15:49 +0000)]
autodocs: use find+xargs to overcome command length limit,
do not call doxygen unnecessarily (#185334).

18 years agoDont warn on incompleting uninstalled resolvables (#185197)
Klaus Kaempf [Thu, 15 Jun 2006 05:31:38 +0000 (05:31 +0000)]
Dont warn on incompleting uninstalled resolvables (#185197)

18 years agodont use getZYpp() in static constructor
Klaus Kaempf [Thu, 15 Jun 2006 05:25:23 +0000 (05:25 +0000)]
dont use getZYpp() in static constructor

18 years agobump
Klaus Kaempf [Wed, 14 Jun 2006 20:45:30 +0000 (20:45 +0000)]
bump

18 years agodont just install an atom on establishing, they're only installed via patches
Klaus Kaempf [Wed, 14 Jun 2006 20:42:58 +0000 (20:42 +0000)]
dont just install an atom on establishing, they're only installed via patches

18 years agochanges
Duncan Mac-Vicar P [Wed, 14 Jun 2006 15:27:24 +0000 (15:27 +0000)]
changes

18 years ago- fix for the last stall tmpfile (#178292)
Duncan Mac-Vicar P [Wed, 14 Jun 2006 15:26:15 +0000 (15:26 +0000)]
- fix for the last stall tmpfile (#178292)

18 years agomake primary.xml validates, patches still dont do it
Duncan Mac-Vicar P [Wed, 14 Jun 2006 15:24:07 +0000 (15:24 +0000)]
make primary.xml validates, patches still dont do it

18 years agolog call to refresh()
Klaus Kaempf [Wed, 14 Jun 2006 14:11:49 +0000 (14:11 +0000)]
log call to refresh()

18 years agoordering has been changed
Stefan Schubert [Wed, 14 Jun 2006 13:59:19 +0000 (13:59 +0000)]
ordering has been changed

18 years agoordering has been changed
Stefan Schubert [Wed, 14 Jun 2006 13:58:11 +0000 (13:58 +0000)]
ordering has been changed

18 years agoordering has been changed
Stefan Schubert [Wed, 14 Jun 2006 13:52:28 +0000 (13:52 +0000)]
ordering has been changed

18 years agoadded zypp/source/PackageDelta.cc
Michael Andres [Wed, 14 Jun 2006 13:41:11 +0000 (13:41 +0000)]
added zypp/source/PackageDelta.cc

18 years agoadded CheckSum operator!= and ostream operator<<
Michael Andres [Wed, 14 Jun 2006 13:40:19 +0000 (13:40 +0000)]
added CheckSum operator!= and ostream operator<<

18 years agoother layout
Stefan Schubert [Wed, 14 Jun 2006 12:23:08 +0000 (12:23 +0000)]
other layout

18 years agonovfs-kmp-default will not be selected anymore --> expected
Stefan Schubert [Wed, 14 Jun 2006 12:12:07 +0000 (12:12 +0000)]
novfs-kmp-default will not be selected anymore --> expected

18 years ago- moved implementation specific, patch/delta related structs to
Michael Andres [Wed, 14 Jun 2006 11:58:04 +0000 (11:58 +0000)]
- moved implementation specific, patch/delta related structs to
  zypp/source/PackageDelta.h

18 years agobump rev
Klaus Kaempf [Wed, 14 Jun 2006 10:44:27 +0000 (10:44 +0000)]
bump rev

18 years agorefactor last change again to get all relevant Source data
Klaus Kaempf [Wed, 14 Jun 2006 10:42:03 +0000 (10:42 +0000)]
refactor last change again to get all relevant Source data