platform/upstream/libzypp.git
18 years agoadd skeleton for agruen bug
Duncan Mac-Vicar P [Wed, 15 Mar 2006 16:34:08 +0000 (16:34 +0000)]
add skeleton for agruen bug

18 years agoNew helper class to retrieve useful information from Patch::atomList
Stefan Hundhammer [Wed, 15 Mar 2006 16:29:31 +0000 (16:29 +0000)]
New helper class to retrieve useful information from Patch::atomList

18 years agouse the correct automake variable
Stefan Hundhammer [Wed, 15 Mar 2006 16:28:06 +0000 (16:28 +0000)]
use the correct automake variable

18 years agomove _update_items to the class level
Klaus Kaempf [Wed, 15 Mar 2006 16:01:36 +0000 (16:01 +0000)]
move _update_items to the class level

18 years ago- Added exact id match flag to dependsOnParent allowing to
Marius Tomaschewski [Wed, 15 Mar 2006 15:32:04 +0000 (15:32 +0000)]
- Added exact id match flag to dependsOnParent allowing to
  distinguish if it matches the id (close() case) or the
  shared media source (release + eject case).

18 years ago- Fixed a hen and egg problem with iso handlers while media manager
Marius Tomaschewski [Wed, 15 Mar 2006 14:48:38 +0000 (14:48 +0000)]
- Fixed a hen and egg problem with iso handlers while media manager
  (implementation singleton) destruction; it takes over release of
  the parent handler now.
- Changed MediaManager::getMountEntries() and getMountTableMTime()
  to be static functions.

18 years ago- implement SuseTagsImpl::dumpOn
Michael Andres [Wed, 15 Mar 2006 14:36:28 +0000 (14:36 +0000)]
- implement SuseTagsImpl::dumpOn

18 years agoDeleted bogus comment
Stefan Hundhammer [Wed, 15 Mar 2006 13:40:40 +0000 (13:40 +0000)]
Deleted bogus comment
it's better to have NO comment than comments that are plain wrong!

18 years agoBug157877
Stefan Schubert [Wed, 15 Mar 2006 12:40:32 +0000 (12:40 +0000)]
Bug157877

18 years ago- no Logger include in headerfile.
Michael Andres [Wed, 15 Mar 2006 07:47:14 +0000 (07:47 +0000)]
- no Logger include in headerfile.

18 years agoadded more debugging
Jiri Srain [Tue, 14 Mar 2006 22:07:33 +0000 (22:07 +0000)]
added more debugging
release all medias of all sources when asking for another media

18 years agoupdated example, now prints license
Jiri Srain [Tue, 14 Mar 2006 19:57:01 +0000 (19:57 +0000)]
updated example, now prints license

18 years agoadded license to confirm to YUM metadata grammar, parser, and source
Jiri Srain [Tue, 14 Mar 2006 19:22:46 +0000 (19:22 +0000)]
added license to confirm to YUM metadata grammar, parser, and source

18 years agoresetTransact must return a value
Martin Vidner [Tue, 14 Mar 2006 18:26:28 +0000 (18:26 +0000)]
resetTransact must return a value

18 years agoRewrote the CodeMaps constructor to loop over an array.
Martin Vidner [Tue, 14 Mar 2006 17:48:49 +0000 (17:48 +0000)]
Rewrote the CodeMaps constructor to loop over an array.
Otherwise the compiler has a hard time trying to optimize a
500-statement basic block.

18 years agoFix constructions of patch objects. Actually insert atoms in atoms list. Insert atoms...
Duncan Mac-Vicar P [Tue, 14 Mar 2006 17:08:02 +0000 (17:08 +0000)]
Fix constructions of patch objects. Actually insert atoms in atoms list. Insert atoms for package even if the package does not exists in the source. Fixes #157628

18 years agofix for #151834
Duncan Mac-Vicar P [Tue, 14 Mar 2006 16:54:18 +0000 (16:54 +0000)]
fix for #151834

18 years ago- added ResStatus::resetTransact
Michael Andres [Tue, 14 Mar 2006 14:36:09 +0000 (14:36 +0000)]
- added ResStatus::resetTransact

18 years agobugfix for Bug156439
Stefan Schubert [Tue, 14 Mar 2006 13:35:25 +0000 (13:35 +0000)]
bugfix for Bug156439

18 years agotestcase for Bug156439, cleanup testcases
Stefan Schubert [Tue, 14 Mar 2006 13:34:30 +0000 (13:34 +0000)]
testcase for Bug156439, cleanup testcases

18 years agoAdded Source_Ref::setAlias (#154913).
Martin Vidner [Tue, 14 Mar 2006 12:46:07 +0000 (12:46 +0000)]
Added Source_Ref::setAlias (#154913).
Also in SourceImpl.
Improved autodoccomments in Source_Ref.

18 years agoDo not assume there is a product file when scanning for products
Stanislav Visnovsky [Tue, 14 Mar 2006 12:13:41 +0000 (12:13 +0000)]
Do not assume there is a product file when scanning for products

18 years agofunction to disable all sources in the persistent store
Stanislav Visnovsky [Tue, 14 Mar 2006 09:46:04 +0000 (09:46 +0000)]
function to disable all sources in the persistent store

18 years agofix resolver info condension
Klaus Kaempf [Tue, 14 Mar 2006 00:34:15 +0000 (00:34 +0000)]
fix resolver info condension

18 years agoerrors are also important
Klaus Kaempf [Tue, 14 Mar 2006 00:31:38 +0000 (00:31 +0000)]
errors are also important

18 years agoimprove debug output
Klaus Kaempf [Mon, 13 Mar 2006 23:56:48 +0000 (23:56 +0000)]
improve debug output

18 years agodelete RPMs downloaded via FTP/HTTP after installing them (#157011)
Jiri Srain [Mon, 13 Mar 2006 20:58:21 +0000 (20:58 +0000)]
delete RPMs downloaded via FTP/HTTP after installing them (#157011)
fix installation source registration - revert the autorefresh fix
(#157566)

18 years ago- Removed deprecated reattach functions
Marius Tomaschewski [Mon, 13 Mar 2006 17:06:56 +0000 (17:06 +0000)]
- Removed deprecated reattach functions
- Changed attach to remove temporary attach point
  imediatelly if attachTo fails and rethrow exception

18 years ago- Fixed last change in close() -- don't complain, because
Marius Tomaschewski [Mon, 13 Mar 2006 17:04:16 +0000 (17:04 +0000)]
- Fixed last change in close() -- don't complain, because
  may happen in destruction at exit as well (random order)

18 years ago- Removed deprecated reattach() method
Marius Tomaschewski [Mon, 13 Mar 2006 16:21:53 +0000 (16:21 +0000)]
- Removed deprecated reattach() method
- Added a paranoia check to close() ...

18 years ago- Moved info message to the begin of the constructor
Marius Tomaschewski [Mon, 13 Mar 2006 16:20:05 +0000 (16:20 +0000)]
- Moved info message to the begin of the constructor

18 years ago- Moved info message to the begin of the constructor
Marius Tomaschewski [Mon, 13 Mar 2006 16:17:46 +0000 (16:17 +0000)]
- Moved info message to the begin of the constructor

18 years ago- Fixed to allow more exact bad url error message
Marius Tomaschewski [Mon, 13 Mar 2006 16:10:45 +0000 (16:10 +0000)]
- Fixed to allow more exact bad url error message

18 years agoprefer architecture over version when choosing the upgrade candidate (-> 157501)
Klaus Kaempf [Mon, 13 Mar 2006 15:55:56 +0000 (15:55 +0000)]
prefer architecture over version when choosing the upgrade candidate (-> 157501)

18 years ago- Changed to use static downloads(url) variant in remote()
Marius Tomaschewski [Mon, 13 Mar 2006 15:54:06 +0000 (15:54 +0000)]
- Changed to use static downloads(url) variant in remote()

18 years ago- Implemented static downloads(url) variant
Marius Tomaschewski [Mon, 13 Mar 2006 15:53:37 +0000 (15:53 +0000)]
- Implemented static downloads(url) variant

18 years agoBug 156587
Stefan Schubert [Mon, 13 Mar 2006 14:23:14 +0000 (14:23 +0000)]
Bug 156587

18 years agomove modalias() provides to supplements
Klaus Kaempf [Mon, 13 Mar 2006 13:35:54 +0000 (13:35 +0000)]
move modalias() provides to supplements

18 years ago- Allow ui::Selectable queries via Selectable::Fate (TO_DELETE/UNMODIFIED/TO_INSTALL)
Michael Andres [Mon, 13 Mar 2006 12:55:18 +0000 (12:55 +0000)]
- Allow ui::Selectable queries via Selectable::Fate (TO_DELETE/UNMODIFIED/TO_INSTALL)

18 years ago- Added ui::Selectable modifiedBy(), hasLicenceConfirmed(), setLicenceConfirmed(...
Michael Andres [Mon, 13 Mar 2006 12:04:12 +0000 (12:04 +0000)]
- Added ui::Selectable modifiedBy(), hasLicenceConfirmed(), setLicenceConfirmed( bool val_r ).

18 years agocheck target in downgrade_allowed()
Klaus Kaempf [Mon, 13 Mar 2006 11:05:15 +0000 (11:05 +0000)]
check target in downgrade_allowed()

18 years agodon't copy() the info_ptr
Klaus Kaempf [Sun, 12 Mar 2006 20:25:01 +0000 (20:25 +0000)]
don't copy() the info_ptr

18 years agocleanups
Klaus Kaempf [Sat, 11 Mar 2006 20:31:52 +0000 (20:31 +0000)]
cleanups

18 years agocorrected constructor/descructor of Modalias
Stefan Schubert [Sat, 11 Mar 2006 17:49:57 +0000 (17:49 +0000)]
corrected constructor/descructor of Modalias

18 years agoworks again
Stefan Schubert [Sat, 11 Mar 2006 16:20:53 +0000 (16:20 +0000)]
works again

18 years agomodalias added
Stefan Schubert [Sat, 11 Mar 2006 15:49:56 +0000 (15:49 +0000)]
modalias added

18 years agokernel module tests
Stefan Schubert [Sat, 11 Mar 2006 15:41:37 +0000 (15:41 +0000)]
kernel module tests

18 years agotried to simulate the bug, but without success
Stefan Schubert [Sat, 11 Mar 2006 12:46:33 +0000 (12:46 +0000)]
tried to simulate the bug, but without success

18 years agoadd Modalias
Klaus Kaempf [Sat, 11 Mar 2006 08:00:16 +0000 (08:00 +0000)]
add Modalias

18 years agoadd 'modalias' capability (#157406)
Klaus Kaempf [Sat, 11 Mar 2006 07:47:31 +0000 (07:47 +0000)]
add 'modalias' capability (#157406)

18 years agoadd modalias lib
Klaus Kaempf [Sat, 11 Mar 2006 07:45:22 +0000 (07:45 +0000)]
add modalias lib

18 years agoadd 'modalias' testing
Klaus Kaempf [Sat, 11 Mar 2006 07:43:59 +0000 (07:43 +0000)]
add 'modalias' testing

18 years agodirect access to EstablishFieldValue
Klaus Kaempf [Sat, 11 Mar 2006 06:43:02 +0000 (06:43 +0000)]
direct access to EstablishFieldValue

18 years ago'freshen' -> 'freshens' consistenly everywhere even in variable names
Klaus Kaempf [Sat, 11 Mar 2006 06:42:32 +0000 (06:42 +0000)]
'freshen' -> 'freshens' consistenly everywhere even in variable names

18 years agouse Locale::fallback() instead of own implementation
Klaus Kaempf [Sat, 11 Mar 2006 06:42:07 +0000 (06:42 +0000)]
use Locale::fallback() instead of own implementation

18 years ago- ProvideNumericId: Allow explicit creation of Objects with Id 0.
Michael Andres [Sat, 11 Mar 2006 00:40:13 +0000 (00:40 +0000)]
- ProvideNumericId: Allow explicit creation of Objects with Id 0.
- Source: Make Source::noSource always have numericId 0 assigned.
- SourceManager:
  - Ignore attempt to add Source::noSource.
  - Fixed doc addSource/removeSource, they do not throw.
  - Removed addSource(url, ...) as Source creation is
    SourceFactory job. We don't want to maintain a duplicate
    SourceFactory interface here. And this way addSource does
    not throw anymore.

18 years agobackup
Michael Andres [Sat, 11 Mar 2006 00:27:06 +0000 (00:27 +0000)]
backup

18 years ago- make SourceManager log
Michael Andres [Fri, 10 Mar 2006 23:56:09 +0000 (23:56 +0000)]
- make SourceManager log

18 years ago- Fix for Bug #156981 - reset _mediaSource if it
Marius Tomaschewski [Fri, 10 Mar 2006 18:54:56 +0000 (18:54 +0000)]
- Fix for Bug #156981 - reset _mediaSource if it
  disapears from the mount table (e.g. user umount)

18 years agoBug156513
Stefan Schubert [Fri, 10 Mar 2006 16:43:57 +0000 (16:43 +0000)]
Bug156513

18 years agosolution added
Stefan Schubert [Fri, 10 Mar 2006 16:35:26 +0000 (16:35 +0000)]
solution added

18 years agoreduced for better debugging
Stefan Schubert [Fri, 10 Mar 2006 15:48:24 +0000 (15:48 +0000)]
reduced for better debugging

18 years ago- Fixed to close parent id in destructor
Marius Tomaschewski [Fri, 10 Mar 2006 15:26:10 +0000 (15:26 +0000)]
- Fixed to close parent id in destructor

18 years agoallow downgrade if new package is coming from a known vendor (#155472)
Klaus Kaempf [Fri, 10 Mar 2006 15:20:27 +0000 (15:20 +0000)]
allow downgrade if new package is coming from a known vendor (#155472)

18 years agobug 156513
Stefan Schubert [Fri, 10 Mar 2006 14:55:18 +0000 (14:55 +0000)]
bug 156513

18 years agoImplement fallback language when reading descriptions from CD
Duncan Mac-Vicar P [Fri, 10 Mar 2006 14:22:50 +0000 (14:22 +0000)]
Implement fallback language when reading descriptions from CD

18 years agoprovide at least Url of the source
Stanislav Visnovsky [Fri, 10 Mar 2006 14:08:31 +0000 (14:08 +0000)]
provide at least Url of the source

18 years ago- Documented several functions
Marius Tomaschewski [Fri, 10 Mar 2006 13:54:41 +0000 (13:54 +0000)]
- Documented several functions

18 years agoups. Always run the test first
Duncan Mac-Vicar P [Fri, 10 Mar 2006 13:39:37 +0000 (13:39 +0000)]
ups. Always run the test first

18 years agoprovide Source::remote() to fix #156176
Stanislav Visnovsky [Fri, 10 Mar 2006 13:37:49 +0000 (13:37 +0000)]
provide Source::remote() to fix #156176

18 years agoFix locale madness. Add fallback mechanism to Locale, and make rpm insert his text...
Duncan Mac-Vicar P [Fri, 10 Mar 2006 13:15:07 +0000 (13:15 +0000)]
Fix locale madness. Add fallback mechanism to Locale, and make rpm insert his text in en locale

18 years agouse source vendor as package vendor
Duncan Mac-Vicar P [Fri, 10 Mar 2006 13:13:03 +0000 (13:13 +0000)]
use source vendor as package vendor

18 years ago- Bug #156969: Disabled CURLOPT_TIMEOUT usage, because
Marius Tomaschewski [Fri, 10 Mar 2006 12:05:38 +0000 (12:05 +0000)]
- Bug #156969: Disabled CURLOPT_TIMEOUT usage, because
  it breaks transfers over slower links.

18 years agotestcase for bug 156408
Stefan Schubert [Fri, 10 Mar 2006 11:28:59 +0000 (11:28 +0000)]
testcase for bug 156408

18 years agorefresh source when enabling (#154990)
Jiri Srain [Thu, 9 Mar 2006 20:01:03 +0000 (20:01 +0000)]
refresh source when enabling (#154990)

18 years agobackup of devel files
Jiri Srain [Thu, 9 Mar 2006 20:00:07 +0000 (20:00 +0000)]
backup of devel files

18 years ago- More documentation.
Marius Tomaschewski [Thu, 9 Mar 2006 18:53:33 +0000 (18:53 +0000)]
- More documentation.

18 years ago- Added close of media id if open in redirect() and reset()
Marius Tomaschewski [Thu, 9 Mar 2006 17:26:05 +0000 (17:26 +0000)]
- Added close of media id if open in redirect() and reset()

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)