aboutsummaryrefslogtreecommitdiff
path: root/wraptool.py
AgeCommit message (Expand)AuthorFilesLines
2016-03-02Back to .py suffix in files. Closes #394.Jussi Pakkanen1-0/+20
2016-01-16Moved all wrap related things to their own submodule.Jussi Pakkanen1-206/+0
2016-01-15Moved scripts in the module and started work to run them via the main meson c...Jussi Pakkanen1-0/+206
2016-01-15Organise files into a module structure.Jussi Pakkanen1-233/+0
2015-12-28Use global certificates now that we have letsencrypt set up. Also fall back t...Jussi Pakkanen1-50/+15
2015-11-19Use plain http connections to wrapdb when ssl is not working (i.e. on OSX).Jussi Pakkanen1-0/+4
2015-11-18Print ssl warning on use, not on module import.Jussi Pakkanen1-2/+8
2015-11-14Do not use SSL on OSX because for some reason it does not work.Jussi Pakkanen1-1/+8
2015-10-22Open all wrapdb urls via the same code path.Jussi Pakkanen1-5/+8
2015-07-21Connect to wrapdb over authenticated ssl when possible and print warning when...Jussi Pakkanen1-2/+54
2015-07-07Use server side searches.Jussi Pakkanen1-6/+3
2015-07-06Help and status printer.Jussi Pakkanen1-3/+46
2015-07-06Created tool to access the online wrap database.Jussi Pakkanen1-0/+156