Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use TLS options also for request replay, refs #2840 | Maximilian Hils | 2018-02-08 | 1 | -5/+4 |
* | remove quotes around filename | Maximilian Hils | 2018-02-01 | 1 | -0/+12 |
* | Fix for #2750 and #2783 (#2809) | Samoilenko Roman | 2018-01-25 | 2 | -0/+34 |
* | fix #2800 | Arushit Mudgal | 2018-01-25 | 1 | -1/+17 |
* | Fix #2765 (#2792) | Samoilenko Roman | 2018-01-14 | 1 | -0/+4 |
* | Fix #2768 (#2778) | Samoilenko Roman | 2018-01-14 | 1 | -0/+8 |
* | Merge pull request #2793 from kajojify/issue-2399 | Maximilian Hils | 2018-01-14 | 1 | -0/+1 |
|\ | |||||
| * | Fix #2399 | Miroslav | 2018-01-14 | 1 | -0/+1 |
* | | store ClientHello extensions with client connection | Maximilian Hils | 2018-01-13 | 2 | -2/+3 |
* | | Merge pull request #2790 from mhils/stateobject-improvements | Maximilian Hils | 2018-01-13 | 2 | -52/+102 |
|\ \ | |||||
| * | | stateobject: use typing, enable tuples and more complex datatypes | Maximilian Hils | 2018-01-13 | 2 | -52/+102 |
* | | | improve net.tls.ClientHello API, fix bugs, add tests | Maximilian Hils | 2018-01-13 | 1 | -6/+84 |
* | | | move ClientHello and related functions to mitmproxy.net.tls | Maximilian Hils | 2018-01-12 | 2 | -26/+24 |
|/ / | |||||
* | | Add test for fix#2766. | Matthew Shao | 2018-01-11 | 1 | -0/+4 |
* | | Raise a CommandError for the exception | Matthew Shao | 2018-01-08 | 1 | -3/+4 |
* | | Fix #2760 | Matthew Shao | 2018-01-08 | 1 | -0/+3 |
* | | Fix #2767 (#2770) | Samoilenko Roman | 2018-01-07 | 1 | -1/+1 |
* | | only use annotated tags for version calculation | Maximilian Hils | 2018-01-07 | 1 | -1/+1 |
* | | avoid TLS/SSL ambiguity for Cert class | Thomas Kriechbaumer | 2018-01-07 | 3 | -15/+15 |
* | | rename TLS/SSL-related functions | Thomas Kriechbaumer | 2018-01-06 | 11 | -49/+49 |
* | | rename TLS/SSL-related attributes | Thomas Kriechbaumer | 2018-01-06 | 5 | -10/+10 |
* | | refactor common.format_keyvals | Maximilian Hils | 2018-01-05 | 2 | -13/+25 |
* | | fix test flow timestamps to values that don't overflow in certain timezones | Maximilian Hils | 2018-01-05 | 4 | -14/+10 |
* | | fix #2470 | Maximilian Hils | 2018-01-04 | 1 | -1/+4 |
* | | do not add leading zeroes to .dev version part. | Maximilian Hils | 2018-01-04 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #2733 from mitmproxy/pyinstaller | Maximilian Hils | 2017-12-30 | 2 | -13/+23 |
|\ | |||||
| * | single-source version processing | Maximilian Hils | 2017-12-30 | 2 | -13/+23 |
* | | Merge pull request #2703 from mhils/test-defaultkeys | Maximilian Hils | 2017-12-30 | 1 | -0/+23 |
|\ \ | |||||
| * | | test that defaultkeys are valid commands | Maximilian Hils | 2017-12-29 | 1 | -0/+23 |
| |/ | |||||
* | | fix Flow.kill behaviour | Maximilian Hils | 2017-12-29 | 1 | -2/+2 |
* | | websocket: add flow kill test | Thomas Kriechbaumer | 2017-12-29 | 1 | -0/+19 |
* | | websocket: test killable | Thomas Kriechbaumer | 2017-12-28 | 1 | -0/+15 |
* | | websocket: docs++ and kill messages | Thomas Kriechbaumer | 2017-12-27 | 1 | -0/+6 |
* | | Display "*" when listening on all interfaces | Maximilian Hils | 2017-12-26 | 1 | -0/+2 |
|/ | |||||
* | @concurrent decorator works for class methods. (#2708) | fate0 | 2017-12-26 | 1 | -1/+1 |
* | cuts: don't crash when retrieving header of a non-existent response | Aldo Cortesi | 2017-12-20 | 1 | -0/+5 |
* | commander: command argument underlay | Aldo Cortesi | 2017-12-20 | 1 | -0/+71 |
* | commander: palette entries, highlight errors | Aldo Cortesi | 2017-12-20 | 2 | -2/+15 |
* | commander: highlight commands | Aldo Cortesi | 2017-12-20 | 2 | -12/+23 |
* | commands: partial parser now returns help for remaining arguments | Aldo Cortesi | 2017-12-19 | 2 | -57/+37 |
* | types: add validation to partial parser | Aldo Cortesi | 2017-12-19 | 2 | -15/+16 |
* | types: use new type validation mechanism in commands | Aldo Cortesi | 2017-12-19 | 3 | -35/+4 |
* | types: add validation functions | Aldo Cortesi | 2017-12-19 | 1 | -0/+42 |
* | types: cleanups and minor refactorings | Aldo Cortesi | 2017-12-19 | 1 | -12/+12 |
* | Merge pull request #2702 from Kriechi/fix-2640 | Thomas Kriechbaumer | 2017-12-18 | 3 | -1/+42 |
|\ | |||||
| * | add tests | Thomas Kriechbaumer | 2017-12-18 | 2 | -1/+16 |
| * | fix #2640 | Thomas Kriechbaumer | 2017-12-18 | 1 | -0/+12 |
| * | websocket: support domain and url filters | Thomas Kriechbaumer | 2017-12-18 | 1 | -0/+14 |
* | | commands: refactor types | Aldo Cortesi | 2017-12-18 | 5 | -62/+200 |
|/ | |||||
* | Merge pull request #2690 from cortesi/types | Aldo Cortesi | 2017-12-18 | 7 | -6/+6 |
|\ |