platform/upstream/libzypp.git
17 years agoFixed the format string to work even on 64bit arch.
Martin Vidner [Thu, 19 Oct 2006 09:05:04 +0000 (09:05 +0000)]
Fixed the format string to work even on 64bit arch.

Using -Wextra is good for you.

17 years agozypper search: fixed uninitialized members that made all searches
Martin Vidner [Wed, 18 Oct 2006 19:43:49 +0000 (19:43 +0000)]
zypper search: fixed uninitialized members that made all searches
exact and case sensitve

17 years agoa slightly better handling of source-delete exceptions
Martin Vidner [Wed, 18 Oct 2006 19:39:05 +0000 (19:39 +0000)]
a slightly better handling of source-delete exceptions

17 years agochanges
Duncan Mac-Vicar P [Wed, 18 Oct 2006 11:14:38 +0000 (11:14 +0000)]
changes

17 years ago- write in the right file
Duncan Mac-Vicar P [Wed, 18 Oct 2006 11:13:08 +0000 (11:13 +0000)]
- write in the right file

17 years agoRevision 4326
Stefan Schubert [Wed, 18 Oct 2006 10:53:00 +0000 (10:53 +0000)]
Revision 4326

17 years agoInstall resolvables although they are unneeded
Stefan Schubert [Wed, 18 Oct 2006 10:49:14 +0000 (10:49 +0000)]
Install resolvables although they are unneeded
if they have NOT the kind patch/atoms
Bug 210538 - freshens/supplements does not work with patterns

17 years agozypper service-add -r http://example.org/foo.repo (F#300641).
Martin Vidner [Tue, 17 Oct 2006 17:18:06 +0000 (17:18 +0000)]
zypper service-add -r example.org/foo.repo (F#300641).

17 years agochanges
Duncan Mac-Vicar P [Tue, 17 Oct 2006 16:30:53 +0000 (16:30 +0000)]
changes

17 years ago- zypp-checkpatches:
Duncan Mac-Vicar P [Tue, 17 Oct 2006 16:29:22 +0000 (16:29 +0000)]
- zypp-checkpatches:
  save version of the generated xml to
  regenerate it if it changes.
  save a random token in case of error to
  force recreating xml file

17 years agocoding style
Stefan Hundhammer [Tue, 17 Oct 2006 14:27:22 +0000 (14:27 +0000)]
coding style

17 years agorevert, update rev
Duncan Mac-Vicar P [Tue, 17 Oct 2006 13:40:23 +0000 (13:40 +0000)]
revert, update rev

17 years agorevert
Duncan Mac-Vicar P [Tue, 17 Oct 2006 13:40:05 +0000 (13:40 +0000)]
revert

17 years agoremove permission for zypp checkpatches from spec, changes
Duncan Mac-Vicar P [Tue, 17 Oct 2006 11:51:16 +0000 (11:51 +0000)]
remove permission for zypp checkpatches from spec, changes

17 years agoremove permission for zypp checkpatches from spec
Duncan Mac-Vicar P [Tue, 17 Oct 2006 11:50:57 +0000 (11:50 +0000)]
remove permission for zypp checkpatches from spec

17 years agochanges
Duncan Mac-Vicar P [Tue, 17 Oct 2006 11:50:37 +0000 (11:50 +0000)]
changes

17 years agoremove permission for zypp checkpatches from spec
Duncan Mac-Vicar P [Tue, 17 Oct 2006 11:49:44 +0000 (11:49 +0000)]
remove permission for zypp checkpatches from spec

17 years agochanges:
Duncan Mac-Vicar P [Tue, 17 Oct 2006 10:37:22 +0000 (10:37 +0000)]
changes:

- registration fails because of wrong product data
  (#205392)
  use DISTPRODUCT,DISTVERSION to create the product
  resolvable. have this resolvable provide
  PRODUCT = VERSION

17 years ago- registration fails because of wrong product data
Duncan Mac-Vicar P [Tue, 17 Oct 2006 10:36:50 +0000 (10:36 +0000)]
- registration fails because of wrong product data
  (#205392)
  use DISTPRODUCT,DISTVERSION to create the product
  resolvable. have this resolvable provide
  PRODUCT = VERSION

17 years agoindentation
Duncan Mac-Vicar P [Tue, 17 Oct 2006 09:31:41 +0000 (09:31 +0000)]
indentation

17 years agoFixed file name in \file tag for doxygen
Martin Vidner [Mon, 16 Oct 2006 21:21:25 +0000 (21:21 +0000)]
Fixed file name in \file tag for doxygen

17 years agoFixed file names in \file tags for doxygen
Martin Vidner [Mon, 16 Oct 2006 20:50:44 +0000 (20:50 +0000)]
Fixed file names in \file tags for doxygen

17 years ago-Woverloaded-virtual strikes again
Martin Vidner [Mon, 16 Oct 2006 20:48:34 +0000 (20:48 +0000)]
-Woverloaded-virtual strikes again

17 years agozypper service-add -r ./foo.repo (F#300641).
Martin Vidner [Mon, 16 Oct 2006 16:10:39 +0000 (16:10 +0000)]
zypper service-add -r ./foo.repo (F#300641).

17 years ago--match-exact option added (search for resolvables with exact names)
Jan Kupec [Mon, 16 Oct 2006 15:27:26 +0000 (15:27 +0000)]
--match-exact option added (search for resolvables with exact names)

17 years agokilled leftover conflict marks
Martin Vidner [Mon, 16 Oct 2006 13:24:24 +0000 (13:24 +0000)]
killed leftover conflict marks

17 years ago- Dont incomplete an uninstalled resolvable, even not when establishing.
Stefan Schubert [Mon, 16 Oct 2006 13:20:56 +0000 (13:20 +0000)]
- Dont incomplete an uninstalled resolvable, even not when establishing.
  Incomplete only makes sense for installed resolvables (when they have
  broken deps), for patches (because they are needed) and for atoms
  (because they are used during patch calculation)
  Bug 198379

- Do not branch for packages with the same NVE but different
  architectures.
  Take the best architecture.

17 years agoDo not branch for packages with the same NVE but different
Stefan Schubert [Mon, 16 Oct 2006 13:15:42 +0000 (13:15 +0000)]
Do not branch for packages with the same NVE but different
architectures.
Take the best architecture.

17 years agoDont incomplete an uninstalled resolvable, even not when establishing.
Stefan Schubert [Mon, 16 Oct 2006 13:14:56 +0000 (13:14 +0000)]
Dont incomplete an uninstalled resolvable, even not when establishing.
Incomplete only makes sense for installed resolvables (when they have
broken deps),
for patches (because they are needed) and for atoms (because
they are used during patch calculation)
Bug 198379

17 years agoreduced amount of solution by taking the best architecture only
Stefan Schubert [Mon, 16 Oct 2006 13:12:48 +0000 (13:12 +0000)]
reduced amount of solution by taking the best architecture only

17 years agozypper changes
Jan Kupec [Mon, 16 Oct 2006 13:10:49 +0000 (13:10 +0000)]
zypper changes

17 years agosearch in descriptions added, case-sensitive search added
Jan Kupec [Mon, 16 Oct 2006 12:59:23 +0000 (12:59 +0000)]
search in descriptions added, case-sensitive search added

17 years agosearch in descriptions added, case-sensitive option added
Jan Kupec [Mon, 16 Oct 2006 12:58:15 +0000 (12:58 +0000)]
search in descriptions added, case-sensitive option added

17 years agoFixed broken callbacks (-Woverloaded-virtual saves the world).
Martin Vidner [Mon, 16 Oct 2006 12:24:20 +0000 (12:24 +0000)]
Fixed broken callbacks (-Woverloaded-virtual saves the world).

17 years agodocumented a past BuildRequires change
Martin Vidner [Mon, 16 Oct 2006 11:42:24 +0000 (11:42 +0000)]
documented a past BuildRequires change

17 years agoPrevent the user from sending signals to zypp-checkpatches-wrapper
Martin Vidner [Mon, 16 Oct 2006 11:34:10 +0000 (11:34 +0000)]
Prevent the user from sending signals to zypp-checkpatches-wrapper
(#211286).

17 years agosearch results sort added
Jan Kupec [Mon, 16 Oct 2006 09:58:59 +0000 (09:58 +0000)]
search results sort added

17 years agooutput table creation moved out of doSearch()
Jan Kupec [Mon, 16 Oct 2006 09:58:22 +0000 (09:58 +0000)]
output table creation moved out of doSearch()

17 years agodoes not work correctly ( do not recognize "super-sets" )
Stefan Schubert [Mon, 16 Oct 2006 09:47:39 +0000 (09:47 +0000)]
does not work correctly ( do not recognize "super-sets" )

17 years agoworks with special enhancement flag correctly
Stefan Schubert [Mon, 16 Oct 2006 08:56:40 +0000 (08:56 +0000)]
works with special enhancement flag correctly

17 years agodoese only run without keys
Stefan Schubert [Mon, 16 Oct 2006 08:55:38 +0000 (08:55 +0000)]
doese only run without keys

17 years agorelease will be shown now
Stefan Schubert [Mon, 16 Oct 2006 08:43:54 +0000 (08:43 +0000)]
release will be shown now

17 years agosearch: * and ? wildcard support added
Jan Kupec [Fri, 13 Oct 2006 16:29:15 +0000 (16:29 +0000)]
search: * and ? wildcard support added

17 years agochanges
Duncan Mac-Vicar P [Fri, 13 Oct 2006 14:51:59 +0000 (14:51 +0000)]
changes

17 years agoimplement rename source in sourcemanager
Duncan Mac-Vicar P [Fri, 13 Oct 2006 14:51:29 +0000 (14:51 +0000)]
implement rename source in sourcemanager

17 years agotypo
Michael Andres [Fri, 13 Oct 2006 14:36:30 +0000 (14:36 +0000)]
typo

17 years ago- added class DefaultIntegal<_Tp,_Initial>: Integral type with defined
Michael Andres [Fri, 13 Oct 2006 14:30:41 +0000 (14:30 +0000)]
- added class DefaultIntegal<_Tp,_Initial>: Integral type with defined
  initial value when default constructed.

17 years agoindent
Duncan Mac-Vicar P [Fri, 13 Oct 2006 13:08:00 +0000 (13:08 +0000)]
indent

17 years agochanges
Duncan Mac-Vicar P [Fri, 13 Oct 2006 12:33:11 +0000 (12:33 +0000)]
changes

17 years ago- YaST sources: set alias to product summary if empty
Duncan Mac-Vicar P [Fri, 13 Oct 2006 12:30:24 +0000 (12:30 +0000)]
- YaST sources: set alias to product summary if empty
- show alias on logs.

17 years agosome doc enhancements
Duncan Mac-Vicar P [Fri, 13 Oct 2006 12:04:06 +0000 (12:04 +0000)]
some doc enhancements

17 years agorug like --match-words option implemented
Jan Kupec [Fri, 13 Oct 2006 10:34:17 +0000 (10:34 +0000)]
rug like --match-words option implemented

17 years agoduplicate code removed
Michael Andres [Fri, 13 Oct 2006 09:53:32 +0000 (09:53 +0000)]
duplicate code removed

17 years agodo not write to std::cout
Michael Andres [Fri, 13 Oct 2006 09:43:54 +0000 (09:43 +0000)]
do not write to std::cout

17 years agobackup
Michael Andres [Fri, 13 Oct 2006 09:29:04 +0000 (09:29 +0000)]
backup

17 years ago-Woverloaded-virtual added to CXXFLAGS
Michael Andres [Fri, 13 Oct 2006 08:42:42 +0000 (08:42 +0000)]
-Woverloaded-virtual added to CXXFLAGS

17 years agoxml fixes
Duncan Mac-Vicar P [Thu, 12 Oct 2006 15:44:31 +0000 (15:44 +0000)]
xml fixes

17 years agochanges
Duncan Mac-Vicar P [Thu, 12 Oct 2006 14:47:11 +0000 (14:47 +0000)]
changes

17 years agothanks martin
Duncan Mac-Vicar P [Thu, 12 Oct 2006 14:46:52 +0000 (14:46 +0000)]
thanks martin

17 years agosearch by resolvable type added
Jan Kupec [Thu, 12 Oct 2006 14:41:25 +0000 (14:41 +0000)]
search by resolvable type added

17 years agochanges
Duncan Mac-Vicar P [Thu, 12 Oct 2006 14:41:05 +0000 (14:41 +0000)]
changes

17 years agoconflict with ma
Duncan Mac-Vicar P [Thu, 12 Oct 2006 14:40:18 +0000 (14:40 +0000)]
conflict with ma

17 years agosearch by resolvable type added
Jan Kupec [Thu, 12 Oct 2006 14:40:15 +0000 (14:40 +0000)]
search by resolvable type added
code adjusted according to styleguide

17 years agoversion 204
Duncan Mac-Vicar P [Thu, 12 Oct 2006 14:39:29 +0000 (14:39 +0000)]
version 204

17 years agomore xml changes to add description
Duncan Mac-Vicar P [Thu, 12 Oct 2006 14:38:57 +0000 (14:38 +0000)]
more xml changes to add description

17 years agochanges
Michael Andres [Thu, 12 Oct 2006 14:37:03 +0000 (14:37 +0000)]
changes

17 years agofixed ui status computation in presence of multiple candidate objects.
Michael Andres [Thu, 12 Oct 2006 14:28:09 +0000 (14:28 +0000)]
fixed ui status computation in presence of multiple candidate objects.

17 years agochanges
Duncan Mac-Vicar P [Thu, 12 Oct 2006 13:52:24 +0000 (13:52 +0000)]
changes

17 years agofix media callback
Duncan Mac-Vicar P [Thu, 12 Oct 2006 13:52:06 +0000 (13:52 +0000)]
fix media callback

17 years agochanges
Duncan Mac-Vicar P [Thu, 12 Oct 2006 13:47:51 +0000 (13:47 +0000)]
changes

17 years ago- remove const, bindings need to modify the source,
Duncan Mac-Vicar P [Thu, 12 Oct 2006 13:47:28 +0000 (13:47 +0000)]
- remove const, bindings need to modify the source,
cd changing broken because this

17 years agomove the data to attributes, it is easier to parse with sax
Duncan Mac-Vicar P [Thu, 12 Oct 2006 12:15:11 +0000 (12:15 +0000)]
move the data to attributes, it is easier to parse with sax

17 years agoinclude source for each patch in check-patches
Duncan Mac-Vicar P [Thu, 12 Oct 2006 10:01:09 +0000 (10:01 +0000)]
include source for each patch in check-patches

17 years agomake PoolItems available in ui::Selectable
Michael Andres [Wed, 11 Oct 2006 14:09:57 +0000 (14:09 +0000)]
make PoolItems available in ui::Selectable

17 years agomerge changes
Duncan Mac-Vicar P [Wed, 11 Oct 2006 12:50:55 +0000 (12:50 +0000)]
merge changes

17 years agoremoved the suid bit from zypp-checkpatches-wrapper so that the
Martin Vidner [Wed, 11 Oct 2006 07:21:52 +0000 (07:21 +0000)]
removed the suid bit from zypp-checkpatches-wrapper so that the
build passes until permissions.rpm is updated (~#211286).

17 years agochangelog updated before submitting
Martin Vidner [Wed, 11 Oct 2006 06:38:05 +0000 (06:38 +0000)]
changelog updated before submitting

17 years agoformatting corrected (tabs->spaces)
Jan Kupec [Tue, 10 Oct 2006 14:29:54 +0000 (14:29 +0000)]
formatting corrected (tabs->spaces)

17 years ago- Implement microseconds logging when ZYPP_PROFILING env variable is
Duncan Mac-Vicar P [Tue, 10 Oct 2006 14:03:25 +0000 (14:03 +0000)]
- Implement microseconds logging when ZYPP_PROFILING env variable is
  enabled.

17 years agozypper-search sources added
Jan Kupec [Tue, 10 Oct 2006 13:50:31 +0000 (13:50 +0000)]
zypper-search sources added

17 years agobasic search implemented
Jan Kupec [Tue, 10 Oct 2006 13:46:46 +0000 (13:46 +0000)]
basic search implemented

17 years agobool Table::empty() added
Jan Kupec [Tue, 10 Oct 2006 13:45:10 +0000 (13:45 +0000)]
bool Table::empty() added

17 years agochanges
Duncan Mac-Vicar P [Mon, 9 Oct 2006 16:16:37 +0000 (16:16 +0000)]
changes

17 years ago- YaST sources:
Duncan Mac-Vicar P [Mon, 9 Oct 2006 16:14:41 +0000 (16:14 +0000)]
- YaST sources:
  Factory cannot be set with 'refresh' enabled
  (#204957)

17 years ago- introduce Profiling Log formater, to add microseconds useful
Duncan Mac-Vicar P [Mon, 9 Oct 2006 16:10:37 +0000 (16:10 +0000)]
- introduce Profiling Log formater, to add microseconds useful
for generatng profile data, just a skeleton for now

17 years agoAdded zypp-checkpatches and a suid-root zypp-checkpatches-wrapper.
Martin Vidner [Mon, 9 Oct 2006 13:14:20 +0000 (13:14 +0000)]
Added zypp-checkpatches and a suid-root zypp-checkpatches-wrapper.

17 years agoXML fixes:
Martin Vidner [Mon, 9 Oct 2006 12:15:36 +0000 (12:15 +0000)]
XML fixes:
xmllint --noout /var/lib/zypp/cache/updates_result.xml

17 years agodrop unused Autodispose::nodispose
Michael Andres [Fri, 6 Oct 2006 15:56:39 +0000 (15:56 +0000)]
drop unused Autodispose::nodispose

17 years ago- fixed dereferencing type-punned pointer will break strict-aliasing rules
Michael Andres [Fri, 6 Oct 2006 15:51:57 +0000 (15:51 +0000)]
- fixed dereferencing type-punned pointer will break strict-aliasing rules

17 years ago- separate some functions to a common file.
Duncan Mac-Vicar P [Fri, 6 Oct 2006 14:08:16 +0000 (14:08 +0000)]
- separate some functions to a common file.

17 years agoget rid of the token usage
Duncan Mac-Vicar P [Fri, 6 Oct 2006 13:31:00 +0000 (13:31 +0000)]
get rid of the token usage

17 years agoselect the best solution: prefering the total amount of install/update
Stefan Schubert [Fri, 6 Oct 2006 11:25:09 +0000 (11:25 +0000)]
select the best solution: prefering the total amount of install/update
packages BEFORE source preferences. Bug 208784

17 years agoselect the best solution: prefering the total amount of install/update
Stefan Schubert [Fri, 6 Oct 2006 11:24:24 +0000 (11:24 +0000)]
select the best solution: prefering the total amount of install/update
packages BEFORE source preferences. Bug 208784

17 years agochanges
Duncan Mac-Vicar P [Fri, 6 Oct 2006 09:56:34 +0000 (09:56 +0000)]
changes

17 years ago- XML output for zypp-checkpatches
Duncan Mac-Vicar P [Fri, 6 Oct 2006 09:31:49 +0000 (09:31 +0000)]
- XML output for zypp-checkpatches

17 years agoadd TODO file
Duncan Mac-Vicar P [Fri, 6 Oct 2006 09:31:18 +0000 (09:31 +0000)]
add TODO file

17 years ago- move CheckSum methods out of the header
Duncan Mac-Vicar P [Fri, 6 Oct 2006 09:30:45 +0000 (09:30 +0000)]
- move CheckSum methods out of the header

17 years agoIntroduce a method to see if a source supports a
Duncan Mac-Vicar P [Fri, 6 Oct 2006 09:30:16 +0000 (09:30 +0000)]
Introduce a method to see if a source supports a
kind of resolvable at that time, so we can
init a YUM source like factory but avoid parsing
it if it contains no patches.

17 years agofixed no return statement in function returning non-void
Michael Andres [Thu, 5 Oct 2006 13:57:05 +0000 (13:57 +0000)]
fixed no return statement in function returning non-void

17 years agofixed: comparison is always true due to limited range of data type
Michael Andres [Thu, 5 Oct 2006 13:46:36 +0000 (13:46 +0000)]
fixed: comparison is always true due to limited range of data type