summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-07-28Gtk: Fix crash when GtkGuiMain::set_package(null) was calledJoel Klinghed
2017-07-28Add GuiMessage, simple message dialogJoel Klinghed
2017-07-28Gtk: Fix GuiMain::file_dialog, gtk_file_chooser_native is not a widgetJoel Klinghed
2017-07-28Add GuiWindow::title() and make sure app window has title from startJoel Klinghed
2017-07-28Gtk: Fix bug when removing the first row in listmodelJoel Klinghed
2017-07-28Add GuiMain::file_dialogJoel Klinghed
2017-07-28Break out Package read/writeJoel Klinghed
2017-07-27Hide Tools -> Generate CA behind HAVE_SSLJoel Klinghed
2017-07-27Add missing includeJoel Klinghed
2017-07-26Cleanup timeouts in proxy when freeingJoel Klinghed
2017-07-26Reset Monitor at new connectionJoel Klinghed
2017-07-26Fix hex print out of values >= 0x80Joel Klinghed
2017-07-26Add SSL interception to Setup in GUIJoel Klinghed
2017-07-26Add GuiForm::Listener::changed which is called whenever a value is changedJoel Klinghed
2017-07-26Change GuiForm::add_file must_exists argument to flags FILE_OPEN/FILE_SAVEJoel Klinghed
2017-07-26Add Config::removeJoel Klinghed
2017-07-25Close client and monitor connections completely when destroying proxyJoel Klinghed
2017-07-24Add missing = 0 to make method abstractJoel Klinghed
2017-07-24Add tools -> Generate CAJoel Klinghed
2017-07-24Fix mbedtls certificate generationJoel Klinghed
2017-07-24ssl_openssl: --warningsJoel Klinghed
2017-07-24Add description to GuiForm fieldsJoel Klinghed
2017-07-23fixup! Add proxy log windowJoel Klinghed
2017-07-23Add proxy log windowJoel Klinghed
2017-07-23Remove leftover debug assertJoel Klinghed
2017-07-23Add proxy to GUIJoel Klinghed
2017-07-23Fix GUI loopersJoel Klinghed
2017-07-22Add application config for GUIJoel Klinghed
2017-07-22fixup! Initial monitor GUIJoel Klinghed
2017-07-22Initial monitor GUIJoel Klinghed
2017-07-22Fix warnings for GCC as wellJoel Klinghed
2017-07-22Restore -Wunused-parameter warningJoel Klinghed
2017-06-13Fix uninitialized field in MonitorJoel Klinghed
2017-05-28Add Observers, useful class for notifying listenersJoel Klinghed
2017-05-26Workaround bad implementations of std::unique_ptr in std::pairJoel Klinghed
2017-05-26fixup! Support openssl 1.1.0+Joel Klinghed
2017-05-26Support openssl 1.1.0+Joel Klinghed
2017-04-25Make a non-existent config file an errorJoel Klinghed
2017-04-25Fix tp-monitor argument parsingJoel Klinghed
2017-04-25Make SSL interception behave as per config documentationJoel Klinghed
2017-04-06Add fallback SSL implementation using OpenSSLJoel Klinghed
2017-04-06fixup! Add certificate support for subject alt name for mbedtlsJoel Klinghed
2017-03-30Add certificate support for subject alt name for mbedtlsJoel Klinghed
2017-03-30Generate a unique serial for each certJoel Klinghed
2017-03-28Support compiling without SSLJoel Klinghed
2017-03-28MITM SSL Interception support using mbedtlsJoel Klinghed
2017-03-16Add basic console monitor and implement monitor supportJoel Klinghed
2017-03-01Add support for CONNECTJoel Klinghed
2017-02-28Check for accept4() and provide alternativeJoel Klinghed
2017-02-28Workaround warning in GCCJoel Klinghed