Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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 | |
|\ \ | ||||||
| * | | mitmproxy.types -> mitmproxy.coretypes | Aldo Cortesi | 2017-12-17 | 7 | -6/+6 | |
* | | | commands: minor refactoring and command renaming | Aldo Cortesi | 2017-12-17 | 1 | -10/+9 | |
|/ / | ||||||
* | | Disable implicit JS test asset generation | Aldo Cortesi | 2017-12-17 | 1 | -1/+1 | |
* | | minor: fix key bindings, adjust flow command presentation | Aldo Cortesi | 2017-12-17 | 1 | -1/+1 | |
* | | command cuts: add completion | Aldo Cortesi | 2017-12-17 | 3 | -59/+64 | |
* | | commands: Reassess the cuts API | Aldo Cortesi | 2017-12-17 | 2 | -73/+32 | |
* | | commander: test++ | Aldo Cortesi | 2017-12-15 | 1 | -6/+48 | |
* | | command: path completion | Aldo Cortesi | 2017-12-15 | 2 | -72/+13 | |
* | | command: recursive command parsing | Aldo Cortesi | 2017-12-15 | 1 | -0/+19 | |
* | | Merge pull request #2678 from mhils/console-startup-events | Aldo Cortesi | 2017-12-15 | 1 | -0/+15 | |
|\ \ | ||||||
| * | | improve eventstore truncation | Maximilian Hils | 2017-12-15 | 1 | -0/+15 | |
* | | | commands: emit types from partial parser, implement choice completion | Aldo Cortesi | 2017-12-15 | 1 | -2/+22 | |
* | | | commander: tab completion for command names | Aldo Cortesi | 2017-12-15 | 1 | -0/+25 | |
* | | | WIP: autocompletion | Aldo Cortesi | 2017-12-15 | 2 | -15/+38 | |
* | | | commands: add a parser for partial commands | Aldo Cortesi | 2017-12-15 | 1 | -0/+10 | |
* | | | commands: add a Cmd argument type | Aldo Cortesi | 2017-12-15 | 2 | -3/+4 | |
* | | | Introduce a custom widget for command editing | Aldo Cortesi | 2017-12-15 | 1 | -0/+37 | |
|/ / | ||||||
* | | Merge pull request #2545 from mitmproxy/wsproto | Aldo Cortesi | 2017-12-15 | 1 | -28/+114 | |
|\ \ | ||||||
| * | | Use wsproto for websockets | Ujjwal Verma | 2017-12-12 | 1 | -18/+104 | |
| * | | prepare WebSocket stack to move to wsproto | Thomas Kriechbaumer | 2017-12-12 | 1 | -13/+13 | |
* | | | adjust tests | Maximilian Hils | 2017-12-14 | 1 | -8/+16 | |
* | | | Merge pull request #2669 from cortesi/path | Aldo Cortesi | 2017-12-14 | 1 | -0/+8 | |
|\ \ \ | ||||||
| * | | | commands: add a Path argument type | Aldo Cortesi | 2017-12-13 | 1 | -0/+8 | |
* | | | | Merge pull request #2670 from Kriechi/fix-2664 | Maximilian Hils | 2017-12-13 | 1 | -1/+8 | |
|\ \ \ \ |