build require libproxy
[platform/upstream/libzypp.git] / zypp /
2010-12-21 Duncan Mac-Vicar P- split the gpgkey line and take the first one as url...
2010-12-21 Duncan Mac-Vicar PMerge branch 'master' of gitorious.org:opensuse/libzypp
2010-12-21 Dominik Heidlerfailover to mirrorlist url when checking schemeIsDownlo...
2010-12-21 Dominik Heidlerfix caching of mirrorlist files
2010-12-16 Michael AndresDo not export keyring if rpmdb is initialised, but...
2010-12-10 Dominik Heidleradd some debug
2010-12-10 Dominik HeidlerCatch RPM-Exeption when instaling the Distribution...
2010-12-08 Michael Schroeder- do not go to sleep for 0ms
2010-12-08 Dominik Heidlerfix retrieval of distributionVersion if target is not...
2010-12-07 Michael Schroeder- MultiCurl: make sure the server responded with "parti...
2010-12-06 Duncan Mac-Vicar PMerge branch 'master' of gitorious.org:opensuse/libzypp
2010-12-01 Dominik HeidlerRemove Cache-files which don't contain any usable URLs
2010-12-01 Dominik HeidlerLet RepoInfo use only one Replacer instance as this...
2010-12-01 Dominik HeidlerRepoVariable String- and UrlReplacer will now cache...
2010-11-30 Dominik Heidleradd mirrorlist caching:
2010-11-29 Michael AndresDiscard stderr when reading service plugin output.
2010-11-25 Michael AndresImprove service refresh behavior in case the target...
2010-11-24 Michael AndresProperly handle FTP response 550. (bnc#645747)
2010-11-22 Duncan Mac-Vicar Plibproxy implementation for ProxyInfo. Right now it...
2010-11-22 David Woodhouseallow proxy information to be url based instead of...
2010-11-22 Duncan Mac-Vicar PMerge branch 'master' of gitorious.org:opensuse/libzypp
2010-11-19 Michael Schroeder- fix segfault, the curl message is freed after curl_mu...
2010-11-15 Michael AndresHandle patch category 'feature' (same as optional).
2010-11-09 Michael Andresremove garbage :(
2010-11-09 Michael AndresEnlage plugin communication timeouts, also make them...
2010-11-03 Dominik Heidleradd mirrorlist-support
2010-11-03 Dominik Heidleradd url-option to select specific mediahandler
2010-11-03 Dominik Heidleradded Url::delQueryParam method
2010-10-29 Michael AndresMap patch category strings 'bugfix' and 'enhancement...
2010-10-29 Michael AndresUpdate repo types.
2010-10-21 Michael AndresFeed the ProvideFilePolicy progress callback in additio...
2010-10-21 Michael AndresAdd some typedefs for convenience
2010-10-21 Michael AndresEnhance exception histories
2010-10-21 Michael AndresException: add ctor taking a message and an exception...
2010-10-19 Michael Andresfix warning: label 'std' defined but not used
2010-10-19 Michael Andresadd missing include
2010-10-19 Michael AndresQuick add hook for system/spacewalk plugin to send...
2010-10-18 Dominik HeidlerAllow usage of RepoVariables ($basearch and $releasever...
2010-10-15 Michael AndresSet autorefresh true for plugin services
2010-10-15 Michael AndresArrange plugin scripts stderr being written to the...
2010-10-15 Michael AndresNew class ExternalProgramWithStderr: ExternalProgram...
2010-10-15 Michael Andres$ZYPP_PLUGIN_DEBUG: Dump plugin scripts send/receive...
2010-10-15 Michael AndresAdd debug log line
2010-10-13 Dominik Heidler- Make MetaLinkParser accept InputStreams
2010-10-11 Michael AndresUse timeouts in plugin script communication.
2010-10-11 Michael AndresAdd DefaultIntegral::reset
2010-10-11 Michael AndresExternalProgram: Correctly remember exit status
2010-10-08 Duncan Mac-Vicar Pfix services not being linked to their file after being...
2010-10-07 Ján KupecDon't use aria2c for FTP (bnc #641328)
2010-10-06 Duncan Mac-Vicar PUrlResolverPlugin implementation
2010-10-06 Duncan Mac-Vicar P- throw a MediaException if script fails, and use the...
2010-10-06 Michael AndresNew base/Signal.h: Exception safe signal handler save...
2010-10-06 Dominik HeidlerUse DownloadInHeaps as default, when there is nothing...
2010-10-06 Michael AndresNew: class Errno - Convenience errno wrapper.
2010-10-05 Michael AndresLog but don't refuse sending empty frames
2010-10-05 Michael AndresDefine PluginScript::NotConnected constant
2010-10-04 Michael AndresBasic PluginScript handling (send and receive frames)
2010-10-04 Michael AndresAdd str::receiveUpTo to read stream content up to the...
2010-10-01 Michael AndresExternalDataSource: fix to receive binary data
2010-09-29 Michael AndresExternalProgram::close: watch out for the command exiti...
2010-09-28 Dominik Heidlerfixed replacing releasever (for fedora systems) - ...
2010-09-28 Michael AndresInitialize pid in ctor
2010-09-27 Michael AndresCoding: Var names follow function names (no '_')
2010-09-27 Duncan Mac-Vicar PservicePluginsDir -> servicePluginsPath
2010-09-27 Duncan Mac-Vicar PMerge branch 'local_services' of gitorious.org:~duncan...
2010-09-27 Duncan Mac-Vicar PMerge branch 'master' of gitorious.org:opensuse/libzypp
2010-09-27 Duncan Mac-Vicar Pmove the "default" repo state logic when the service...
2010-09-27 Michael AndresZConfig: return paths to plugin directories.
2010-09-27 Michael AndresMedia handler rename PLUGIN->Plugin
2010-09-24 Michael AndresAdd MediaPLUGIN: MediaHandler skeleton for 'plugin...
2010-09-24 Michael AndresUrl: define schema 'plugin:'
2010-09-24 Duncan Mac-Vicar PMerge branch 'master' into local_services
2010-09-24 Duncan Mac-Vicar PMerge branch 'master' of gitorious.org:opensuse/libzypp
2010-09-24 Duncan Mac-Vicar Prename Local Services to Plugin Services as discussed...
2010-09-24 Michael Schroeder- fix metalink4 parsing
2010-09-24 Michael Schroeder- update totalsize if the filesize gets updated [bnc...
2010-09-22 Michael Schroeder- fix re-fetch logic, reopen tmp file
2010-09-20 Duncan Mac-Vicar PAllow yum-style setting of per-repo proxy including
2010-09-17 Duncan Mac-Vicar PFirst working version of a local service. Still some...
2010-09-16 Michael Schroeder- fix segfault on user abort, write and reuse "MultiCur...
2010-09-16 Duncan Mac-Vicar Pprototype of local services, take one
2010-09-10 Michael Andrescomments updated
2010-09-10 Dominik Heidlerfixed replacing basearch (for fedora systems) - (bnc...
2010-09-10 Michael AndresReport download failures in commit result (bnc#431854)
2010-09-10 Michael AndresFix Solvable::onSystemByUser returning true for uninsta...
2010-08-31 Michael AndresFix download-only not to omit source packages (bnc...
2010-08-13 Duncan Mac-Vicar Prevert. fedora-release also provides redhat-release
2010-08-13 Duncan Mac-Vicar Premove useless double return
2010-08-13 Duncan Mac-Vicar Puse the right release package on Fedora
2010-08-13 Duncan Mac-Vicar Pfix basearch variable
2010-08-10 Michael AndresBypass blkid cache
2010-08-10 Michael AndresUse blkid to verify disk volumes. (bnc#623226)
2010-08-05 Michael Schroeder- fix size check for last block, so that the delta...
2010-08-05 Michael Schroeder- fix ftp download (ftp does not have a content type)
2010-08-04 Michael AndresFix possibly undefined behavior in basearch computation.
2010-08-04 Michael Schroeder- fix memory leak
2010-08-03 Michael Schroeder- add forgotten resource sort call
2010-08-03 Michael AndresFix memory leak
2010-08-03 Michael Schroeder- fix memory leak
2010-08-02 Michael Schroeder- rename "zsync4" to "zsync", invert byte order so...
next