summaryrefslogtreecommitdiff
path: root/src/package_manager
Commit message (Expand)AuthorAgeFilesLines
* Refactor events for external package managementShaun Taheri2016-08-311-0/+5
* Add documentation to public functionsShaun Taheri2016-08-236-88/+115
* Rename secret=>client_secret and Dpkg=>DebShaun Taheri2016-08-223-11/+11
* Apply rust-clippy lint suggestionsShaun Taheri2016-08-104-12/+12
* Re-enable RVI through DBus gatewayShaun Taheri2016-08-032-3/+0
* Add OSTree basic package managerAnton Gerasimov2016-07-123-2/+62
* Update Makefile targets and add version to logsShaun Taheri2016-06-242-9/+21
* Propagate shutdown signal to all threadsShaun Taheri2016-06-212-14/+8
* Variable arg support for AcceptUpdate CommandShaun Taheri2016-06-173-22/+41
* Fix package installationShaun Taheri2016-06-083-80/+90
* Fix dpkg queryAlex Humphreys2016-05-251-1/+1
* Remove unused errors.Stevan Andjelkovic2016-05-181-3/+1
* Don't depend on DPKG in tests, use the test package managerTxus2016-05-022-11/+28
* Add another test for install package update.Stevan Andjelkovic2016-04-281-20/+0
* Add --force and --upgrade to rpm installAlex Humphreys2016-04-211-1/+1
* Fix rpm package info formatAlex Humphreys2016-04-211-1/+1
* Fix warningsTxus2016-04-191-0/+1
* Fix empty rpm error result_textAlex Humphreys2016-04-181-3/+4
* Simplify the package manager code.Stevan Andjelkovic2016-04-136-156/+167
* Send proper install reports to the server after an updateTxus2016-04-114-32/+55
* Expose events via websocket, and make everything actorsTxus2016-04-062-2/+2
* Statically link binary and add DEB and RPM targetsShaun Taheri2016-04-051-5/+21
* Clean up the code in the tests a wee bit.Stevan Andjelkovic2016-04-041-44/+27
* Make the path to the file system based package manager db configurable.Stevan Andjelkovic2016-04-044-26/+76
* Add fake package manager.Stevan Andjelkovic2016-03-305-9/+135
* Static package manager trait pointers.Stevan Andjelkovic2016-03-292-0/+4
* Make the worker use the package manager specified at run-time by theStevan Andjelkovic2016-03-293-9/+0
* Add rpm package manager stub.Stevan Andjelkovic2016-03-292-0/+26
* Install new update (on behalf of Txus, Stevan)Txus2016-03-242-11/+21
* Make use of reexports for datatypes.Stevan Andjelkovic2016-03-242-5/+5
* Move package manager interface to its own file.Stevan Andjelkovic2016-03-242-8/+10
* Move datatypes into their own module.Stevan Andjelkovic2016-03-232-6/+7
* Rewrite main to use the http client and package manager interfaces.Stevan Andjelkovic2016-03-232-0/+6
* fix endpoint urlsSimão Mata2016-03-221-1/+1
* Remove clone constraint on package manager.Stevan Andjelkovic2016-03-212-2/+1
* Don't use string errors.Stevan Andjelkovic2016-03-171-9/+10
* Put package tests inside tests module.Stevan Andjelkovic2016-03-141-15/+28
* [WIP] Post installed DPKG packagesTxus2016-03-102-0/+69