Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix #607 decode data before sending it to pyperclip | Marcelo Glezer | 2015-06-05 | 1 | -1/+8 | |
| | ||||||
* | replace contrib libraries with pypi dependencies | Thomas Kriechbaumer | 2015-06-02 | 1 | -1/+2 | |
| | ||||||
* | console: click-enable tabs | Aldo Cortesi | 2015-06-02 | 1 | -11/+40 | |
| | ||||||
* | console: convert add_event to a signal. | Aldo Cortesi | 2015-06-02 | 6 | -24/+36 | |
| | ||||||
* | console: click in flow list to view flow | Aldo Cortesi | 2015-06-02 | 1 | -0/+6 | |
| | ||||||
* | console: mouse scrollwheel throughout. | Aldo Cortesi | 2015-06-02 | 1 | -6/+13 | |
| | ||||||
* | Enable mouse interaction, add a hint for selecting text. | Aldo Cortesi | 2015-06-02 | 2 | -0/+11 | |
| | | | | Fixes #597 | |||||
* | fixes #604 catch method not found for handling pyperclip not found | Marcelo Glezer | 2015-06-01 | 1 | -2/+2 | |
| | ||||||
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 15 | -130/+151 | |
| | ||||||
* | Adapt to new Pathoc API - silence output to stdout. | Aldo Cortesi | 2015-05-02 | 1 | -2/+1 | |
| | ||||||
* | pretty_size now lives in netlib.utils | Aldo Cortesi | 2015-04-30 | 3 | -5/+5 | |
| | ||||||
* | make code more pythonic | Maximilian Hils | 2015-04-26 | 1 | -8/+11 | |
| | ||||||
* | Merge remote-tracking branch 'tunz/crash1' | Maximilian Hils | 2015-04-26 | 1 | -4/+11 | |
|\ | ||||||
| * | Fix crash when save to clipboard before loading | Choongwoo Han | 2015-04-23 | 1 | -4/+11 | |
| | | ||||||
* | | remove superfluous set_focus | Maximilian Hils | 2015-04-26 | 1 | -2/+0 | |
| | | ||||||
* | | Merge branch 'master' of github.com:mitmproxy/mitmproxy | Maximilian Hils | 2015-04-26 | 1 | -2/+20 | |
|\ \ | ||||||
| * | | Check overwrite, when save to file instaed of clipboard | Choongwoo Han | 2015-04-23 | 1 | -2/+20 | |
| |/ | ||||||
* / | fix #568 | Maximilian Hils | 2015-04-26 | 2 | -2/+3 | |
|/ | ||||||
* | console: make g/G shortcuts work in more contexts | Aldo Cortesi | 2015-04-17 | 3 | -2/+15 | |
| | ||||||
* | console: more consistent view stack management | Aldo Cortesi | 2015-04-17 | 1 | -40/+55 | |
| | ||||||
* | console: suport unary attributes | Aldo Cortesi | 2015-04-17 | 3 | -28/+66 | |
| | | | | | | | | | Attributes with no value are treated as unary, e.g. "Secure" rather than "Secure=". If you really want to have an empty attribute value you can edit the header directly. Behind the scenes, restructure GridEditor to know about data conversion in and out of the editor. | |||||
* | console: refactor grideditor, fix a crash on tab for subeditors | Aldo Cortesi | 2015-04-16 | 1 | -59/+52 | |
| | ||||||
* | Adjust header key color in solarized palettes | Aldo Cortesi | 2015-04-16 | 1 | -2/+2 | |
| | ||||||
* | console: first pass of a Set-cookie editor for responses | Aldo Cortesi | 2015-04-16 | 3 | -66/+196 | |
| | ||||||
* | console: add a -l flag to set the limit on startup | Aldo Cortesi | 2015-04-15 | 2 | -0/+10 | |
| | ||||||
* | Editor for request cookies | Aldo Cortesi | 2015-04-15 | 2 | -21/+53 | |
| | ||||||
* | Housekeeping and cleanups | Aldo Cortesi | 2015-04-14 | 2 | -5/+7 | |
| | | | | | | | | - No output to stdout on load in examples - they muck up the test suite. - Use the odict module directly, rather than aliasing it. The small convenience this gives to scripters is not worth it. - Move the cookie tests from the flow test module to the protocol_http test module. | |||||
* | console: add g/G shortcuts throughout | Aldo Cortesi | 2015-04-07 | 4 | -7/+18 | |
| | | | | | g: go to end G: go to beginning | |||||
* | Refactor flow list state management | Aldo Cortesi | 2015-04-07 | 7 | -48/+28 | |
| | | | | | - Use signal mechanism for state synchronisation - Move "Copy to clipboard" shortcut to "P" | |||||
* | consone: don't enter Options if it's already open | Aldo Cortesi | 2015-04-07 | 1 | -0/+3 | |
| | ||||||
* | console: tune palettes a bit | Aldo Cortesi | 2015-04-07 | 1 | -6/+14 | |
| | ||||||
* | console: toggle palette transparency from options, indicate selected palette | Aldo Cortesi | 2015-04-07 | 1 | -2/+24 | |
| | ||||||
* | console: All palettes now explicitly set a background colour | Aldo Cortesi | 2015-04-07 | 3 | -16/+47 | |
| | | | | | There's a new option --palette-transparent to turn this off if you want to use your own terminal background. | |||||
* | console: palette picker for the options screen | Aldo Cortesi | 2015-04-07 | 6 | -13/+119 | |
| | ||||||
* | console: factor out selection widget | Aldo Cortesi | 2015-04-06 | 2 | -130/+133 | |
| | ||||||
* | console: sticky cookies and auth to options screen | Aldo Cortesi | 2015-04-06 | 3 | -17/+25 | |
| | ||||||
* | console: TCP proxy patterns to new options screen | Aldo Cortesi | 2015-04-06 | 4 | -14/+17 | |
| | ||||||
* | console: default display mode to new options screen | Aldo Cortesi | 2015-04-06 | 3 | -57/+14 | |
| | ||||||
* | console: scripts to new options screen | Aldo Cortesi | 2015-04-06 | 4 | -10/+14 | |
| | ||||||
* | console: replacement patterns to new option screen | Aldo Cortesi | 2015-04-06 | 3 | -10/+16 | |
| | ||||||
* | console: ignore patterns to new options screen. | Aldo Cortesi | 2015-04-06 | 4 | -15/+17 | |
| | ||||||
* | Add headings to options, start migrating more options into options screen | Aldo Cortesi | 2015-04-06 | 3 | -32/+86 | |
| | | | | SetHeaders first... | |||||
* | Minimal help context for options | Aldo Cortesi | 2015-04-03 | 2 | -5/+14 | |
| | ||||||
* | console: tune and re-enable palettes | Aldo Cortesi | 2015-04-03 | 1 | -20/+26 | |
| | ||||||
* | Don't list all options shortcuts in help | Aldo Cortesi | 2015-04-03 | 1 | -26/+1 | |
| | ||||||
* | console: C to clear all options, correct footer in options screen | Aldo Cortesi | 2015-04-03 | 2 | -4/+28 | |
| | ||||||
* | console: keyboard shortcuts for options | Aldo Cortesi | 2015-04-03 | 3 | -15/+43 | |
| | ||||||
* | console: basic options page | Aldo Cortesi | 2015-04-03 | 4 | -37/+188 | |
| | ||||||
* | console: fix a crash that sometimes occurs when setting a limit | Aldo Cortesi | 2015-04-01 | 1 | -0/+2 | |
| | ||||||
* | Next/previous tab keybindings | Aldo Cortesi | 2015-04-01 | 2 | -1/+5 | |
| |