| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-29 | Remove attribute(__unused__) usage | Joel Klinghed | |
| Just omitting the parameter name is more portable and less to write | |||
| 2017-07-29 | Add basic pcap import/export support | Joel Klinghed | |
| 2017-07-27 | Add --disable-gtk and --disable-qt to configure | Joel Klinghed | |
| 2017-07-26 | Add SSL interception to Setup in GUI | Joel Klinghed | |
| 2017-07-24 | Fix mbedtls certificate generation | Joel Klinghed | |
| And improve configure detction for mbedtls by listing other libraries | |||
| 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 | Initial monitor GUI | Joel Klinghed | |
| Basic monitor functionality, GTK-3.0 and QT5 backends | |||
| 2017-07-22 | Fix warnings for GCC as well | Joel Klinghed | |
| GCC ignores __attribute__((unused)) when compiling C++ code. (Yes, this is true) GCC -Wmaybe-uninitialized just gives false positives in my experience, so drop it. However, this exposed a problem with AX_APPEND_COMPILE_FLAGS and clang. clang gives a warning, but not an error, when given a -Wno-UNKNOWN-FLAG. So add -Werror as an extra flag to make clang fail on unknown -Wno-UNKNOWN-FLAG | |||
| 2017-07-22 | Restore -Wunused-parameter warning | Joel Klinghed | |
| 2017-04-06 | Add fallback SSL implementation using OpenSSL | Joel Klinghed | |
| 2017-03-28 | Support compiling without SSL | Joel Klinghed | |
| And prepare for other SSL implementations than mbedtls | |||
| 2017-03-28 | MITM SSL Interception support using mbedtls | Joel Klinghed | |
| 2017-02-28 | Check for accept4() and provide alternative | Joel Klinghed | |
| 2017-02-28 | Initial commit | Joel Klinghed | |
