Commit Graph

25 Commits

Author SHA1 Message Date
Oliver Kurth 950121458d add priority option (no effect yet) 2021-03-03 11:19:03 -08:00
Oliver Kurth b99f39aed6 implement all download options retries, timeout, minrate and throttle 2020-12-07 11:23:20 -08:00
oliverkurth acc725df74 fix resource leaks 2020-10-28 10:53:46 -07:00
Keerthana K 2a5b62e65f Fix uninitialized variable access 2020-10-28 05:41:04 +00:00
Emre Girgin 39314b40b8
Add SSL options support (#176)
* Add SSL options support
2020-10-23 12:05:59 -07:00
oliverkurth f2793f3085 install local and remote RPMs from command line 2020-10-21 22:22:39 -07:00
oliverkurth 836a2812ab use TDNFAllocateStringArray in TDNFCloneRepo 2020-10-01 11:24:59 -07:00
oliverkurth fec075dd86 make repo gpgkeys field an array of strings 2020-10-01 11:24:59 -07:00
Priyesh 2f5b85e5c9
Merge pull request #110 from keerthanakalyan/topic/keerthanak/fix-error-string-on-faulty-repodir
Fix Error string when repodir is invalid
2020-02-13 10:59:27 -08:00
Priyesh Padmavilasom d6a0e74723 plugin headers and initial repogpgcheck plugin implementation
- plugin event map for guidance to event items
 - plugin events init, repo, repomd
 - tests for plugin conf
 - tests with a repomd sign and verify via plugin
2020-02-12 18:50:26 +00:00
Keerthana K 8232bd4177 Fix Error string when repodir is not present
Fix error when repo directory provided is not present. Currently
tdnf displays "Error(2605) : Unknown error 1005" when the repodir
configured is invalid. Correct Error should be
"Error(1005) : Error opening repo dir. Check if the repodir configured
in tdnf.conf exists (usually /etc/yum.repos.d)"
2020-02-11 04:49:11 +00:00
Shreenidhi Shedi c4de6ae9db Minor fixes all over the place.
Changes include:
1. Fix build warnings like unused parameters, sign mismatch while comparing.
2. Using printf instead of fprintf(stdout, ...).
3. Added header guard in few .h files.
4. Added a rule for silent build in configure.ac
5. Removal of trailing spaces, my vim does it automatically
6. Fixed few wrong date entries in spec files.
7. Removed unused function parameters in few places.

Signed-off-by: Shreenidhi Shedi <sshedi@vmware.com>
2019-10-14 22:25:38 +05:30
Priyesh Padmavilasom 8bf5805de4 update changes from current working branch - iter1
Change-Id: Iac86be090b54090c1e31a53918c400b200f42702
2018-01-12 22:48:40 +00:00
xiaolin-vmware 811e61fed9 merge uselibsolv branch.
Change-Id: I3e7e66d257897ade8319c562b9c9228a7c53af3b
2017-05-15 17:32:45 -07:00
Priyesh Padmavilasom bb7ac75bd7 add cli lib
Change-Id: I52b14eafe9e7ca4e1f9171b1bd20222c7467ee4e
2017-02-27 14:13:28 -08:00
xiaolin-vmware f25379c61e Remove glib dependency from tdnf.
Change-Id: I51ed0e224c54c2a3eff57b8c54af7204db2ef26e
2016-11-29 15:18:26 -08:00
Priyesh Padmavilasom 583ef2ceb1 engage metadata_expire
Change-Id: I87a52796f5639d758a60b4707769cc71a06ac362
2016-06-24 08:20:53 +00:00
Priyesh Padmavilasom 5280cbe42e implement enablerepo disablerepo options, fix repolist status
Change-Id: I1a402e790c4d946107a6feb76f22f1c0d64ce5ac
2016-06-03 18:40:01 +00:00
Priyesh Padmavilasom be1dddab7a Add wrap check in alloc routine 2016-01-03 15:55:37 -05:00
Priyesh Padmavilasom fec206b1c4 add support for url var substitution 2015-12-12 16:30:40 -05:00
Priyesh Padmavilasom 9835aed77f fix memory leaks 2015-05-31 17:51:16 -04:00
Priyesh Padmavilasom ef0725b01c Update license info 2015-04-15 17:10:08 -04:00
Priyesh Padmavilasom 8cdaa8c602 refactor - api.c to have all the externally accessible functions 2015-04-05 21:36:22 -04:00
Priyesh Padmavilasom 73ac20ecfd fix gpg check code, move static function defs out from source files, address naming conventions in rpmtrans internal structures 2015-04-02 20:23:08 -04:00
ppadmavilasom 6732366551 initial commit 2015-04-01 18:59:27 -07:00