summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)Author
2017-07-28Break out Package read/writeJoel Klinghed
2017-07-23Add proxy to GUIJoel Klinghed
Access via "Setup..." in main menu Uses a socketpair to connect monitor so only proxy port is open
2017-07-22Add application config for GUIJoel Klinghed
QT5 stored in .config/org.the_jk/tp.Monitor.conf on Linux GTK stored in dconf
2017-07-22Initial monitor GUIJoel Klinghed
Basic monitor functionality, GTK-3.0 and QT5 backends
2017-04-06Add fallback SSL implementation using OpenSSLJoel Klinghed
2017-03-28Support compiling without SSLJoel Klinghed
And prepare for other SSL implementations than mbedtls
2017-03-28MITM SSL Interception support using mbedtlsJoel Klinghed
2017-03-16Add basic console monitor and implement monitor supportJoel Klinghed
2017-02-28Initial commitJoel Klinghed