| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-18 | Avoid trying to add data to an unknown package idHEADmaster | Joel Klinghed | |
| Can happen when you connect to an already running proxy, as the proxy might send you data updates for packages that you haven't received. | |||
| 2023-07-18 | Support mbedtls 3.x | Joel Klinghed | |
| 2017-08-11 | Minor improvements to the UI, mainly text improvements | Joel Klinghed | |
| Added shortcut for Setup... and changed Connect... and Disconnect... to match (so F5, F6 and F7 resp.). Let dialog descriptions end with "." but remove from field descriptions. Change the statusbar to better match that we probably are going to run as a proxy the most of the time. | |||
| 2017-08-11 | Move Proxy menu after Edit | Joel Klinghed | |
| 2017-08-11 | Correct description | Joel Klinghed | |
| 2017-08-10 | Add duration to packages and tpp format | Joel Klinghed | |
| 2017-08-10 | Workaround warning | Joel Klinghed | |
| 2017-08-10 | Make PackagesWriter streaming - you don't need to give count when creating it | Joel Klinghed | |
| 2017-08-09 | Break out tpp load and save methods | Joel Klinghed | |
| 2017-08-09 | Remember main window size | Joel Klinghed | |
| 2017-08-08 | Lower the amount of bytes shown for package/protocol | Joel Klinghed | |
| And add a text to package view when data is truncated | |||
| 2017-08-06 | Add support for protocols in monitor-gui | Joel Klinghed | |
| 2017-08-06 | Make sure QtLooper doesn't use QSocketNotifier before QApplication is created | Joel Klinghed | |
| 2017-08-01 | Remove outdated assert | Joel Klinghed | |
| If you clear the list of packages while the proxy is active you can end up having removed a package before it was finished - this is fine and should not trigger an assert | |||
| 2017-08-01 | Add Export (binary) as a complement to Copy | Joel Klinghed | |
| 2017-07-30 | Fix tcp checksum computation in pcap save | Joel Klinghed | |
| 2017-07-30 | Add menu shortcuts | Joel Klinghed | |
| 2017-07-29 | Add basic "Jump to related" which jumps to request/response respectivly | Joel Klinghed | |
| 2017-07-29 | Make sure loaded packages are treated as done | Joel Klinghed | |
| Even the 0 byte ones | |||
| 2017-07-29 | Only ask at exit if there are any packages | Joel Klinghed | |
| 2017-07-29 | Fix compilation on 32bit | Joel Klinghed | |
| 2017-07-29 | Clear list of packages before loading new ones | Joel Klinghed | |
| 2017-07-29 | Modify saved packages format to include a header | Joel Klinghed | |
| 2017-07-29 | Handle FILE argument in monitor-gui | Joel Klinghed | |
| 2017-07-29 | Remove attribute(__unused__) usage | Joel Klinghed | |
| Just omitting the parameter name is more portable and less to write | |||
| 2017-07-29 | Print monitor errors to proxy log and statusbar | Joel Klinghed | |
| 2017-07-29 | Add basic pcap import/export support | Joel Klinghed | |
| 2017-07-29 | Cleanup file dialog filters and remove Monitor from app title | Joel Klinghed | |
| 2017-07-28 | Add support for loading/saving captured packages | Joel Klinghed | |
| 2017-07-28 | Add GuiMain::file_dialog | Joel Klinghed | |
| 2017-07-28 | Break out Package read/write | Joel Klinghed | |
| 2017-07-27 | Hide Tools -> Generate CA behind HAVE_SSL | Joel Klinghed | |
| 2017-07-27 | Add missing include | Joel Klinghed | |
| 2017-07-26 | Add SSL interception to Setup in GUI | Joel Klinghed | |
| 2017-07-26 | Add GuiForm::Listener::changed which is called whenever a value is changed | Joel Klinghed | |
| 2017-07-26 | Change GuiForm::add_file must_exists argument to flags FILE_OPEN/FILE_SAVE | Joel Klinghed | |
| 2017-07-26 | Add Config::remove | Joel Klinghed | |
| Removes any config value set by Config::set() | |||
| 2017-07-24 | Add tools -> Generate CA | Joel Klinghed | |
| Added file field to GuiForm | |||
| 2017-07-24 | Add description to GuiForm fields | Joel Klinghed | |
| And improve GTK implementation of GuiForm to use GtkGrid instead of GtkBox | |||
| 2017-07-23 | Add proxy log window | Joel Klinghed | |
| Both GTK and QT log windows will scroll down to the last row whenever a new row is appended. | |||
| 2017-07-23 | Add proxy to GUI | Joel Klinghed | |
| Access via "Setup..." in main menu Uses a socketpair to connect monitor so only proxy port is open | |||
| 2017-07-22 | Add application config for GUI | Joel Klinghed | |
| QT5 stored in .config/org.the_jk/tp.Monitor.conf on Linux GTK stored in dconf | |||
| 2017-07-22 | fixup! Initial monitor GUI | Joel Klinghed | |
| Missing static initializer | |||
| 2017-07-22 | Initial monitor GUI | Joel Klinghed | |
| Basic monitor functionality, GTK-3.0 and QT5 backends | |||
