aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/onboarding
Commit message (Collapse)AuthorAgeFilesLines
* onboarding app: serve certs inline to unbreak firefoxMaximilian Hils2015-03-191-2/+2
|
* fix webapp on WindowsMaximilian Hils2015-03-191-16/+20
| | | | | - the p12 file needs a ".p12" extension. simply naming the file "p12" isn't sufficient
* Move onboarding app to TornadoAldo Cortesi2014-12-274-20/+71
| | | | | | | Two reasons for this. First, this removes flask and its dependencies, which are quite sizeable. Second, pyinstaller now barfs on simplejson, which is a Flask dependency. I just don't have time to fix this upstream, so doing what we should be doing anyway is a no-brainer.
* fix #419Maximilian Hils2014-12-081-1/+10
|
* First-order integration of configargparser to add config file supportAldo Cortesi2014-11-151-2/+2
|
* use bowser-installerMaximilian Hils2014-09-136-48/+0
|
* web -> onboardingAldo Cortesi2014-09-1219-0/+1949