summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/util.py
AgeCommit message (Collapse)Author
2016-12-26[style] remove unneeded importKali Kaneko (leap communications)
2016-11-22[bug] use the bundled gpg binaryKali Kaneko (leap communications)
the bundle was trying to get the gpg binary from the config folder instead of the bundled binary.
2016-11-03[style] pep8 fixesKali Kaneko (leap communications)
2016-10-21[feat] add path for windows bundleKali Kaneko (leap communications)
2016-10-20[bug] add missing importKali Kaneko (leap communications)
2016-10-07[bug] add path extension to gpg1 tooKali Kaneko (leap communications)
2016-10-07[refactor] use new logger infrastructureKali Kaneko (leap communications)
2016-09-27[feature] launch backend from the qt gui entrypointKali Kaneko (leap communications)
2016-09-20[bug] revert usage of twisted whichKali Kaneko (leap communications)
the test environment isn't finding the path properly, due to pytest internals. so: - add path extension - fix the order in which we're happy with a gpg option (to avoid symlinks)
2016-09-20[bug] add missing importKali Kaneko (leap communications)
2016-09-20[feat] discover gpg bin path instead of hardcode itRuben Pollan
2016-09-01[refactor] copy over missing utilKali Kaneko (leap communications)