summarylogtreecommitdiffstats
path: root/pkgdistcache-daemon
AgeCommit message (Collapse)Author
2018-08-11Convert to explicit DBusGMainLoopEric Anderson
This fixes the warning: DeprecationWarning: Importing dbus.glib to use the GLib main loop with dbus-python is deprecated. Instead, use this sequence: from dbus.mainloop.glib import DBusGMainLoop DBusGMainLoop(set_as_default=True) import dbus.glib
2017-12-28Remove unnecessary server codeEric Anderson
2017-12-28Update style of source to better match PEP 8Eric Anderson
2017-03-11Port to python3Eric Anderson
Although the changes were small, it seems important enough to bump the minor version.
2017-02-25Disable unnecessary server pollingEric Anderson
2016-12-03Bump to 0.3.2 for ipv6 servingEric Anderson
2015-06-20Initial importEric Anderson