| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-26 | Fix error in DAT package sent for empty packages | Joel Klinghed | |
| Also made sure that if this happens again monitor.cc should at least not hang but assert and break instead | |||
| 2017-08-10 | Add duration to packages and tpp format | Joel Klinghed | |
| 2017-08-10 | Fix crash when proxy is launched in daemon mode | Joel Klinghed | |
| 2017-08-09 | Handle possible SEGV at client_close | Joel Klinghed | |
| 2017-08-09 | Handle HEAD request in normal proxy | Joel Klinghed | |
| 2017-08-09 | Handle HEAD requests over https | Joel Klinghed | |
| Responses to HEAD requests are always empty | |||
| 2017-08-08 | Avoid warning in GCC | Joel Klinghed | |
| 2017-08-08 | Handle 304 (and other responses without length) correctly | Joel Klinghed | |
| 2017-08-08 | Handle pipelined http requests over SSL | Joel Klinghed | |
| 2017-08-07 | Proxy: Make sure to check input buffer when done with request | Joel Klinghed | |
| Pipelining a whole request before the current one is done would cause the proxy to not notice the second request until more data arrived | |||
| 2017-08-06 | Add protools, used for getting content out of packages | Joel Klinghed | |
| Only HTTP protocol implemented yet, but with gzip, deflate and bzip2 suport | |||
| 2017-07-29 | Remove attribute(__unused__) usage | Joel Klinghed | |
| Just omitting the parameter name is more portable and less to write | |||
| 2017-07-28 | Break out Package read/write | Joel Klinghed | |
| 2017-07-26 | Cleanup timeouts in proxy when freeing | Joel Klinghed | |
| 2017-07-25 | Close client and monitor connections completely when destroying proxy | Joel Klinghed | |
| Otherwise looper->remove() was not called, among other things | |||
| 2017-07-23 | Remove leftover debug assert | Joel Klinghed | |
| 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 | Restore -Wunused-parameter warning | Joel Klinghed | |
| 2017-03-28 | MITM SSL Interception support using mbedtls | Joel Klinghed | |
| 2017-03-16 | Add basic console monitor and implement monitor support | Joel Klinghed | |
| 2017-03-01 | Add support for CONNECT | Joel Klinghed | |
| 2017-02-28 | Check for accept4() and provide alternative | Joel Klinghed | |
| 2017-02-28 | Add missing includes | Joel Klinghed | |
| 2017-02-28 | Initial commit | Joel Klinghed | |
