Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
12c9ad8
[dnf5] Add LogRouter::swap_logger() method
jrohel Mar 21, 2020
cc1b092
[dnf5] Add LogRouter into Base class
jrohel Mar 21, 2020
e5353d4
[dnf5] Add base exception support
jrohel Mar 20, 2020
0bc76ac
[dnf5] Add fmt library for text formating
jrohel Mar 20, 2020
fa8e3f4
[dnf5] Move Option to the new location
jrohel Mar 31, 2020
6fe4849
[dnf5] Modify Option class for new libdnf
jrohel Mar 20, 2020
78619f1
[dnf5] Move OptionChild template class to the new location
jrohel Mar 31, 2020
1ceceef
[dnf5] Modify OptionChild class for new libdnf
jrohel Mar 20, 2020
10fb3aa
[dnf5] Move basic config option types to the new location
jrohel Mar 31, 2020
23d3896
[dnf5] Modify implementation of basic config option types for new libdnf
jrohel Mar 20, 2020
be5cb9b
[dnf5] Move additional config option types to the new location
jrohel Mar 31, 2020
1f58b9b
[dnf5] Modify additional config option types for the new libdnf
jrohel Mar 20, 2020
1de90ee
[dnf5] Move OptionSeconds to the new location
jrohel Mar 31, 2020
18e7656
[dnf5] Modify OptionSeconds for the new libdnf
jrohel Mar 20, 2020
79a95a8
[dnf5] Move OptionPath to the new location
jrohel Mar 31, 2020
49c752f
[dnf5] Modify OptionPath for new libdnf
jrohel Mar 20, 2020
6d5870f
[dnf5] Move OptionBinds to the new location
jrohel Mar 31, 2020
2fe20c4
[dnf5] Modify OptionBinds for new libdnf
jrohel Mar 20, 2020
b5ad803
[dnf5] Move Config to the new location
jrohel Mar 31, 2020
30683d4
[dnf5] Modify Config for new libdnf
jrohel Mar 20, 2020
4deaf00
[dnf5] Move ConfigMain to the new location
jrohel Mar 31, 2020
b380342
[dnf5] Modify ConfigMain for new libdnf
jrohel Mar 20, 2020
fddc9b7
[dnf5] microdnf - add Base and set Logger
jrohel Mar 21, 2020
4986b8b
[dnf5] Move iniparser from old libdnf - parser for dnf ini files
jrohel Mar 24, 2020
6fc28f8
[dnf5] Modify iniparser for new libdnf
jrohel Mar 24, 2020
d8c2c99
[dnf5] Move PreserveOrderMap from old libdnf
jrohel Mar 24, 2020
0ddd6e2
[dnf5] Modify PreserveOrderMap for new libdnf
jrohel Mar 24, 2020
3277d94
[dnf5] Move ConfigParser from old libdnf
jrohel Mar 24, 2020
e39b409
[dnf5] Modify ConfigParser for new libdnf
jrohel Mar 24, 2020
6663ea8
[dnf5] Add rpm::ConfigRepo (stores configuration of RPM repository)
jrohel Mar 23, 2020
5f1ca8c
[dnf5] Add ConfigMain into Base class
jrohel Mar 24, 2020
b9daaf9
[dnf5] Base: Add methods for main configuration loading
jrohel Mar 24, 2020
2b6073d
[dnf5] Load conf files from dir in alphabetical order
jrohel Mar 29, 2020
96c6e50
[dnf5] microdnf - load main configuration
jrohel Mar 24, 2020
db6d591
[dnf5] Move bgettext to the new location
jrohel Mar 24, 2020
61b4a17
[dnf5] Move tinyformat to the new location
jrohel Mar 24, 2020
9799a87
[dnf5] Fix: tinyformat - FormatListN template type
jrohel Mar 24, 2020
a00dd99
[dnf5] cmake - set gettext domain for translations
jrohel Mar 24, 2020
d72276e
[dnf5] Add GLib2, GPGme, and librepo libraries
jrohel Mar 24, 2020
3ce2c31
[dnf5] Add utils - have_files_same_content function
jrohel Mar 24, 2020
0b57220
[dnf5] Move Repo from old libdnf
jrohel Mar 24, 2020
81298f2
[dnf5] Modify rpm repository support (rpm::Repo) for new libdnf
jrohel Mar 24, 2020
06ae506
[dnf5] WeakPtr implementation
jrohel Mar 24, 2020
1886e21
[dnf5] Add Set class
jrohel Mar 25, 2020
ba6da27
[dnf5] Set class: Add operators | & - ^
jrohel Mar 27, 2020
682ffd8
[dnf5] Add Query support
jrohel Mar 26, 2020
383768d
[dnf5] Add common Sack
jrohel Mar 26, 2020
4d5ae31
[dnf5] Implement rpm RepoQuery
jrohel Mar 26, 2020
6171da8
[dnf5] Implement rpm RepoSack
jrohel Mar 26, 2020
50541c4
[dnf5] Add rpm_repo_sack into Base
jrohel Mar 29, 2020
a0200a6
[dnf5] Base: Add substitutions map
jrohel Mar 30, 2020
5bd3b40
[dnf5] Support creating rpm repos from config file and directories
jrohel Mar 29, 2020
ea44f15
[dnf5] microdnf: Add substitutions and repos loading, gpg import, ...
jrohel Mar 26, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 0 additions & 54 deletions dnf-4/libdnf/conf/Config-private.hpp

This file was deleted.

42 changes: 0 additions & 42 deletions dnf-4/libdnf/conf/Config.hpp

This file was deleted.

Loading