platform/upstream/libzypp.git
17 years ago- don't hardcode "/var/tmp" as the temporary directory but
Klaus Kaempf [Wed, 25 Jul 2007 09:55:36 +0000 (09:55 +0000)]
- don't hardcode "/var/tmp" as the temporary directory but
  use filesystem::TmpPath::defaultLocation() instead.

- make filesystem::TmpPath::defaultLocation() configurable
  via environment variable.

17 years ago- fixed some typos
Arvin Schnell [Wed, 25 Jul 2007 08:37:04 +0000 (08:37 +0000)]
- fixed some typos

17 years agoFixed bug in smart pointer comparison.
Michael Andres [Tue, 24 Jul 2007 15:51:41 +0000 (15:51 +0000)]
Fixed bug in smart pointer comparison.

17 years agodelete dead code
Duncan Mac-Vicar P [Tue, 24 Jul 2007 15:35:26 +0000 (15:35 +0000)]
delete dead code

17 years ago- output some caps
Arvin Schnell [Tue, 24 Jul 2007 14:19:50 +0000 (14:19 +0000)]
- output some caps

17 years agodont crash
Duncan Mac-Vicar P [Tue, 24 Jul 2007 14:13:55 +0000 (14:13 +0000)]
dont crash

17 years agocompiles but segfaults
Duncan Mac-Vicar P [Tue, 24 Jul 2007 14:13:55 +0000 (14:13 +0000)]
compiles but segfaults

17 years ago- make this function a class so we can convert it into a scoped cache
Duncan Mac-Vicar P [Tue, 24 Jul 2007 14:13:54 +0000 (14:13 +0000)]
- make this function a class so we can convert it into a scoped cache

17 years ago- Add metadata directory to repo info
Duncan Mac-Vicar P [Tue, 24 Jul 2007 14:13:54 +0000 (14:13 +0000)]
- Add metadata directory to repo info

17 years ago- ups, compile
Duncan Mac-Vicar P [Tue, 24 Jul 2007 14:13:53 +0000 (14:13 +0000)]
- ups, compile

17 years ago- ups, compile
Duncan Mac-Vicar P [Tue, 24 Jul 2007 14:13:52 +0000 (14:13 +0000)]
- ups, compile

17 years ago- better error message
Duncan Mac-Vicar P [Tue, 24 Jul 2007 14:13:51 +0000 (14:13 +0000)]
- better error message

17 years agoMerge branch 'media-verif'
Duncan Mac-Vicar P [Tue, 24 Jul 2007 12:44:08 +0000 (12:44 +0000)]
Merge branch 'media-verif'

Conflicts:

zypp/repo/RepoProvideFile.cc

17 years agochanges
Michael Andres [Tue, 24 Jul 2007 12:41:58 +0000 (12:41 +0000)]
changes

17 years agoread config from zypp.conf
Duncan Mac-Vicar P [Tue, 24 Jul 2007 12:35:01 +0000 (12:35 +0000)]
read config from zypp.conf

17 years agocompile
Duncan Mac-Vicar P [Tue, 24 Jul 2007 12:35:01 +0000 (12:35 +0000)]
compile

17 years ago- ups, compile
Duncan Mac-Vicar P [Tue, 24 Jul 2007 12:35:00 +0000 (12:35 +0000)]
- ups, compile

17 years ago- better error message
Duncan Mac-Vicar P [Tue, 24 Jul 2007 12:34:59 +0000 (12:34 +0000)]
- better error message

17 years ago- Create metadata download directories as sibling of the desired
Michael Andres [Mon, 23 Jul 2007 10:58:47 +0000 (10:58 +0000)]
- Create metadata download directories as sibling of the desired
  final location instead of /var/tmp. (prevent failing renames
  across filesystem boundaries).

17 years agoAdded static TmpFile::makeSibling TmpDir makeSibling for creating an temp file/dir as
Michael Andres [Mon, 23 Jul 2007 10:50:08 +0000 (10:50 +0000)]
Added static TmpFile::makeSibling TmpDir makeSibling for creating an temp file/dir as
sibling of a provided path ( var/lib/mydir -> var/lib/mydir.XXXX ). Convenient if the
temp path is intended to be renamed to the original path.

17 years agolog failed actions as warning
Michael Andres [Mon, 23 Jul 2007 10:11:55 +0000 (10:11 +0000)]
log failed actions as warning

17 years agobackup
Michael Andres [Mon, 23 Jul 2007 09:38:39 +0000 (09:38 +0000)]
backup

17 years ago- add default constructor for inidict, allowing to fill it later
Duncan Mac-Vicar P [Mon, 23 Jul 2007 08:56:10 +0000 (08:56 +0000)]
- add default constructor for inidict, allowing to fill it later

17 years ago- Implement hasSection and hasEntry in IniDict
Duncan Mac-Vicar P [Mon, 23 Jul 2007 08:56:09 +0000 (08:56 +0000)]
- Implement hasSection and hasEntry in IniDict
- test cases

17 years agorawCachePath -> metadataPath
Duncan Mac-Vicar P [Mon, 23 Jul 2007 08:56:08 +0000 (08:56 +0000)]
rawCachePath -> metadataPath

17 years ago- assert the destination directory before we use as cache
Duncan Mac-Vicar P [Sat, 21 Jul 2007 06:01:15 +0000 (06:01 +0000)]
- assert the destination directory before we use as cache
  for Fetcher, because it checks its existence when adding it

17 years agoassert cache directory when initializing
Duncan Mac-Vicar P [Fri, 20 Jul 2007 20:21:11 +0000 (20:21 +0000)]
assert cache directory when initializing

17 years agoadd methods to retrieve the status (checksum, date) of
Duncan Mac-Vicar P [Fri, 20 Jul 2007 20:21:08 +0000 (20:21 +0000)]
add methods to retrieve the status (checksum, date) of

metadata and cache

17 years agotypo
Michael Andres [Fri, 20 Jul 2007 14:08:54 +0000 (14:08 +0000)]
typo

17 years agochanges
Michael Andres [Fri, 20 Jul 2007 14:06:59 +0000 (14:06 +0000)]
changes

17 years agobackup
Michael Andres [Fri, 20 Jul 2007 14:01:56 +0000 (14:01 +0000)]
backup

17 years agoclasses from wich will be derived from should have a virtial destructor
Stefan Schubert [Fri, 20 Jul 2007 12:51:17 +0000 (12:51 +0000)]
classes from wich will be derived from should have a virtial destructor

17 years agoMake Repository(Impl_Ptr) public. Yes, it is lowlevel but nevertheless usefull for...
Michael Andres [Fri, 20 Jul 2007 12:35:58 +0000 (12:35 +0000)]
Make Repository(Impl_Ptr) public. Yes, it is lowlevel but nevertheless usefull for testing.

17 years agobase/Gettext.h must not be included by any zypp header, include it
Martin Vidner [Thu, 19 Jul 2007 17:28:16 +0000 (17:28 +0000)]
base/Gettext.h must not be included by any zypp header, include it
in .cc files instead.
Otherwise zypp would export its idea about the _ macro to any
application using zypp, causing conflicts with their own _ and
confusing Bubli.

17 years agobetter docu
Duncan Mac-Vicar P [Thu, 19 Jul 2007 15:43:32 +0000 (15:43 +0000)]
better docu

17 years agoMerge from master
Duncan Mac-Vicar P [Thu, 19 Jul 2007 15:43:31 +0000 (15:43 +0000)]
Merge from master

17 years agoMedia verification: split media download to a separate function
Duncan Mac-Vicar P [Thu, 19 Jul 2007 15:43:31 +0000 (15:43 +0000)]
Media verification: split media download to a separate function

17 years agochanged ZConfig to become a singleton
Michael Andres [Thu, 19 Jul 2007 15:13:51 +0000 (15:13 +0000)]
changed ZConfig to become a singleton

17 years ago- make repo manager use the common downloader interface to set the cache for downloader
Duncan Mac-Vicar P [Thu, 19 Jul 2007 15:07:48 +0000 (15:07 +0000)]
- make repo manager use the common downloader interface to set the cache for downloader

- remove some duplicated code, use the common interface

17 years ago- Pass the media set to the Downloaders instead of having one in the object
Duncan Mac-Vicar P [Thu, 19 Jul 2007 15:07:48 +0000 (15:07 +0000)]
- Pass the media set to the Downloaders instead of having one in the object

- Make Downloaders have a base class repo::Downloader
  this will allow to remove some code in RepoManager and interact
  with the downloader without knowing which type is it
- Make Downloader base class inherit from fetcher, then you can
  set the cache directories to the downloader itself, which
  RepoManager will do

17 years agodocumentation, add constructor from file
Duncan Mac-Vicar P [Thu, 19 Jul 2007 15:07:45 +0000 (15:07 +0000)]
documentation, add constructor from file

17 years agoMerge from master
Duncan Mac-Vicar P [Thu, 19 Jul 2007 15:07:44 +0000 (15:07 +0000)]
Merge from master

17 years agoMerge from master
Duncan Mac-Vicar P [Thu, 19 Jul 2007 15:07:44 +0000 (15:07 +0000)]
Merge from master

17 years agoMedia verification: split media download to a separate function
Duncan Mac-Vicar P [Thu, 19 Jul 2007 15:07:43 +0000 (15:07 +0000)]
Media verification: split media download to a separate function

17 years agochanges
Michael Andres [Thu, 19 Jul 2007 13:50:56 +0000 (13:50 +0000)]
changes

17 years ago- Fixed repo::provideFile to set a deleter for downloaded files
Michael Andres [Thu, 19 Jul 2007 13:50:33 +0000 (13:50 +0000)]
- Fixed repo::provideFile to set a deleter for downloaded files
  (#293004).

17 years ago- do not mess with system repo, cache et.al.
Arvin Schnell [Thu, 19 Jul 2007 11:59:00 +0000 (11:59 +0000)]
- do not mess with system repo, cache et.al.

17 years agoQuery ByRepository now takes as well an alias.
Michael Andres [Thu, 19 Jul 2007 10:57:12 +0000 (10:57 +0000)]
Query ByRepository now takes as well an alias.

17 years ago- added test program
Arvin Schnell [Thu, 19 Jul 2007 09:18:09 +0000 (09:18 +0000)]
- added test program

17 years agowhitespace
Duncan Mac-Vicar P [Thu, 19 Jul 2007 07:49:10 +0000 (07:49 +0000)]
whitespace

17 years agoFix reading container attributes from the cache
Duncan Mac-Vicar P [Thu, 19 Jul 2007 07:49:10 +0000 (07:49 +0000)]
Fix reading container attributes from the cache

17 years agoremove obsolete methods
Michael Andres [Wed, 18 Jul 2007 16:13:41 +0000 (16:13 +0000)]
remove obsolete methods

17 years agochanges
Duncan Mac-Vicar P [Wed, 18 Jul 2007 14:43:05 +0000 (14:43 +0000)]
changes

17 years agotypo
Duncan Mac-Vicar P [Wed, 18 Jul 2007 14:43:02 +0000 (14:43 +0000)]
typo

17 years agoUse asCompleteString() here as it includes options
Duncan Mac-Vicar P [Wed, 18 Jul 2007 14:43:02 +0000 (14:43 +0000)]
Use asCompleteString() here as it includes options

17 years agoimplement also operator != for Url
Duncan Mac-Vicar P [Wed, 18 Jul 2007 14:43:01 +0000 (14:43 +0000)]
implement also operator != for Url

17 years agoMerge branch 'product-urls'
Duncan Mac-Vicar P [Wed, 18 Jul 2007 14:43:00 +0000 (14:43 +0000)]
Merge branch 'product-urls'

17 years agoFix reading container attributes from the cache
Duncan Mac-Vicar P [Wed, 18 Jul 2007 14:42:58 +0000 (14:42 +0000)]
Fix reading container attributes from the cache

17 years agochanges
Michael Andres [Wed, 18 Jul 2007 14:13:30 +0000 (14:13 +0000)]
changes

17 years agoPort zypp-query-pool (#292404)
Michael Andres [Wed, 18 Jul 2007 14:12:53 +0000 (14:12 +0000)]
Port zypp-query-pool (#292404)

17 years agoadded new calls in Resolver.h: addRequire,addConflict
Stefan Schubert [Wed, 18 Jul 2007 14:10:03 +0000 (14:10 +0000)]
added new calls in Resolver.h: addRequire,addConflict

17 years agochanges
Michael Andres [Wed, 18 Jul 2007 12:40:33 +0000 (12:40 +0000)]
changes

17 years agochanges
Michael Andres [Wed, 18 Jul 2007 12:38:19 +0000 (12:38 +0000)]
changes

17 years ago(no commit message)
Michael Andres [Wed, 18 Jul 2007 12:38:02 +0000 (12:38 +0000)]

17 years ago- allow / in aliases (#292628)
Duncan Mac-Vicar P [Wed, 18 Jul 2007 12:17:48 +0000 (12:17 +0000)]
- allow / in aliases (#292628)

17 years agodisable test for product description (susetags has no descr)
Michael Andres [Wed, 18 Jul 2007 10:53:37 +0000 (10:53 +0000)]
disable test for product description (susetags has no descr)

17 years agochanges
Michael Andres [Wed, 18 Jul 2007 10:37:00 +0000 (10:37 +0000)]
changes

17 years ago- Fixed repo::provideFile to throw on error.
Michael Andres [Wed, 18 Jul 2007 10:36:39 +0000 (10:36 +0000)]
- Fixed repo::provideFile to throw on error.
- Fixed ResolvableQuery to use 0 as default for non existing
  numerical values.

17 years ago- Throw a known exception if trying to build the cache without metadata so zypper...
Duncan Mac-Vicar P [Wed, 18 Jul 2007 09:26:36 +0000 (09:26 +0000)]
- Throw a known exception if trying to build the cache without metadata so zypper could ask to the user wether to refresh

- update testcases

17 years agogetRepositoryInfo(Url,url::ViewOption) added
Jan Kupec [Wed, 18 Jul 2007 08:49:19 +0000 (08:49 +0000)]
getRepositoryInfo(Url,url::ViewOption) added

17 years agolog clean of cache
Duncan Mac-Vicar P [Tue, 17 Jul 2007 14:46:02 +0000 (14:46 +0000)]
log clean of cache

17 years agoallow optional media number in setLocation and ctor (default 1)
Michael Andres [Tue, 17 Jul 2007 13:56:42 +0000 (13:56 +0000)]
allow optional media number in setLocation and ctor (default 1)

17 years agochangelog
Michael Andres [Tue, 17 Jul 2007 13:54:33 +0000 (13:54 +0000)]
changelog

17 years ago- Fixed OnMediLocation to use safe defaults. Added setLocaltion and
Michael Andres [Tue, 17 Jul 2007 13:54:13 +0000 (13:54 +0000)]
- Fixed OnMediLocation to use safe defaults. Added setLocaltion and
  additional ctor for convenience.

17 years agofixed typos
Stefan Schubert [Tue, 17 Jul 2007 11:19:37 +0000 (11:19 +0000)]
fixed typos

17 years agoinclude packages.lang in combined progress
Michael Andres [Tue, 17 Jul 2007 10:41:36 +0000 (10:41 +0000)]
include packages.lang in combined progress

17 years agonew translations
Stefan Schubert [Tue, 17 Jul 2007 09:32:26 +0000 (09:32 +0000)]
new translations

17 years agor 6034
Stefan Schubert [Tue, 17 Jul 2007 08:47:35 +0000 (08:47 +0000)]
r 6034

17 years agoEvalute update canditate:
Stefan Schubert [Tue, 17 Jul 2007 08:46:57 +0000 (08:46 +0000)]
Evalute update canditate:
Take canditates only which are really installable. Bug 292077

17 years agoremove those symlinks
Duncan Mac-Vicar P [Mon, 16 Jul 2007 14:49:07 +0000 (14:49 +0000)]
remove those symlinks

17 years agotest for media number
Duncan Mac-Vicar P [Mon, 16 Jul 2007 14:45:48 +0000 (14:45 +0000)]
test for media number

17 years agofix (cheat) building with rpmlint
Duncan Mac-Vicar P [Mon, 16 Jul 2007 14:04:36 +0000 (14:04 +0000)]
fix (cheat) building with rpmlint

17 years ago.changes
Jan Kupec [Mon, 16 Jul 2007 13:44:17 +0000 (13:44 +0000)]
.changes

17 years agoyum parser logger group changed to parser::yum
Jan Kupec [Mon, 16 Jul 2007 13:43:10 +0000 (13:43 +0000)]
yum parser logger group changed to parser::yum

17 years agoinclude <boost/logic/tribool_io.hpp> so that indeterminate tribools are printed properly
Jan Kupec [Mon, 16 Jul 2007 13:41:12 +0000 (13:41 +0000)]
include <boost/logic/tribool_io.hpp> so that indeterminate tribools are printed properly

17 years agofixed tribool bugs
Jan Kupec [Mon, 16 Jul 2007 13:32:21 +0000 (13:32 +0000)]
fixed tribool bugs

17 years agochanges
Duncan Mac-Vicar P [Mon, 16 Jul 2007 11:13:30 +0000 (11:13 +0000)]
changes

17 years ago- keywords != authors.
Duncan Mac-Vicar P [Mon, 16 Jul 2007 11:13:28 +0000 (11:13 +0000)]
- keywords != authors.
  switched to use std::copy as one is set and
  the other list so swap can't be used

17 years agomerge REFACTORING-10_3 back to trunk
Duncan Mac-Vicar P [Mon, 16 Jul 2007 10:40:42 +0000 (10:40 +0000)]
merge REFACTORING-10_3 back to trunk

17 years agoCollecting the correct information about who is installing other
Stefan Schubert [Thu, 12 Jul 2007 15:33:34 +0000 (15:33 +0000)]
Collecting the correct information about who is installing other
resolvables.
- Regarding ALL ResolverInfo
- filter out double entries

17 years agoordering of changelog has been changed by adrian in autobuild. -->
Stefan Schubert [Thu, 5 Jul 2007 08:42:36 +0000 (08:42 +0000)]
ordering of changelog has been changed by adrian in autobuild. -->
updated SVN too

17 years agoversion: 3.4.0
Stefan Schubert [Thu, 5 Jul 2007 07:32:48 +0000 (07:32 +0000)]
version: 3.4.0

17 years agoAdded an initial installation flag which shows if the item has been
Stefan Schubert [Wed, 4 Jul 2007 15:09:44 +0000 (15:09 +0000)]
Added an initial installation flag which shows if the item has been
triggered for installation, or the dependency is already satisfied.

17 years ago5835
Stefan Schubert [Fri, 22 Jun 2007 15:54:59 +0000 (15:54 +0000)]
5835

17 years agochanged name from "select" to "install"
Stefan Schubert [Fri, 22 Jun 2007 15:54:02 +0000 (15:54 +0000)]
changed name from "select" to "install"

17 years agor 5829
Stefan Schubert [Fri, 22 Jun 2007 13:29:54 +0000 (13:29 +0000)]
r 5829

17 years agoNew API calls added:
Stefan Schubert [Fri, 22 Jun 2007 13:27:34 +0000 (13:27 +0000)]
New API calls added:
const solver::detail::ItemCapKindList isSelectedBy (const PoolItem_Ref
item);
const solver::detail::ItemCapKindList selects (const PoolItem_Ref
item);

17 years ago- fixed some typos
Arvin Schnell [Wed, 20 Jun 2007 17:47:55 +0000 (17:47 +0000)]
- fixed some typos

17 years ago- use a saner way to detect no records found
Duncan Mac-Vicar P [Wed, 20 Jun 2007 14:28:05 +0000 (14:28 +0000)]
- use a saner way to detect no records found

17 years agoreally fixed error handling
Martin Vidner [Wed, 20 Jun 2007 13:30:06 +0000 (13:30 +0000)]
really fixed error handling