]> git.ipfire.org Git - thirdparty/libsolv.git/shortlog
thirdparty/libsolv.git
2018-09-28  Jonathan DieterAdd system zchunk support 270/head
2018-09-28  Michael SchroederMake sure that targeted updates don't do reinstalls
2018-09-24  Michael SchroederImprove handing over of the parant kv in subarray searches
2018-09-24  Michael SchroederChange data_fetch so that it always returns the first...
2018-09-24  Michael SchroederAllow writing of repodatas in state LOADING
2018-09-21  Michael SchroederGeneralize uninternalized lookups
2018-09-21  Michael SchroederFix share handling in repo2solv
2018-09-21  Michael SchroederFix shared handling for 'susetags2solv -d'
2018-09-19  Michael SchroederAdd some casts so that the C++ compiler does not complain
2018-09-19  Michael SchroederChange order of known ids a bit
2018-09-19  Michael SchroederDrop internal data_skip_verify function
2018-09-19  Michael SchroederSupport reading of TYPE_DELETED keys
2018-09-19  Michael SchroederBring repodata_lookup_num in sync with repo_lookup_num
2018-09-19  Michael SchroederImplement the REPOWRITER_KEEP_TYPE_DELETED flag
2018-09-19  Michael SchroederDrop undocumented old cruft from the tools code
2018-09-19  Michael SchroederAdd new repowriter interface to write a solv file
2018-09-19  Michael Schroederdrop stuff from TODO list
2018-09-18  Michael Schroederrepo_rpmdb: use new repodata_search_arrayelement method
2018-09-18  Michael SchroederAdd repodata_search_arrayelement method
2018-09-18  Michael SchroederAdd repodata_translate_dir method
2018-09-18  Michael Schroederrepo_add_solv: check that arrays have incore storage
2018-09-18  Michael Schroederdata_fetch: set kv->entry to -1 in array case
2018-09-18  Michael Schroederrpmdb2solv: support including the package changelogs
2018-09-14  Michael SchroederSecond part of fixing the longstanding bug
2018-09-14  Michael SchroederAdd missing repodata methods to bindings
2018-09-10  Michael SchroederCosmetics: fix spaces
2018-09-10  Michael SchroederRewrite addfileprovides
2018-09-10  Michael SchroederWith the new code SEARCH_COMPLETE_FILELIST is the default.
2018-09-10  Michael SchroederAdd an internal repodata_lookup_packed_dirstrarray...
2018-09-10  Michael SchroederSupport custom filelist filters.
2018-09-10  Michael SchroederChange lookup/search code that it returns the match...
2018-09-10  Michael Schroederrepo_search: stringify filenames if requested
2018-09-10  Michael SchroederAdd REPOSITORY_FILTEREDFILELIST id and filelist type
2018-09-10  Michael SchroederCosmetics: rename repodata_load_stub to repodata_stub_l...
2018-09-10  Michael SchroederMake repo_matchvalue static and remove it from list...
2018-09-10  Michael SchroederMove repodata_filelistfilter_matches into filelistfilter.c
2018-09-10  Michael SchroederSplit away repodata_load
2018-09-07  Michael SchroederCosmetics: save some space
2018-09-07  Michael SchroederWork around bogus uninitialized warning from gcc
2018-09-07  Michael SchroederAlso add autopatterns for the system repo
2018-08-23  Michael Andreslibzstd is available on leap15 but not on sle15
2018-08-09  Denis OllierFix out of bounds compilation warning 277/head
2018-08-09  Michael SchroederAdd changes, bump version to 0.6.35 0.6.35
2018-07-25  Michael SchroederFix indent
2018-07-25  Michael SchroederMake the arch score unsigned int
2018-07-24  Michael SchroederBring id2color check in poolarch.c in sync with poolarch.h
2018-07-24  Michael SchroederAlso use unsigned int when bounds checking pool_arch2co...
2018-07-24  Michael SchroederRefactor arch handling
2018-07-21  Michael SchroederAllow zchunk files with zero chunks
2018-07-20  Michael Schroederzchunk: fix bounds check in getuint
2018-07-20  Michael SchroederRefactor checksum parsing
2018-07-19  Michael SchroederAdapt to zchunk format change
2018-07-19  Michael SchroederAdd generated manpage as well
2018-07-19  Michael SchroederFix RPMDB_KEEP_GPG_PUBKEY handling
2018-07-19  Michael SchroederAdd manpage for solv tool
2018-07-18  Michael SchroederEek, fix typo
2018-07-18  Michael SchroederAdapt for changed pubring naming in gpg
2018-07-18  Michael SchroederFix getinstalledrpmdbids handling of the match attribute
2018-07-18  Michael Schroederno bindings for sles11
2018-07-18  Michael SchroederNo python3 in SLE11
2018-07-18  Michael Schroederlibzstd is only available for >= leap15
2018-07-18  Michael SchroederAdd back missing changes line
2018-07-18  Michael SchroederUpdate the spec to current standards
2018-07-18  Michael Schroederzchunk: support extracting of streams other than "1"
2018-07-17  Michael SchroederFix parsing of susetags when the content file does...
2018-07-17  Michael SchroederBuild with zstd and zchunk support
2018-07-17  Michael SchroederFix reading of content file in susetags
2018-07-17  Michael SchroederDrop the patchcheck tool
2018-07-16  Michael SchroederAdd compat symlink for repo2solv
2018-07-16  Michael SchroederMove old repo2solv.sh into examples
2018-07-16  Michael SchroederFix bug in susedata languages extension
2018-07-16  Michael SchroederAdd repo2solv manpage
2018-07-16  Michael SchroederAdd new repo2solv tool replacing the old shell script
2018-07-13  Michael SchroederAdd missing solv_zchunk.h file
2018-07-12  Michael Schroedersolv_zchunk: bite should be unsigned int
2018-07-12  Michael SchroederGet rid of some warnings
2018-07-12  Michael SchroederSupport zchunk compression
2018-07-12  Michael SchroederFix handling of deleted keys in repo_search when a...
2018-07-11  Michael SchroederExport repodata_set_kv and make use of it in repo_rpmdb.c
2018-07-11  Michael SchroederSupport saving the solvable dependencies as normal...
2018-07-11  Michael SchroederSupport solvable dependency arrays of type REPOKEY_TYPE...
2018-07-11  Michael SchroederRefactor pool_resize_rels_hash
2018-07-11  Michael SchroederRefactor internal stringpool_resize_hash function
2018-07-11  Michael SchroederSupport zstd compression
2018-07-11  Michael SchroederMerge pull request #274 from ignatenkobrain/solvable2id
2018-07-04  Igor Gnatenkobindings: fix dir2str function return type
2018-07-02  Igor Gnatenkoadd pool_solvable2id() 274/head
2018-06-27  Michael SchroederFix fp double close, work around some false positives...
2018-06-22  Michael SchroederMerge pull request #273 from dbnicholson/deb-control...
2018-06-21  Dan NicholsonBump debian control.tar size limit 273/head
2018-06-15  Michael SchroederTweak documentation of add_dirstr method
2018-06-15  Michael SchroederMerge pull request #271 from ignatenkobrain/python
2018-06-15  Igor Gnatenkobindings: expose repodata_str2dir, repodata_dir2str... 271/head
2018-06-07  Michael SchroederRemove wrong solv_free(data->vincore) in repodata_inter...
2018-06-04  Michael SchroederMerge pull request #262 from j-mracek/const
2018-06-04  Michael SchroederMerge pull request #266 from ignatenkobrain/typo
2018-06-04  Michael SchroederAdd RPMDB_KEEP_GPG_PUBKEY flag
2018-05-15  Jaroslav MracekAdd const for second variable 262/head
2018-05-11  Igor Gnatenkodoc: fix typo 266/head
2018-05-07  Michael SchroederTweak source heuristic in ENABLE_RPMPKG_LIBRPM case
next