]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/node/apt.rs
split out pbs-runtime module
[proxmox-backup.git] / src / api2 / node / apt.rs
2021-07-06 Wolfgang Bumillersplit out pbs-runtime module
2021-05-25 Thomas Lamprechtapt: fix removal of non-existant http-proxy config
2021-05-17 Wolfgang Bumillerupdate proxmox-http dependency
2021-05-17 Fabian GrünbichlerSimpleHttp: factor out product-specific bits
2021-05-17 Fabian Grünbichlermove ProxyConfig to proxmox_http
2021-05-12 Dietmar Maurercorrectly set apt proxy configuration
2021-05-10 Dylan Whytefix #3296: use proxy client to retrieve changelog
2021-05-06 Dietmar Maurercleanup: split SimpleHttp client into extra file
2021-04-21 Dietmar MaurerHttpsConnector: add proxy support
2021-04-21 Dietmar Maurernew http client implementation SimpleHttp (avoid static...
2021-03-10 Thomas Lamprechttypo fixes all over the place
2021-01-25 Fabian Grünbichlerapt: let api handle optional bool with default
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-20 Fabian Grünbichlerclippy: convert single match to if let
2021-01-20 Fabian Grünbichlerclippy: remove explicit returns
2021-01-20 Fabian Grünbichlerclippy: is_some/none/ok/err/empty
2021-01-20 Fabian Grünbichlerclippy: remove needless bool literals
2020-11-12 Thomas Lamprechtfollouwp: whitespace cleanup
2020-11-12 Mira Limbeckapi: apt/versions: fix running_kernel string for unknow...
2020-11-12 Stefan Reiterapt: use typed response for get_versions
2020-11-11 Thomas Lamprechtapi: versions: add version also in server package unkno...
2020-11-11 Thomas Lamprechtapi: versions: rust fmt cleanups
2020-11-11 Mira Limbeckadd extra_info field to APTUpdateInfo
2020-11-09 Stefan Reiterapt: allow changelog retrieval from enterprise repo
2020-11-09 Thomas Lamprechtapi: node/apt: add versions call
2020-10-31 Thomas Lamprechtapt: sort packages for update notifcation mail
2020-10-31 Thomas Lamprechtapi: apt: implement support to send notification email...
2020-10-31 Thomas Lamprechtapi: implement apt pkg cache
2020-10-31 Thomas Lamprechtapi: apt: factor out and improve calling apt update
2020-10-31 Thomas Lamprechtapi/tools: split out apt helpers from api to own module
2020-10-29 Fabian Grünbichlerreplace Userid with Authid
2020-10-22 Fabian Grünbichlerapt: improve error messages
2020-10-22 Stefan Reiterapt: add /changelog API call similar to PVE
2020-10-22 Stefan Reiterfix #2934: list to-be-installed packages in updates
2020-10-22 Stefan Reiterapt: refactor package detail reading into function
2020-10-22 Stefan Reiterapt: use 'apt-get changelog --print-uris' in get_change...
2020-10-22 Stefan Reiterapt: allow filter to select different package version
2020-08-10 Wolfgang Bumillerintroduce Username, Realm and Userid api types
2020-07-23 Thomas Lamprechtapi: apt: use schema default const for quiet param
2020-07-23 Thomas Lamprechtapi: apt update must run protected
2020-07-23 Thomas Lamprechtapi: apt: support refreshing package index
2020-07-23 Stefan Reiteradd .../apt/update API call