platform/upstream/libzypp.git
18 years ago- Added Media Access Url documentation.
Marius Tomaschewski [Thu, 9 Mar 2006 16:56:35 +0000 (16:56 +0000)]
- Added Media Access Url documentation.

18 years ago- Fixed DBG message
Marius Tomaschewski [Thu, 9 Mar 2006 14:40:08 +0000 (14:40 +0000)]
- Fixed DBG message

18 years agowhen reading a empty arch string in patterns. Construct a noarch instead
Duncan Mac-Vicar P [Thu, 9 Mar 2006 14:31:16 +0000 (14:31 +0000)]
when reading a empty arch string in patterns. Construct a noarch instead
of a arch named empty string. Selections were already working that way.

Andreas, is there a bug opened for this?

CC: aj@suse.de
18 years agotypo
Michael Andres [Thu, 9 Mar 2006 12:30:36 +0000 (12:30 +0000)]
typo

18 years ago- added Example.EditionCompare
Michael Andres [Thu, 9 Mar 2006 12:27:44 +0000 (12:27 +0000)]
- added Example.EditionCompare

18 years ago- Bug #156147: extended MediaSet::rewriteUrl() to support
Marius Tomaschewski [Thu, 9 Mar 2006 11:42:43 +0000 (11:42 +0000)]
- Bug #156147: extended MediaSet::rewriteUrl() to support
  rewriting of the medianr in iso files / "iso:" urls.

18 years agotestcase for bug 155368; added ignore testcase, but they have to be checked again
Stefan Schubert [Thu, 9 Mar 2006 10:56:41 +0000 (10:56 +0000)]
testcase for bug 155368; added ignore testcase, but they have to be checked again

18 years agoBug 155368
Stefan Schubert [Thu, 9 Mar 2006 10:55:07 +0000 (10:55 +0000)]
Bug 155368

18 years ago- fixed ZYpp::removeResolvables (forwarded to _pimpl->addResolvables ;()
Michael Andres [Thu, 9 Mar 2006 10:03:35 +0000 (10:03 +0000)]
- fixed ZYpp::removeResolvables (forwarded to _pimpl->addResolvables ;()

18 years ago- Bug #156176: Added downloads() function.
Marius Tomaschewski [Thu, 9 Mar 2006 02:45:19 +0000 (02:45 +0000)]
- Bug #156176: Added downloads() function.

18 years ago- Changed url parameter to optional. If missed, iso
Marius Tomaschewski [Thu, 9 Mar 2006 01:37:54 +0000 (01:37 +0000)]
- Changed url parameter to optional. If missed, iso
  parameter has to point to the absolute iso file name.

18 years agoSourceManager:
Michael Andres [Wed, 8 Mar 2006 23:14:59 +0000 (23:14 +0000)]
SourceManager:
- Hide implementation details; removed superfluous 'smart pointer to smart pointer'
  usage.
- typedef SourceId: The numeric Id provided to access sources (and
  provided by Source_Ref, so no need for SourceManager to invent some)

18 years agoupdated ProvideNumericId doc
Michael Andres [Wed, 8 Mar 2006 21:58:59 +0000 (21:58 +0000)]
updated ProvideNumericId doc

18 years ago- support Pathname concatenation via operator/ (and /=)
Michael Andres [Wed, 8 Mar 2006 20:44:14 +0000 (20:44 +0000)]
- support Pathname concatenation via operator/ (and /=)

18 years agorenamed YUM parser classese to aviod name collision (#156037)
Jiri Srain [Wed, 8 Mar 2006 16:33:37 +0000 (16:33 +0000)]
renamed YUM parser classese to aviod name collision (#156037)

18 years agoAdd strict tags validation and artificial intelligence :-P to deal with broken Gnome...
Duncan Mac-Vicar P [Wed, 8 Mar 2006 15:50:18 +0000 (15:50 +0000)]
Add strict tags validation and artificial intelligence :-P to deal with broken Gnome (and other) selections. We detect now some common mistakes like opening tag twice, and open and closing another one, and nested multi-lists. Objects coming from ParseExceptioned files are now ignored. Please test, because it is a change that can break lot of stable stuff. At least all my testcases still pass.

18 years ago- updated SafeBool doc
Michael Andres [Wed, 8 Mar 2006 14:27:30 +0000 (14:27 +0000)]
- updated SafeBool doc
- fixed missing Source_Ref operator!=

18 years agocan reproduce the error
Stefan Schubert [Wed, 8 Mar 2006 13:23:58 +0000 (13:23 +0000)]
can reproduce the error

18 years agorelax locale() warning rule
Klaus Kaempf [Wed, 8 Mar 2006 12:20:07 +0000 (12:20 +0000)]
relax locale() warning rule

18 years agoreturn value in non-void function
Klaus Kaempf [Wed, 8 Mar 2006 11:34:16 +0000 (11:34 +0000)]
return value in non-void function

18 years agofixed stack overflow (ma)
Stefan Hundhammer [Wed, 8 Mar 2006 11:33:00 +0000 (11:33 +0000)]
fixed stack overflow (ma)

18 years agofixed stack overflow (ma)
Stefan Hundhammer [Wed, 8 Mar 2006 11:32:03 +0000 (11:32 +0000)]
fixed stack overflow (ma)

18 years agopick it
Duncan Mac-Vicar P [Wed, 8 Mar 2006 11:08:29 +0000 (11:08 +0000)]
pick it

18 years ago- fixed missing template arg to ProvideNumericId<>
Michael Andres [Wed, 8 Mar 2006 11:01:19 +0000 (11:01 +0000)]
- fixed missing template arg to ProvideNumericId<>

18 years agomake a dump of martins machine
Stefan Schubert [Wed, 8 Mar 2006 09:56:48 +0000 (09:56 +0000)]
make a dump of martins machine

18 years ago- Source:
Michael Andres [Tue, 7 Mar 2006 22:21:25 +0000 (22:21 +0000)]
- Source:
  - removed operator unspecified_bool_type, instead derive from base::SafeBool<Source_Ref>
  - added: typedef unsigned long NumericId; NumericId numericId() const;
    Providing a runtime unique numeric Source Id by deriving SourceImpl
    from base::ProvideNumericId<SourceImpl,Source_Ref::NumericId>.
    That's what e.g. SourceManager will have to use as Source id.

18 years agofixed missing return value
Michael Andres [Tue, 7 Mar 2006 22:15:37 +0000 (22:15 +0000)]
fixed missing return value

18 years ago- ProvideNumericId: template the id type (integral)
Michael Andres [Tue, 7 Mar 2006 22:14:54 +0000 (22:14 +0000)]
- ProvideNumericId: template the id type (integral)

18 years agolanguage tests
Klaus Kaempf [Tue, 7 Mar 2006 20:00:32 +0000 (20:00 +0000)]
language tests
add locale() provides to beta52-i386-packages.xml

18 years agomove zmd-backend out of library build into a separate directory
Klaus Kaempf [Tue, 7 Mar 2006 19:58:30 +0000 (19:58 +0000)]
move zmd-backend out of library build into a separate directory
  (with separate "make dist" and a separate package)

18 years agoadded special exception class for aborting installation (#154936)
Jiri Srain [Tue, 7 Mar 2006 18:12:17 +0000 (18:12 +0000)]
added special exception class for aborting installation (#154936)

18 years ago- fixed ResPoolProxy diffState
Michael Andres [Tue, 7 Mar 2006 17:44:46 +0000 (17:44 +0000)]
- fixed ResPoolProxy diffState

18 years agomove benchmark to its own file
Duncan Mac-Vicar P [Tue, 7 Mar 2006 17:02:43 +0000 (17:02 +0000)]
move benchmark to its own file

18 years ago- Changed to use url.asCompleteString() in comparison
Marius Tomaschewski [Tue, 7 Mar 2006 17:02:02 +0000 (17:02 +0000)]
- Changed to use url.asCompleteString() in comparison
  against stored url in removeSource function as well.

18 years ago- Changed to use url().asCompleteString (incl. passwd).
Marius Tomaschewski [Tue, 7 Mar 2006 16:53:40 +0000 (16:53 +0000)]
- Changed to use url().asCompleteString (incl. passwd).

18 years ago- Changed to use url.asCompleteString (include passwd)
Marius Tomaschewski [Tue, 7 Mar 2006 16:46:48 +0000 (16:46 +0000)]
- Changed to use url.asCompleteString (include passwd)

18 years ago- Added asCompleteString() call
Marius Tomaschewski [Tue, 7 Mar 2006 16:42:57 +0000 (16:42 +0000)]
- Added asCompleteString() call

18 years ago- Added asCompleteString() shortcut function that forces
Marius Tomaschewski [Tue, 7 Mar 2006 16:41:46 +0000 (16:41 +0000)]
- Added asCompleteString() shortcut function that forces
  returning of all URL components (incl. password)

18 years agoone more testcase
Duncan Mac-Vicar P [Tue, 7 Mar 2006 15:50:02 +0000 (15:50 +0000)]
one more testcase

18 years agofixed URL rewriting for CD2 and following (#154762)
Jiri Srain [Tue, 7 Mar 2006 15:11:57 +0000 (15:11 +0000)]
fixed URL rewriting for CD2 and following (#154762)

18 years agoonly complain once
Duncan Mac-Vicar P [Tue, 7 Mar 2006 14:58:57 +0000 (14:58 +0000)]
only complain once

18 years agouse macro to instanciate the test object
Duncan Mac-Vicar P [Tue, 7 Mar 2006 14:57:23 +0000 (14:57 +0000)]
use macro to instanciate the test object

18 years ago- fixed disk usage of removed packages (#155364)
Ladislav Slezak [Tue, 7 Mar 2006 13:18:09 +0000 (13:18 +0000)]
- fixed disk usage of removed packages (#155364)

18 years agosolution added
Stefan Schubert [Tue, 7 Mar 2006 12:48:14 +0000 (12:48 +0000)]
solution added

18 years agoadd debug to transactResObject()
Klaus Kaempf [Tue, 7 Mar 2006 12:39:34 +0000 (12:39 +0000)]
add debug to transactResObject()

18 years ago- removed superfluous ZYPP_DUMPON macro
Michael Andres [Tue, 7 Mar 2006 12:26:53 +0000 (12:26 +0000)]
- removed superfluous ZYPP_DUMPON macro

18 years agosilently ignore multiple installs of identical packages
Klaus Kaempf [Tue, 7 Mar 2006 12:26:11 +0000 (12:26 +0000)]
silently ignore multiple installs of identical packages

18 years agoincrement by one only
Klaus Kaempf [Tue, 7 Mar 2006 11:34:28 +0000 (11:34 +0000)]
increment by one only

18 years agotestcase for bug155368
Stefan Schubert [Tue, 7 Mar 2006 11:20:11 +0000 (11:20 +0000)]
testcase for bug155368

18 years agoworking with YaST log files in order get installed packages
Stefan Schubert [Tue, 7 Mar 2006 11:07:32 +0000 (11:07 +0000)]
working with YaST log files in order get installed packages

18 years agomore tests
Duncan Mac-Vicar P [Tue, 7 Mar 2006 10:28:50 +0000 (10:28 +0000)]
more tests

18 years agofilter added for special packages
Stefan Schubert [Tue, 7 Mar 2006 10:23:56 +0000 (10:23 +0000)]
filter added for special packages

18 years agofilter incompatible store objects before writing them into the table
Klaus Kaempf [Mon, 6 Mar 2006 21:21:11 +0000 (21:21 +0000)]
filter incompatible store objects before writing them into the table

18 years agodefault enabled to 'true' (workaround bug #155459)
Klaus Kaempf [Mon, 6 Mar 2006 18:27:39 +0000 (18:27 +0000)]
default enabled to 'true' (workaround bug #155459)

18 years agoadd debug
Klaus Kaempf [Mon, 6 Mar 2006 18:07:02 +0000 (18:07 +0000)]
add debug

18 years agosuse 10 source metadata
Duncan Mac-Vicar P [Mon, 6 Mar 2006 17:42:52 +0000 (17:42 +0000)]
suse 10 source metadata

18 years agomoved more tests to the class test
Duncan Mac-Vicar P [Mon, 6 Mar 2006 17:42:36 +0000 (17:42 +0000)]
moved more tests to the class test

18 years ago- Lowered isAttached retry limit (wait for mtab update)
Marius Tomaschewski [Mon, 6 Mar 2006 17:18:01 +0000 (17:18 +0000)]
- Lowered isAttached retry limit (wait for mtab update)

18 years ago- Fixed checkAttached to cache results only, if we've
Marius Tomaschewski [Mon, 6 Mar 2006 17:16:19 +0000 (17:16 +0000)]
- Fixed checkAttached to cache results only, if we've
  seen the physical device at least once after mount.
- Fixed checkAttached to accept block devices also in
  /dev subdirs (e.g. devmapper / lvm logical volumes).
- Fixed checkAttached to compare only same dev types.

18 years ago- Removed caching in getMountEntries, since it may
Marius Tomaschewski [Mon, 6 Mar 2006 17:06:01 +0000 (17:06 +0000)]
- Removed caching in getMountEntries, since it may
  return old mtab content to MediaHandler ...

18 years agofix the build
Klaus Kaempf [Mon, 6 Mar 2006 16:55:37 +0000 (16:55 +0000)]
fix the build

18 years agoadditional debug
Duncan Mac-Vicar P [Mon, 6 Mar 2006 16:51:11 +0000 (16:51 +0000)]
additional debug

18 years agoregarding RESOLVER_INFO_TYPE_CONFLICTS_WITH as an error
Stefan Schubert [Mon, 6 Mar 2006 16:24:07 +0000 (16:24 +0000)]
regarding RESOLVER_INFO_TYPE_CONFLICTS_WITH as an error

18 years agostarted refactoring this huge amount of tests to make it a real testsuite , automated
Duncan Mac-Vicar P [Mon, 6 Mar 2006 16:06:38 +0000 (16:06 +0000)]
started refactoring this huge amount of tests to make it a real testsuite , automated

18 years agonew translations
Stefan Schubert [Mon, 6 Mar 2006 16:01:47 +0000 (16:01 +0000)]
new translations

18 years agosoft installes are _not_ transitive
Klaus Kaempf [Mon, 6 Mar 2006 15:38:30 +0000 (15:38 +0000)]
soft installes are _not_ transitive

18 years agolower debug
Klaus Kaempf [Mon, 6 Mar 2006 15:23:39 +0000 (15:23 +0000)]
lower debug

18 years ago- Implemented disk volume devices check against /dev/disk/by-uuid
Marius Tomaschewski [Mon, 6 Mar 2006 14:57:21 +0000 (14:57 +0000)]
- Implemented disk volume devices check against /dev/disk/by-uuid

18 years agoups, make them pure virtual
Duncan Mac-Vicar P [Mon, 6 Mar 2006 14:46:54 +0000 (14:46 +0000)]
ups, make them pure virtual

18 years agosupport for named flags, not attached to a specific resolvable
Duncan Mac-Vicar P [Mon, 6 Mar 2006 13:19:41 +0000 (13:19 +0000)]
support for named flags, not attached to a specific resolvable

18 years agocompleted support for gpg keys for SuseTags source. It can read keys both from media...
Duncan Mac-Vicar P [Mon, 6 Mar 2006 11:31:23 +0000 (11:31 +0000)]
completed support for gpg keys for SuseTags source. It can read keys both from media and cache

18 years agoI am sure I already commited this, not sure why the changes dissapeared
Duncan Mac-Vicar P [Mon, 6 Mar 2006 10:43:05 +0000 (10:43 +0000)]
I am sure I already commited this, not sure why the changes dissapeared

18 years agoonly write by-solver transacts back to transactions table. (#154976)
Klaus Kaempf [Sun, 5 Mar 2006 14:47:00 +0000 (14:47 +0000)]
only write by-solver transacts back to transactions table. (#154976)

18 years agorelease the last source at end of commit (see inline comment
Klaus Kaempf [Sat, 4 Mar 2006 11:36:31 +0000 (11:36 +0000)]
release the last source at end of commit (see inline comment
and bug 155002)

18 years agouse setSoftTransact also in UI helper
Klaus Kaempf [Sat, 4 Mar 2006 07:46:26 +0000 (07:46 +0000)]
use setSoftTransact also in UI helper

18 years agocheck maySetSoftTransact before actually scheduling a pool item for installation
Klaus Kaempf [Sat, 4 Mar 2006 07:36:18 +0000 (07:36 +0000)]
check maySetSoftTransact before actually scheduling a pool item for installation

18 years agofix build
Klaus Kaempf [Sat, 4 Mar 2006 07:35:16 +0000 (07:35 +0000)]
fix build

18 years agocomment -> warning
Klaus Kaempf [Fri, 3 Mar 2006 22:49:32 +0000 (22:49 +0000)]
comment -> warning

18 years agowarn about bad stream
Klaus Kaempf [Fri, 3 Mar 2006 22:48:24 +0000 (22:48 +0000)]
warn about bad stream

18 years agorun /sbin/SuSEconfig after transact (#154802)
Klaus Kaempf [Fri, 3 Mar 2006 22:47:00 +0000 (22:47 +0000)]
run /sbin/SuSEconfig after transact (#154802)

18 years agosetenv YAST_IS_RUNNING to postpone %ldconfig in postinstall scripts
Klaus Kaempf [Fri, 3 Mar 2006 22:35:21 +0000 (22:35 +0000)]
setenv YAST_IS_RUNNING to postpone %ldconfig in postinstall scripts

18 years ago- Added ResStatus::setSoftTransact. Similar to setTransact, but leaving KEEP_STATE
Michael Andres [Fri, 3 Mar 2006 22:35:16 +0000 (22:35 +0000)]
- Added ResStatus::setSoftTransact. Similar to setTransact, but leaving KEEP_STATE
  also requires a superior causer.

18 years agocope with NULL values in catalogs (#153584)
Klaus Kaempf [Fri, 3 Mar 2006 22:14:16 +0000 (22:14 +0000)]
cope with NULL values in catalogs (#153584)

18 years agocope with all kinds of resolvables
Klaus Kaempf [Fri, 3 Mar 2006 22:03:58 +0000 (22:03 +0000)]
cope with all kinds of resolvables

18 years agodont crash if source was never initialized
Klaus Kaempf [Fri, 3 Mar 2006 18:08:25 +0000 (18:08 +0000)]
dont crash if source was never initialized

18 years ago- place ifgzstream/ofgzstream in namespace zypp (not zypp::base)
Michael Andres [Fri, 3 Mar 2006 17:16:48 +0000 (17:16 +0000)]
- place ifgzstream/ofgzstream in namespace zypp (not zypp::base)

18 years agostart implementing gpg keys support for sources
Duncan Mac-Vicar P [Fri, 3 Mar 2006 17:14:00 +0000 (17:14 +0000)]
start implementing gpg keys support for sources

18 years agobetter validation error
Duncan Mac-Vicar P [Fri, 3 Mar 2006 17:08:59 +0000 (17:08 +0000)]
better validation error

18 years agoadd missing serializes
Duncan Mac-Vicar P [Fri, 3 Mar 2006 17:07:55 +0000 (17:07 +0000)]
add missing serializes

18 years agoensure final release() at destructor
Klaus Kaempf [Fri, 3 Mar 2006 16:40:22 +0000 (16:40 +0000)]
ensure final release() at destructor

18 years agolocking items of deleting solution correctly; bug #153328
Stefan Schubert [Fri, 3 Mar 2006 16:26:14 +0000 (16:26 +0000)]
locking items of deleting solution correctly; bug #153328

18 years agoalso count Atoms
Klaus Kaempf [Fri, 3 Mar 2006 16:21:24 +0000 (16:21 +0000)]
also count Atoms

18 years agofixed media reattaching
Jiri Srain [Fri, 3 Mar 2006 15:51:08 +0000 (15:51 +0000)]
fixed media reattaching

18 years agofix constructor
Klaus Kaempf [Fri, 3 Mar 2006 14:43:54 +0000 (14:43 +0000)]
fix constructor

18 years agopass Locale to LanguageImpl
Klaus Kaempf [Fri, 3 Mar 2006 14:22:03 +0000 (14:22 +0000)]
pass Locale to LanguageImpl

18 years ago- Added Logical functor chaining _ACondition OR _BCondition:
Michael Andres [Fri, 3 Mar 2006 14:01:25 +0000 (14:01 +0000)]
- Added Logical functor chaining _ACondition OR _BCondition:
  functor::Or<_ACondition, _BCondition> or_c( _ACondition conda_r, _BCondition condb_r );

18 years agoprovide summary to LanguageImpl
Klaus Kaempf [Fri, 3 Mar 2006 13:15:58 +0000 (13:15 +0000)]
provide summary to LanguageImpl

18 years agosource refresh
Stanislav Visnovsky [Fri, 3 Mar 2006 13:11:46 +0000 (13:11 +0000)]
source refresh

18 years agoagument location and mediaid
Klaus Kaempf [Fri, 3 Mar 2006 11:46:02 +0000 (11:46 +0000)]
agument location and mediaid
PatchRpm and DeltaRpm are currently commented out, need equal definition
in parser/yum and source/yum

18 years agomake YUMSourceImpl a friend so it can augmentPackage() properly
Klaus Kaempf [Fri, 3 Mar 2006 11:45:20 +0000 (11:45 +0000)]
make YUMSourceImpl a friend so it can augmentPackage() properly